Interface SourcepathEntry


  • public interface SourcepathEntry
    • Method Detail

      • getOutputDirectory

        java.io.File getOutputDirectory()
      • getSourcesRoot

        java.io.File getSourcesRoot()
      • getIncludes

        java.util.List<java.lang.String> getIncludes()
        null means "everything included"
      • getExcludes

        java.util.List<java.lang.String> getExcludes()
        null means "nothing excluded"