Package io.quarkus.bootstrap.workspace
Class DefaultArtifactSources
java.lang.Object
io.quarkus.bootstrap.workspace.DefaultArtifactSources
- All Implemented Interfaces:
ArtifactSources,Serializable
- See Also:
-
Field Summary
Fields inherited from interface io.quarkus.bootstrap.workspace.ArtifactSources
MAIN, TEST -
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactSources(String classifier, Collection<SourceDir> sources, Collection<SourceDir> resources) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResources(SourceDir src) voidaddSources(SourceDir src) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.bootstrap.workspace.ArtifactSources
getOutputTree, isOutputAvailable
-
Constructor Details
-
DefaultArtifactSources
public DefaultArtifactSources(String classifier, Collection<SourceDir> sources, Collection<SourceDir> resources)
-
-
Method Details
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactSources
-
addSources
-
getSourceDirs
- Specified by:
getSourceDirsin interfaceArtifactSources
-
addResources
-
getResourceDirs
- Specified by:
getResourceDirsin interfaceArtifactSources
-
toString
-