Package io.quarkus.bootstrap.workspace
Interface ArtifactSources
-
- All Known Implementing Classes:
DefaultArtifactSources
public interface ArtifactSources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetClassifier()default PathTreegetOutputTree()Collection<SourceDir>getResourceDirs()Collection<SourceDir>getSourceDirs()default booleanisOutputAvailable()
-
-
-
Method Detail
-
getClassifier
String getClassifier()
-
getSourceDirs
Collection<SourceDir> getSourceDirs()
-
getResourceDirs
Collection<SourceDir> getResourceDirs()
-
isOutputAvailable
default boolean isOutputAvailable()
-
getOutputTree
default PathTree getOutputTree()
-
-