Interface ImportedObjectPreProcessor

    • Method Detail

      • handles

        boolean handles​(ImportedObject object)
        Deprecated.
        Parameters:
        object - The object to be processed
        Returns:
        true if this preprocessor should be applied to the object, otherwise false.
      • process

        ImportedObject process​(ImportedObject object)
        Deprecated.
        Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped. This method will not execute unless handles(ImportedObject) returns true
        Parameters:
        object - The object that needs to be processed
        Returns:
        An ImportedObject with the relevant changes, or null if the object should not be imported.