| Package | Description |
|---|---|
| org.apache.maven.artifact.factory | |
| org.apache.maven.artifact.resolver | |
| org.apache.maven.project | |
| org.apache.maven.project.artifact |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactFactory |
DefaultArtifactResolver.artifactFactory |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
MavenProject.createArtifacts(ArtifactFactory artifactFactory,
java.lang.String inheritedScope,
ArtifactFilter dependencyFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectArtifactFactory |
| Modifier and Type | Field and Description |
|---|---|
private ArtifactFactory |
MavenMetadataSource.artifactFactory |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set |
MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory,
java.util.List dependencies,
java.lang.String inheritedScope,
ArtifactFilter dependencyFilter,
MavenProject project) |