Interface SourcepathEntry


  • public interface SourcepathEntry
    • Method Detail

      • getOutputDirectory

        File getOutputDirectory()
      • getSourcesRoot

        File getSourcesRoot()
      • getIncludes

        List<String> getIncludes()
        null means "everything included"
      • getExcludes

        List<String> getExcludes()
        null means "nothing excluded"