public interface ArtifactFactory
static final String ROLE
Artifact createArtifact(String groupId, String artifactId, String version, String scope, String type)
Artifact createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier)
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope)
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional)
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope)
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional)
Artifact createBuildArtifact(String groupId, String artifactId, String version, String packaging)
Artifact createProjectArtifact(String groupId, String artifactId, String version)
Artifact createParentArtifact(String groupId, String artifactId, String version)
Artifact createPluginArtifact(String groupId, String artifactId, VersionRange versionRange)
Artifact createProjectArtifact(String groupId, String artifactId, String version, String scope)
Artifact createExtensionArtifact(String groupId, String artifactId, VersionRange versionRange)
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.