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(File srcDir, File destinationDir)
DefaultSourceDir(File srcDir, File destinationDir, Map<Object,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Path
getDir()
Path
getOutputDir()
PathTree
getOutputTree()
PathTree
getSourceTree()
<T> T
getValue(Object key, Class<T> type)
int
hashCode()
String
toString()
-
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:
getSourceTree
in interfaceSourceDir
-
getOutputDir
public Path getOutputDir()
- Specified by:
getOutputDir
in interfaceSourceDir
-
getOutputTree
public PathTree getOutputTree()
- Specified by:
getOutputTree
in interfaceSourceDir
-
-