|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.studio.confluence.importexport.AbstractPrimitivePropertyImportPreProcessor com.atlassian.studio.confluence.importexport.SpaceImportPreProcessor
public class SpaceImportPreProcessor
Processes a space import object, updates its space key to the new key provided.
Constructor Summary | |
---|---|
SpaceImportPreProcessor(java.lang.String newKey)
|
Method Summary | |
---|---|
protected java.util.List<java.lang.String> |
getPropertyNames()
Provides a list of names of properties that the pre-processor is targeting for processing. |
boolean |
handles(ImportedObject object)
|
protected PrimitiveProperty |
updateProperty(PrimitiveProperty spaceKey)
|
Methods inherited from class com.atlassian.studio.confluence.importexport.AbstractPrimitivePropertyImportPreProcessor |
---|
process, propertiesMatchingNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceImportPreProcessor(java.lang.String newKey)
Method Detail |
---|
public boolean handles(ImportedObject object)
handles
in interface ImportedObjectPreProcessor
handles
in class AbstractPrimitivePropertyImportPreProcessor
object
- The object to be processed
true
if this preprocessor should be applied to the object, otherwise false
.protected PrimitiveProperty updateProperty(PrimitiveProperty spaceKey)
updateProperty
in class AbstractPrimitivePropertyImportPreProcessor
protected java.util.List<java.lang.String> getPropertyNames()
AbstractPrimitivePropertyImportPreProcessor
getPropertyNames
in class AbstractPrimitivePropertyImportPreProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |