Package io.quarkus.bootstrap.workspace
Interface SourceDir
-
- All Known Implementing Classes:
DefaultSourceDir
public interface SourceDir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Path
getDir()
Path
getOutputDir()
PathTree
getOutputTree()
PathTree
getSourceTree()
default <T> T
getValue(Object key, Class<T> type)
default boolean
isOutputAvailable()
-