public class DependencyArtifactStubFactory
extends org.apache.maven.plugin.testing.ArtifactStubFactory
Constructor and Description |
---|
DependencyArtifactStubFactory(File theWorkingDir,
boolean theCreateFiles) |
DependencyArtifactStubFactory(File theWorkingDir,
boolean theCreateFiles,
boolean flattenedPath) |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.artifact.Artifact |
createArtifact(String groupId,
String artifactId,
org.apache.maven.artifact.versioning.VersionRange versionRange,
String scope,
String type,
String classifier,
boolean optional) |
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 DependencyArtifactStubFactory(File theWorkingDir, boolean theCreateFiles)
public org.apache.maven.artifact.Artifact createArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String scope, String type, String classifier, boolean optional) throws IOException
createArtifact
in class org.apache.maven.plugin.testing.ArtifactStubFactory
IOException
Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.