Package io.quarkus.bootstrap.workspace
Class LazySourceDir
java.lang.Object
io.quarkus.bootstrap.workspace.LazySourceDir
- All Implemented Interfaces:
SourceDir,Serializable
This implementation checks whether a directory exists before returning path trees instead of eagerly during initialization.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFor deserialization onlyLazySourceDir(Path srcDir, PathFilter srcFilter, Path destDir, PathFilter destFilter, Path genSrcDir, Map<Object, Object> data) LazySourceDir(Path srcDir, Path destinationDir) LazySourceDir(Path srcDir, Path destinationDir, Path generatedSourcesDir) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.bootstrap.workspace.SourceDir
isOutputAvailable
-
Constructor Details
-
LazySourceDir
public LazySourceDir()For deserialization only -
LazySourceDir
-
LazySourceDir
-
LazySourceDir
-
LazySourceDir
public LazySourceDir(Path srcDir, PathFilter srcFilter, Path destDir, PathFilter destFilter, Path genSrcDir, Map<Object, Object> data)
-
-
Method Details
-
getDir
-
getSourceTree
- Specified by:
getSourceTreein interfaceSourceDir
-
getOutputDir
- Specified by:
getOutputDirin interfaceSourceDir
-
getAptSourcesDir
- Specified by:
getAptSourcesDirin interfaceSourceDir
-
getOutputTree
- Specified by:
getOutputTreein interfaceSourceDir
-
getValue
-