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 TypeMethodDescriptionvoidAssociates the specified session data with the given key.booleanAssociates the specified session data with the given key if the key is currently mapped to the given value.booleanAssociates 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 XmlNodeMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static XmlNodeMethod parameters in org.apache.maven.api.xml with annotations of type NullableModifier and TypeMethodDescriptiondefault XmlNodestatic XmlNodeMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static XmlNodeMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static XmlNodestatic XmlNodestatic 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()booleanDefaultDependency.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) -
Uses of Nullable in org.apache.maven.model.root
Methods in org.apache.maven.model.root with annotations of type Nullable