Package io.quarkus.bootstrap.workspace
Class DefaultArtifactSources
- java.lang.Object
-
- io.quarkus.bootstrap.workspace.DefaultArtifactSources
-
- All Implemented Interfaces:
ArtifactSources,Serializable
public class DefaultArtifactSources extends Object implements ArtifactSources, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.quarkus.bootstrap.workspace.ArtifactSources
MAIN, TEST
-
-
Constructor Summary
Constructors Constructor Description DefaultArtifactSources(String classifier, Collection<SourceDir> sources, Collection<SourceDir> resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResources(SourceDir src)voidaddSources(SourceDir src)StringgetClassifier()Collection<SourceDir>getResourceDirs()Collection<SourceDir>getSourceDirs()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.bootstrap.workspace.ArtifactSources
getOutputTree, isOutputAvailable
-
-
-
-
Constructor Detail
-
DefaultArtifactSources
public DefaultArtifactSources(String classifier, Collection<SourceDir> sources, Collection<SourceDir> resources)
-
-
Method Detail
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceArtifactSources
-
addSources
public void addSources(SourceDir src)
-
getSourceDirs
public Collection<SourceDir> getSourceDirs()
- Specified by:
getSourceDirsin interfaceArtifactSources
-
addResources
public void addResources(SourceDir src)
-
getResourceDirs
public Collection<SourceDir> getResourceDirs()
- Specified by:
getResourceDirsin interfaceArtifactSources
-
-