Uses of Annotation Type
org.apache.maven.api.annotations.Nullable
Packages that use Nullable
Package
Description
-
Uses of Nullable in org.apache.maven.api
Methods in org.apache.maven.api with annotations of type NullableModifier 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()
Method parameters in org.apache.maven.api with annotations of type NullableModifier 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
Methods in org.apache.maven.api.services with annotations of type NullableModifier and TypeMethodDescriptionBuilderProblem.getException()
Gets the exception that caused this problem (if any).Method parameters in org.apache.maven.api.services with annotations of type NullableModifier 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
Methods in org.apache.maven.api.xml with annotations of type NullableModifier 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
Method parameters in org.apache.maven.api.xml with annotations of type NullableModifier 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
Methods in org.apache.maven.internal.impl with annotations of type NullableModifier and TypeMethodDescriptionDefaultDependencyCoordinate.getOptional()
boolean
DefaultDependency.isOptional()
Constructor parameters in org.apache.maven.internal.impl with annotations of type NullableModifierConstructorDescriptionDefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation)