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.feature
Modifier and TypeMethodDescriptionstatic boolean
Features.buildConsumer
(Map<String, String> userProperties) Check if the build/consumer POM feature is active.static boolean
Features.buildConsumer
(Properties userProperties) Check if the build/consumer POM feature is active.static boolean
Features.buildConsumer
(Session session) Check if the build/consumer POM feature is active. -
Uses of Nullable in org.apache.maven.api.services
Modifier and TypeMethodDescriptionBuilderProblem.getException()
Gets the exception that caused this problem (if any).Source.getPath()
Provides access the file to be parsed, if this source is backed by a file.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.spi
Modifier and TypeMethodDescriptionModelParser.locateAndParse
(Path dir, Map<String, ?> options) Locate and parse the model in the specified directory.Parse the model obtained previously by a previous call toModelParser.locate(Path)
. -
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.interpolation.reflection
-
Uses of Nullable in org.apache.maven.model.root