Interface ImportingDocumentFilter


  • public interface ImportingDocumentFilter
    Interface for filters used to chose if a SourceNode should be imported or not.
    Author:
    Thomas Roger
    • Method Detail

      • shouldImportDocument

        boolean shouldImportDocument​(SourceNode sourceNode)
        Returns true if the given SourceNode should be imported, false otherwise.