public class DependencyArtifactStubFactory extends ArtifactStubFactory
Constructor and Description |
---|
DependencyArtifactStubFactory(File theWorkingDir,
boolean theCreateFiles) |
DependencyArtifactStubFactory(File theWorkingDir,
boolean theCreateFiles,
boolean flattenedPath) |
Modifier and Type | Method and Description |
---|---|
Artifact |
createArtifact(String groupId,
String artifactId,
VersionRange versionRange,
String scope,
String type,
String classifier,
boolean optional) |
ArtifactItem |
getArtifactItem(Artifact artifact) |
List<ArtifactItem> |
getArtifactItems(Collection<Artifact> artifacts) |
createArtifact, createArtifact, createArtifact, createUnpackableFile, getArtifactArtifacts, getClassifiedArtifacts, getFormattedFileName, getGroupIdArtifacts, getMixedArtifacts, getReleaseAndSnapshotArtifacts, getReleaseArtifact, getScopedArtifacts, getSnapshotArtifact, getSrcFile, getTypedArchiveArtifacts, getTypedArtifacts, getUnpackableFileName, getWorkingDir, isCreateFiles, setArtifactFile, setArtifactFile, setCreateFiles, setSrcFile, setUnpackableArtifactFile, setUnpackableArtifactFile, setUnpackableFile, setVariableValueToObject, setWorkingDir
public DependencyArtifactStubFactory(File theWorkingDir, boolean theCreateFiles, boolean flattenedPath)
public ArtifactItem getArtifactItem(Artifact artifact)
public List<ArtifactItem> getArtifactItems(Collection<Artifact> artifacts)
public Artifact createArtifact(String groupId, String artifactId, VersionRange versionRange, String scope, String type, String classifier, boolean optional) throws IOException
createArtifact
in class ArtifactStubFactory
IOException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.