Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactFactory
DefaultArtifactFactory
|
Modifier and Type | Field and Description |
---|---|
protected ArtifactFactory |
DefaultArtifactResolver.artifactFactory |
Modifier and Type | Field and Description |
---|---|
private ArtifactFactory |
DefaultProjectArtifactFactory.artifactFactory |
Constructor and Description |
---|
DefaultProjectArtifactFactory(ArtifactFactory artifactFactory) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Artifact> |
MavenProject.createArtifacts(ArtifactFactory artifactFactory,
java.lang.String inheritedScope,
ArtifactFilter filter)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ArtifactFactory |
MavenMetadataSource.repositorySystem |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Artifact> |
MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory,
java.util.List<Dependency> dependencies,
java.lang.String inheritedScope,
ArtifactFilter dependencyFilter,
MavenProject project)
Deprecated.
|
private static Artifact |
MavenMetadataSource.createDependencyArtifact(ArtifactFactory factory,
Dependency dependency,
java.lang.String inheritedScope,
ArtifactFilter inheritedFilter) |
Modifier and Type | Field and Description |
---|---|
private ArtifactFactory |
LegacyRepositorySystem.artifactFactory |