Interface SourceDir

All Known Implementing Classes:
DefaultSourceDir

public interface SourceDir
  • Method Details

    • of

      static SourceDir of(Path src, Path dest)
    • of

      static SourceDir of(Path src, Path dest, Path generatedSources)
    • getDir

      Path getDir()
    • getSourceTree

      PathTree getSourceTree()
    • isOutputAvailable

      default boolean isOutputAvailable()
    • getOutputDir

      Path getOutputDir()
    • getAptSourcesDir

      Path getAptSourcesDir()
    • getOutputTree

      PathTree getOutputTree()
    • getValue

      default <T> T getValue(Object key, Class<T> type)