|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.studio.confluence.importexport.AbstractPrimitivePropertyImportPreProcessor
com.atlassian.studio.confluence.importexport.AbstractBandanaImportPreProcessor
public abstract class AbstractBandanaImportPreProcessor
| Constructor Summary | |
|---|---|
AbstractBandanaImportPreProcessor()
|
|
| Method Summary | |
|---|---|
protected abstract 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 importedObject)
|
protected abstract boolean |
isTargetObject(ImportedObject object)
|
protected abstract PrimitiveProperty |
updateProperty(PrimitiveProperty primitiveProperty)
|
| 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 AbstractBandanaImportPreProcessor()
| Method Detail |
|---|
protected abstract java.util.List<java.lang.String> getPropertyNames()
AbstractPrimitivePropertyImportPreProcessor
getPropertyNames in class AbstractPrimitivePropertyImportPreProcessorprotected abstract PrimitiveProperty updateProperty(PrimitiveProperty primitiveProperty)
updateProperty in class AbstractPrimitivePropertyImportPreProcessorpublic boolean handles(ImportedObject importedObject)
handles in interface ImportedObjectPreProcessorhandles in class AbstractPrimitivePropertyImportPreProcessorimportedObject - The object to be processed
true if this preprocessor should be applied to the object, otherwise false.protected abstract boolean isTargetObject(ImportedObject object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||