Package io.quarkus.bootstrap.workspace
Interface ArtifactSources
- All Known Implementing Classes:
DefaultArtifactSources
public interface ArtifactSources
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault PathTreedefault booleanstatic ArtifactSourcesstatic ArtifactSources
-
Field Details
-
MAIN
- See Also:
-
TEST
- See Also:
-
-
Method Details
-
main
-
test
-
getClassifier
String getClassifier() -
getSourceDirs
Collection<SourceDir> getSourceDirs() -
getResourceDirs
Collection<SourceDir> getResourceDirs() -
isOutputAvailable
default boolean isOutputAvailable() -
getOutputTree
-