Interface ArtifactFactory
- All Known Implementing Classes:
- DefaultArtifactFactory
Deprecated.
ArtifactFactory - deprecated
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier) Deprecated.createBuildArtifact(String groupId, String artifactId, String version, String packaging) Deprecated.createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope) Deprecated.createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated.createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated.createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated.createExtensionArtifact(String groupId, String artifactId, VersionRange versionRange) Deprecated.createParentArtifact(String groupId, String artifactId, String version) Deprecated.createPluginArtifact(String groupId, String artifactId, VersionRange versionRange) Deprecated.createProjectArtifact(String groupId, String artifactId, String version) Deprecated.createProjectArtifact(String groupId, String artifactId, String version, String scope) Deprecated.
- 
Field Details- 
ROLEDeprecated.
 
- 
- 
Method Details- 
createArtifactArtifact createArtifact(String groupId, String artifactId, String version, String scope, String type) Deprecated.
- 
createArtifactWithClassifierArtifact createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier) Deprecated.
- 
createDependencyArtifactArtifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope) Deprecated.
- 
createDependencyArtifactArtifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated.
- 
createDependencyArtifactArtifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated.
- 
createDependencyArtifactArtifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated.
- 
createBuildArtifactDeprecated.
- 
createProjectArtifactDeprecated.
- 
createParentArtifactDeprecated.
- 
createPluginArtifactDeprecated.
- 
createProjectArtifactDeprecated.
- 
createExtensionArtifactDeprecated.
 
-