Package io.quarkus.bootstrap.workspace
Class DefaultSourceDir
- java.lang.Object
-
- io.quarkus.bootstrap.workspace.DefaultSourceDir
-
- All Implemented Interfaces:
SourceDir,Serializable
public class DefaultSourceDir extends Object implements SourceDir, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultSourceDir(PathTree srcTree, PathTree outputTree, Map<Object,Object> data)DefaultSourceDir(Path srcDir, Path destinationDir)DefaultSourceDir(Path srcDir, Path destinationDir, Map<Object,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PathgetDir()PathgetOutputDir()PathTreegetOutputTree()PathTreegetSourceTree()<T> TgetValue(Object key, Class<T> type)inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.bootstrap.workspace.SourceDir
isOutputAvailable
-
-
-
-
Method Detail
-
getSourceTree
public PathTree getSourceTree()
- Specified by:
getSourceTreein interfaceSourceDir
-
getOutputDir
public Path getOutputDir()
- Specified by:
getOutputDirin interfaceSourceDir
-
getOutputTree
public PathTree getOutputTree()
- Specified by:
getOutputTreein interfaceSourceDir
-
-