Interface ArtifactFactory
- All Known Implementing Classes:
DefaultArtifactFactory
Deprecated.
ArtifactFactory - deprecated
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.artifact.ArtifactDeprecated.org.apache.maven.artifact.ArtifactcreateArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier) Deprecated.org.apache.maven.artifact.ArtifactcreateBuildArtifact(String groupId, String artifactId, String version, String packaging) Deprecated.org.apache.maven.artifact.ArtifactcreateDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope) Deprecated.org.apache.maven.artifact.ArtifactcreateDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated.org.apache.maven.artifact.ArtifactcreateDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated.org.apache.maven.artifact.ArtifactcreateDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated.org.apache.maven.artifact.ArtifactcreateExtensionArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange) Deprecated.org.apache.maven.artifact.ArtifactcreateParentArtifact(String groupId, String artifactId, String version) Deprecated.org.apache.maven.artifact.ArtifactcreatePluginArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange) Deprecated.org.apache.maven.artifact.ArtifactcreateProjectArtifact(String groupId, String artifactId, String version) Deprecated.org.apache.maven.artifact.ArtifactcreateProjectArtifact(String groupId, String artifactId, String version, String scope) Deprecated.
-
Field Details
-
ROLE
Deprecated.
-
-
Method Details
-
createArtifact
org.apache.maven.artifact.Artifact createArtifact(String groupId, String artifactId, String version, String scope, String type) Deprecated. -
createArtifactWithClassifier
org.apache.maven.artifact.Artifact createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier) Deprecated. -
createDependencyArtifact
org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope) Deprecated. -
createDependencyArtifact
org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated. -
createDependencyArtifact
org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated. -
createDependencyArtifact
org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated. -
createBuildArtifact
org.apache.maven.artifact.Artifact createBuildArtifact(String groupId, String artifactId, String version, String packaging) Deprecated. -
createProjectArtifact
org.apache.maven.artifact.Artifact createProjectArtifact(String groupId, String artifactId, String version) Deprecated. -
createParentArtifact
org.apache.maven.artifact.Artifact createParentArtifact(String groupId, String artifactId, String version) Deprecated. -
createPluginArtifact
org.apache.maven.artifact.Artifact createPluginArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange) Deprecated. -
createProjectArtifact
org.apache.maven.artifact.Artifact createProjectArtifact(String groupId, String artifactId, String version, String scope) Deprecated. -
createExtensionArtifact
org.apache.maven.artifact.Artifact createExtensionArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange) Deprecated.
-