Package org.apache.jackrabbit.server.io
Interface PropertyManager
-
- All Known Implementing Classes:
PropertyManagerImpl
public interface PropertyManager
PropertyManager
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addPropertyHandler(PropertyHandler propertyHandler)
Map<? extends PropEntry,?>
alterProperties(PropertyImportContext importContext, boolean isCollection)
boolean
exportProperties(PropertyExportContext exportContext, boolean isCollection)
PropertyHandler[]
getPropertyHandlers()
-
-
-
Method Detail
-
exportProperties
boolean exportProperties(PropertyExportContext exportContext, boolean isCollection) throws RepositoryException
- Throws:
RepositoryException
-
alterProperties
Map<? extends PropEntry,?> alterProperties(PropertyImportContext importContext, boolean isCollection) throws RepositoryException
- Throws:
RepositoryException
-
addPropertyHandler
void addPropertyHandler(PropertyHandler propertyHandler)
-
getPropertyHandlers
PropertyHandler[] getPropertyHandlers()
-
-