Package io.quarkus.bootstrap.workspace
Class DefaultSourceDir
java.lang.Object
io.quarkus.bootstrap.workspace.DefaultSourceDir
- All Implemented Interfaces:
SourceDir
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSourceDir
(PathTree srcTree, PathTree outputTree, PathTree generatedSourcesTree, Map<Object, Object> data) DefaultSourceDir
(Path srcDir, Path destinationDir, Path generatedSourcesDir) DefaultSourceDir
(Path srcDir, Path destinationDir, Path generatedSourcesDir, Map<Object, Object> data) -
Method Summary
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
-
Constructor Details
-
DefaultSourceDir
-
DefaultSourceDir
-
DefaultSourceDir
-
-
Method Details
-
getDir
-
getSourceTree
- Specified by:
getSourceTree
in interfaceSourceDir
-
getOutputDir
- Specified by:
getOutputDir
in interfaceSourceDir
-
getAptSourcesDir
- Specified by:
getAptSourcesDir
in interfaceSourceDir
-
getOutputTree
- Specified by:
getOutputTree
in interfaceSourceDir
-
getValue
-
hashCode
public int hashCode() -
equals
-
toString
-