@Deprecated public interface ArtifactFactory
Modifier and Type | Method and Description |
---|---|
Artifact |
createArtifact(String groupId,
String artifactId,
String version,
String scope,
String type)
Deprecated.
|
Artifact |
createArtifactWithClassifier(String groupId,
String artifactId,
String version,
String type,
String classifier)
Deprecated.
|
Artifact |
createBuildArtifact(String groupId,
String artifactId,
String version,
String packaging)
Deprecated.
|
Artifact |
createDependencyArtifact(String groupId,
String artifactId,
VersionRange versionRange,
String type,
String classifier,
String scope)
Deprecated.
|
Artifact |
createDependencyArtifact(String groupId,
String artifactId,
VersionRange versionRange,
String type,
String classifier,
String scope,
boolean optional)
Deprecated.
|
Artifact |
createDependencyArtifact(String groupId,
String artifactId,
VersionRange versionRange,
String type,
String classifier,
String scope,
String inheritedScope)
Deprecated.
|
Artifact |
createDependencyArtifact(String groupId,
String artifactId,
VersionRange versionRange,
String type,
String classifier,
String scope,
String inheritedScope,
boolean optional)
Deprecated.
|
Artifact |
createExtensionArtifact(String groupId,
String artifactId,
VersionRange versionRange)
Deprecated.
|
Artifact |
createParentArtifact(String groupId,
String artifactId,
String version)
Deprecated.
|
Artifact |
createPluginArtifact(String groupId,
String artifactId,
VersionRange versionRange)
Deprecated.
|
Artifact |
createProjectArtifact(String groupId,
String artifactId,
String version)
Deprecated.
|
Artifact |
createProjectArtifact(String groupId,
String artifactId,
String version,
String scope)
Deprecated.
|
@Deprecated 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–2021 The Apache Software Foundation. All rights reserved.