Package io.quarkus.bootstrap.workspace
Interface ArtifactSources
-
- All Known Implementing Classes:
DefaultArtifactSources
public interface ArtifactSources
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetClassifier()default PathTreegetOutputTree()Collection<SourceDir>getResourceDirs()Collection<SourceDir>getSourceDirs()default booleanisOutputAvailable()static ArtifactSourcesmain(SourceDir sources, SourceDir resources)static ArtifactSourcestest(SourceDir sources, SourceDir resources)
-
-
-
Field Detail
-
MAIN
static final String MAIN
- See Also:
- Constant Field Values
-
TEST
static final String TEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
static ArtifactSources main(SourceDir sources, SourceDir resources)
-
test
static ArtifactSources test(SourceDir sources, SourceDir resources)
-
getClassifier
String getClassifier()
-
getSourceDirs
Collection<SourceDir> getSourceDirs()
-
getResourceDirs
Collection<SourceDir> getResourceDirs()
-
isOutputAvailable
default boolean isOutputAvailable()
-
getOutputTree
default PathTree getOutputTree()
-
-