Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.api.xml | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
Object |
SessionData.computeIfAbsent(Object key,
Supplier<Object> supplier)
Retrieve of compute the data associated with the specified key.
|
Object |
SessionData.get(Object key)
Gets the session data associated with the specified key.
|
String |
Exclusion.getArtifactId() |
String |
Exclusion.getGroupId() |
Boolean |
DependencyCoordinate.getOptional() |
Modifier and Type | Method and Description |
---|---|
void |
SessionData.set(Object key,
Object value)
Associates the specified session data with the given key.
|
boolean |
SessionData.set(Object key,
Object oldValue,
Object newValue)
Associates the specified session data with the given key if the key is currently mapped to the given value.
|
boolean |
SessionData.set(Object key,
Object oldValue,
Object newValue)
Associates the specified session data with the given key if the key is currently mapped to the given value.
|
Modifier and Type | Method and Description |
---|---|
ArtifactInstallerRequest.ArtifactInstallerRequestBuilder |
ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts(Collection<Artifact> artifacts) |
DependencyCollectorRequest.DependencyCollectorRequestBuilder |
DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependencies(List<DependencyCoordinate> dependencies)
Sets the direct dependencies.
|
DependencyCollectorRequest.DependencyCollectorRequestBuilder |
DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependency(DependencyCoordinate dependency)
Adds the specified direct dependency.
|
DependencyCollectorRequest.DependencyCollectorRequestBuilder |
DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependencies(List<DependencyCoordinate> managedDependencies)
Sets the dependency management to apply to transitive dependencies.
|
DependencyCollectorRequest.DependencyCollectorRequestBuilder |
DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependency(DependencyCoordinate managedDependency)
Adds the specified managed dependency.
|
DependencyCollectorRequest.DependencyCollectorRequestBuilder |
DependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact(Artifact rootArtifact)
Sets the root artifact for the dependency graph.
|
Modifier and Type | Method and Description |
---|---|
String |
Dom.getAttribute(String name) |
Dom |
Dom.getChild(String name) |
Object |
Dom.getInputLocation() |
String |
Dom.getValue() |
static Dom |
Dom.merge(Dom dominant,
Dom recessive)
Merge recessive into dominant and return either
dominant
with merged information or a clone of recessive if
dominant is null . |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
Modifier and Type | Method and Description |
---|---|
default Dom |
Dom.merge(Dom source) |
Dom |
Dom.merge(Dom source,
Boolean childMergeOverride) |
Dom |
Dom.merge(Dom source,
Boolean childMergeOverride) |
static Dom |
Dom.merge(Dom dominant,
Dom recessive)
Merge recessive into dominant and return either
dominant
with merged information or a clone of recessive if
dominant is null . |
static Dom |
Dom.merge(Dom dominant,
Dom recessive)
Merge recessive into dominant and return either
dominant
with merged information or a clone of recessive if
dominant is null . |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
Modifier and Type | Method and Description |
---|---|
Boolean |
DefaultDependencyCoordinate.getOptional() |
boolean |
DefaultDependency.isOptional() |
Constructor and Description |
---|
DefaultSession(MavenSession session,
org.eclipse.aether.RepositorySystem repositorySystem,
List<RemoteRepository> repositories,
MavenRepositorySystem mavenRepositorySystem,
org.codehaus.plexus.PlexusContainer container,
RuntimeInformation runtimeInformation) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.