接口 ResourceInclusionScanner

    • 方法详细资料

      • getIncludedSources

        java.util.Set<java.io.File> getIncludedSources​(java.io.File sourceDir,
                                                       java.io.File targetDir)
                                                throws InclusionScanException
        参数:
        sourceDir - File
        targetDir - File
        返回:
        The included sources.
        抛出:
        InclusionScanException - in case of an error.