Interface ResourceInclusionScanner

    • Method Detail

      • getIncludedSources

        java.util.Set<java.io.File> getIncludedSources​(java.io.File sourceDir,
                                                       java.io.File targetDir)
                                                throws InclusionScanException
        Parameters:
        sourceDir - File
        targetDir - File
        Returns:
        The included sources.
        Throws:
        InclusionScanException - in case of an error.