org.apache.jackrabbit.server.io
Class PropertyManagerImpl
java.lang.Object
org.apache.jackrabbit.server.io.PropertyManagerImpl
- All Implemented Interfaces:
- PropertyManager
public class PropertyManagerImpl
- extends Object
- implements PropertyManager
PropertyManagerImpl...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyManagerImpl
public PropertyManagerImpl()
- Create a new
PropertyManagerImpl.
Note, that this manager does not define any PropertyHandlers by
default. Use addPropertyHandler(PropertyHandler) in order to populate the
internal list of handlers that are called for importProperties and
exportProperties respectively. See getDefaultManager()
for an instance of this class populated with default handlers.
exportProperties
public boolean exportProperties(PropertyExportContext context,
boolean isCollection)
throws javax.jcr.RepositoryException
- Specified by:
exportProperties in interface PropertyManager
- Returns:
-
- Throws:
javax.jcr.RepositoryException- See Also:
PropertyManager.exportProperties(PropertyExportContext, boolean)
alterProperties
public Map alterProperties(PropertyImportContext context,
boolean isCollection)
throws javax.jcr.RepositoryException
- Specified by:
alterProperties in interface PropertyManager
- Returns:
-
- Throws:
javax.jcr.RepositoryException- See Also:
PropertyManager.alterProperties(PropertyImportContext, boolean)
addPropertyHandler
public void addPropertyHandler(PropertyHandler propertyHandler)
- Specified by:
addPropertyHandler in interface PropertyManager
- See Also:
PropertyManager.addPropertyHandler(PropertyHandler)
getPropertyHandlers
public PropertyHandler[] getPropertyHandlers()
- Specified by:
getPropertyHandlers in interface PropertyManager
- Returns:
- See Also:
PropertyManager.getPropertyHandlers()
getDefaultManager
public static PropertyManager getDefaultManager()
- Returns:
- an instance of PropertyManager populated with default handlers.
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.