Uses of Annotation Type
org.apache.maven.api.annotations.Nullable
Packages that use Nullable
Package
Description
Maven immutable XML api.
-
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.Node.getArtifact()Exclusion.getArtifactId()Type.getClassifier()Get the default classifier associated to the dependency type.Node.getDependency()Exclusion.getGroupId()VersionRange.getLowerBoundary()Returns the lower boundary of this range, ornullif none.DependencyCoordinate.getOptional()VersionConstraint.getRecommendedVersion()Returns the recommended version of this constraint, ornullif none.VersionRange.getUpperBoundary()Returns the upper boundary of this range, ornullif none.VersionConstraint.getVersionRange()Returns the range of this constraint, ornullif none.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.feature
Method parameters in org.apache.maven.api.feature with annotations of type NullableModifier and TypeMethodDescriptionstatic booleanFeatures.buildConsumer(Map<String, String> userProperties) Check if the build/consumer POM feature is active.static booleanFeatures.buildConsumer(Properties userProperties) Check if the build/consumer POM feature is active.static booleanFeatures.buildConsumer(Session session) Check if the build/consumer POM feature is active. -
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).Source.getPath()Provides access the file to be parsed, if this source is backed by a file.DependencyCollectorResult.getRoot()Gets the root node of the dependency graph.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.DependencyResolverRequest.DependencyResolverRequestBuilder.dependencies(List<DependencyCoordinate> dependencies) DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependency(DependencyCoordinate dependency) Adds the specified direct dependency.DependencyResolverRequest.DependencyResolverRequestBuilder.dependency(DependencyCoordinate dependency) DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependencies(List<DependencyCoordinate> managedDependencies) Sets the dependency management to apply to transitive dependencies.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependencies(List<DependencyCoordinate> managedDependencies) DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependency(DependencyCoordinate managedDependency) Adds the specified managed dependency.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependency(DependencyCoordinate managedDependency) default StringPrompts the user for a string.default StringPrompts the user for a string using a default value.default StringPrompts the user for a string using a default value.default StringPrompts the user for a string using a list of possible values.default StringPrompts the user for a string using a list of possible values.Prompts the user for a string using a list of possible values and a default reply.Prompts the user for a string using a list of possible values and a default reply.Prompts the user for a string using a list of possible values and a default reply.Prompter.promptForPassword(String message) Prompts the user for a password.DependencyResolverRequest.DependencyResolverRequestBuilder.root(DependencyCoordinate root) DependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact(Artifact rootArtifact) Sets the root artifact for the dependency graph.DependencyResolverRequest.DependencyResolverRequestBuilder.rootArtifact(Artifact rootArtifact) voidPrompter.showMessage(String message) Displays a message to the user. -
Uses of Nullable in org.apache.maven.api.services.xml
Methods in org.apache.maven.api.services.xml with annotations of type NullableModifier and TypeMethodDescriptionXmlReaderRequest.getInputStream()XmlReaderRequest.getLocation()XmlReaderRequest.getModelId()XmlWriterRequest.getOutputStream()XmlReaderRequest.getPath()XmlWriterRequest.getPath()XmlReaderRequest.getReader()XmlReaderRequest.getTransformer()XmlReaderRequest.getURL()XmlWriterRequest.getWriter() -
Uses of Nullable in org.apache.maven.api.spi
Method parameters in org.apache.maven.api.spi with annotations of type NullableModifier 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
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, Lookup lookup, RuntimeInformation runtimeInformation) -
Uses of Nullable in org.apache.maven.model.interpolation.reflection
Method parameters in org.apache.maven.model.interpolation.reflection with annotations of type Nullable -
Uses of Nullable in org.apache.maven.model.root
Methods in org.apache.maven.model.root with annotations of type Nullable