Interface ArtifactFactory
- All Known Implementing Classes:
DefaultArtifactFactory
Deprecated.
ArtifactFactory - deprecated
-
Field Summary
-
Method Summary
Modifier 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
-
ROLE
Deprecated.
-
-
Method Details
-
createArtifact
Artifact createArtifact(String groupId, String artifactId, String version, String scope, String type) Deprecated. -
createArtifactWithClassifier
Artifact createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier) Deprecated. -
createDependencyArtifact
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope) Deprecated. -
createDependencyArtifact
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated. -
createDependencyArtifact
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated. -
createDependencyArtifact
Artifact createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated. -
createBuildArtifact
Deprecated. -
createProjectArtifact
Deprecated. -
createParentArtifact
Deprecated. -
createPluginArtifact
Deprecated. -
createProjectArtifact
Deprecated. -
createExtensionArtifact
Deprecated.
-