public interface ImportedObjectPreProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
handles(ImportedObject object) |
ImportedObject |
process(ImportedObject object)
Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped.
|
boolean handles(ImportedObject object)
object
- The object to be processedtrue
if this preprocessor should be applied to the object, otherwise false
.ImportedObject process(ImportedObject object)
handles(ImportedObject)
returns trueobject
- The object that needs to be processedCopyright © 2003–2021 Atlassian. All rights reserved.