Uses of Annotation Type
org.apache.maven.api.annotations.Nullable
Package
Description
-
Uses of Nullable in org.apache.maven.api
Modifier and TypeMethodDescriptionSessionData.computeIfAbsent
(Object key, Supplier<Object> supplier) Retrieve of compute the data associated with the specified key.Gets the session data associated with the specified key.Exclusion.getArtifactId()
Exclusion.getGroupId()
DependencyCoordinate.getOptional()
Modifier and TypeMethodDescriptionvoid
Associates the specified session data with the given key.boolean
Associates the specified session data with the given key if the key is currently mapped to the given value.boolean
Associates the specified session data with the given key if the key is currently mapped to the given value. -
Uses of Nullable in org.apache.maven.api.services
Modifier and TypeMethodDescriptionBuilderProblem.getException()
Gets the exception that caused this problem (if any).Modifier and TypeMethodDescriptionArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts
(Collection<Artifact> artifacts) DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependencies
(List<DependencyCoordinate> dependencies) Sets the direct dependencies.DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependency
(DependencyCoordinate dependency) Adds the specified direct dependency.DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependencies
(List<DependencyCoordinate> managedDependencies) Sets the dependency management to apply to transitive dependencies.DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependency
(DependencyCoordinate managedDependency) Adds the specified managed dependency.DependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact
(Artifact rootArtifact) Sets the root artifact for the dependency graph. -
Uses of Nullable in org.apache.maven.api.xml
Modifier and TypeMethodDescriptionDom.getAttribute
(String name) Dom.getInputLocation()
Dom.getValue()
static Dom
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static Dom
Modifier and TypeMethodDescriptiondefault Dom
static Dom
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static Dom
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static Dom
static Dom
static Dom
-
Uses of Nullable in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultDependencyCoordinate.getOptional()
boolean
DefaultDependency.isOptional()
ModifierConstructorDescriptionDefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation)