Class LazySourceDir

java.lang.Object
io.quarkus.bootstrap.workspace.LazySourceDir
All Implemented Interfaces:
SourceDir, Serializable

public class LazySourceDir extends Object implements SourceDir, Serializable
This implementation checks whether a directory exists before returning path trees instead of eagerly during initialization.
See Also: