org.apache.jackrabbit.server.io
Interface PropertyManager

All Known Implementing Classes:
PropertyManagerImpl

public interface PropertyManager

PropertyManager...


Method Summary
 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
Parameters:
exportContext -
isCollection -
Returns:
Throws:
RepositoryException

alterProperties

Map<? extends PropEntry,?> alterProperties(PropertyImportContext importContext,
                                           boolean isCollection)
                                           throws RepositoryException
Parameters:
importContext -
isCollection -
Returns:
Throws:
RepositoryException

addPropertyHandler

void addPropertyHandler(PropertyHandler propertyHandler)
Parameters:
propertyHandler -

getPropertyHandlers

PropertyHandler[] getPropertyHandlers()
Returns:


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.