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 TypeMethodDescriptionXmlNode.getAttribute
(String name) XmlNode.getInputLocation()
XmlNode.getValue()
static XmlNode
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static XmlNode
Modifier and TypeMethodDescriptiondefault XmlNode
static XmlNode
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static XmlNode
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static XmlNode
static XmlNode
static XmlNode
-
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) -
Uses of Nullable in org.apache.maven.model.root