com.atlassian.confluence.importexport.xmlimport
Interface ObjectPersisterFactory

All Known Implementing Classes:
DefaultObjectPersisterFactory

public interface ObjectPersisterFactory

Factory to provide the correct ObjectPersister for a given ImportedObject. This allows the backup importer to substitute custom persisters for particular object types where the default reflective persister can not handle the object.


Method Summary
 ObjectPersister getPersisterFor(ImportedObject importedObject)
           
 

Method Detail

getPersisterFor

ObjectPersister getPersisterFor(ImportedObject importedObject)


Copyright © 2003-2010 Atlassian. All Rights Reserved.