Interface SourcepathEntry


public interface SourcepathEntry
  • Method Details

    • getOutputDirectory

      File getOutputDirectory()
    • getSourcesRoot

      File getSourcesRoot()
    • getIncludes

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

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