com.atlassian.confluence.importexport.xmlimport.persister
Class PropertySetItemPersisterFactory

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersisterFactory
All Implemented Interfaces:
ObjectPersisterFactory

public class PropertySetItemPersisterFactory
extends Object
implements ObjectPersisterFactory

Creates an instance of PropertySetItemPersister if the ImportedObject matches.


Constructor Summary
PropertySetItemPersisterFactory()
           
 
Method Summary
 PropertySetItemPersister createPersisterFor(ImportedObject importedObject)
          Creates a new persister for the given ImportedObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetItemPersisterFactory

public PropertySetItemPersisterFactory()
Method Detail

createPersisterFor

public PropertySetItemPersister createPersisterFor(ImportedObject importedObject)
Description copied from interface: ObjectPersisterFactory
Creates a new persister for the given ImportedObject.

Specified by:
createPersisterFor in interface ObjectPersisterFactory
Parameters:
importedObject - the object to persist.
Returns:
the matching ObjectPersister, or null if none could be found.


Copyright © 2003-2013 Atlassian. All Rights Reserved.