Uses of Annotation Interface
org.apache.maven.api.annotations.Nonnull
Package
Description
Maven Core API
Maven Repository Metadata model.
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.Maven Plugin descriptor model.
Maven Plugin forked lifecycle model.
Maven immutable XML api.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Nonnull in org.apache.maven.api
Modifier and TypeMethodDescriptionLifecycle.Phase.allPhases()
Node.asString()
Returns a string representation of this dependency node.Version.asString()
Returns a string representation of this version.VersionConstraint.asString()
Returns a string representation of this version constraintVersionRange.asString()
Returns a string representation of this version rangeSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.createArtifact
(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createArtifact
(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createArtifactCoordinates
(String coordsString) Creates a coordinates out of string that is formatted like:<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
.Session.createArtifactCoordinates
(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createArtifactCoordinates
(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createArtifactCoordinates
(Artifact artifact) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createDependencyCoordinates
(ArtifactCoordinates coordinates) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createLocalRepository
(Path path) Shortcut forgetService(RepositoryFactory.class).createLocal(...)
.Session.createProducedArtifact
(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).createProduced(...)
.Session.createProducedArtifact
(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).createProduced(...)
.Session.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.Session.createRemoteRepository
(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.PathScope.dependencyScopes()
Returns a new tree starting at this node, filtering the children.Session.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Plugin.getArtifact()
Artifact.getArtifactId()
Returns the identifier of the artifact.ArtifactCoordinates.getArtifactId()
Returns the identifier of the artifact.Project.getArtifactId()
Returns the project artifactId.Session.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
.Project.getArtifacts()
Returns the project artifacts as immutable list.Project.getBasedir()
Returns the project base directory, i.e.Artifact.getBaseVersion()
Returns the version or meta-version of the artifact.default Build
Project.getBuild()
Shorthand method.Node.getChildren()
Gets the child nodes of this node.Artifact.getClassifier()
Returns the classifier of the artifact.ArtifactCoordinates.getClassifier()
Returns the classifier of the artifact.Plugin.getClassLoader()
MojoExecution.getConfiguration()
Session.getData()
Retrieves the session data associated with this session.default Collection
<Dependency> Plugin.getDependencies()
Project.getDependencies()
Returns the project direct dependencies (directly specified or inherited).Plugin.getDependenciesMap()
MojoExecution.getDescriptor()
Plugin.getDescriptor()
Session.getEffectiveProperties
(Project project) Each invocation computes a new map of effective properties.DependencyCoordinates.getExclusions()
Returns transitive dependencies to exclude.MojoExecution.getExecutionId()
Artifact.getExtension()
Returns the file extension of the artifact.ArtifactCoordinates.getExtension()
Returns the file extension of the artifact.Type.getExtension()
Get the file extension of artifacts of this type.MojoExecution.getGoal()
Artifact.getGroupId()
Returns the group identifier of the artifact.ArtifactCoordinates.getGroupId()
Returns the group identifier of the artifact.Project.getGroupId()
Returns the project groupId.default String
ArtifactCoordinates.getId()
Returns a unique string representation identifying this artifact.default String
Project.getId()
Returns the project ID, usable as key.Repository.getId()
Gets the identifier of this repository.default Language
Project.getLanguage()
Returns the project language.Type.getLanguage()
Returns the dependency type language.MojoExecution.getLifecyclePhase()
Plugin.getLifecycles()
Session.getListeners()
Returns the list of registered listeners.Session.getLocalRepository()
Retrieves the local repository associated with this session.default Optional
<ProducedArtifact> Project.getMainArtifact()
Returns the project main artifact, which is the artifact produced by this project build, if applicable.Project.getManagedDependencies()
Returns the project managed dependencies (directly specified or inherited).Session.getMavenVersion()
Returns the current maven version.MojoExecution.getModel()
Plugin.getModel()
Project.getModel()
Returns the project model.Event.getMojoExecution()
Gets the current mojo execution (if any).Project.getPackaging()
Returns the project packaging.Project.getParent()
Returns project parent project, if any.LocalRepository.getPath()
Session.getPathForRemoteArtifact
(RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.Type.getPathTypes()
Types of path (class-path, module-path, …) where the dependency can be placed.MojoExecution.getPlugin()
Session.getPluginContext
(Project project) Returns the plugin context for mojo being executed and the specifiedProject
, never returnsnull
as if context not present, creates it.default ProducedArtifact
Project.getPomArtifact()
Returns the project POM artifact, which is the artifact of the POM of this project.Project.getPomPath()
Returns the path to the pom file for this project.Event.getProject()
Gets the current project (if any).Session.getProjects()
Retrieves a list of projects associated with the session.RemoteRepository.getProtocol()
Node.getRemoteRepositories()
Session.getRemoteRepositories()
Retrieves a list of remote repositories associated with this session.Node.getRepository()
The repository where this artifact has been downloaded from.Project.getRootDirectory()
Gets the root directory of the project, which is the parent directory containing the.mvn
directory or flagged withroot="true"
.Session.getRootDirectory()
Gets the root directory of the session, which is the root directory for the top directory project.Dependency.getScope()
Returns the time at which the dependency will be used.DependencyCoordinates.getScope()
Returns the time at which the dependency will be used.<T extends Service>
TSession.getService
(Class<T> clazz) Retrieves the service for the interfaceEvent.getSession()
Gets the session from which this event originates.Session.getSettings()
Retrieves the settings for the current session.Session.getStartTime()
Returns the start time of the session.Session.getSystemProperties()
Returns immutable system properties to use for interpolation.Session.getTopDirectory()
Gets the directory of the topmost project being built, usually the current directory or the directory pointed at by the-f/--file
command line argument.Dependency.getType()
Returns the type of the dependency.DependencyCoordinates.getType()
Returns the type of the dependency.Event.getType()
Gets the type of the event.Repository.getType()
Gets the type of the repository, for example "default".RemoteRepository.getUrl()
Session.getUserProperties()
Returns immutable user properties to use for interpolation.Artifact.getVersion()
Returns the version of the artifact.Project.getVersion()
Returns the project version.ArtifactCoordinates.getVersionConstraint()
Returns the specific version, range of versions or meta-version of the artifact.DependencyScope.id()
Theid
uniquely represents a value for this extensible enum.ExtensibleEnum.id()
Theid
uniquely represents a value for this extensible enum.Packaging.id()
The packaging id.PathType.id()
Returns the unique name of this path type, including the module to patch if any.Type.id()
Returns the dependency type id.default String
Artifact.key()
Returns a unique identifier for this artifact.default Language
Packaging.language()
The language of this packaging.Lifecycle.Phase.links()
JavaPathType.Modular.moduleName()
Returns the name of the module for which a path is specifiedJavaPathType.Modular.name()
Returns the name of the tool option for this path, not including the module name.Lifecycle.Phase.name()
PathType.name()
Returns the name of this path type.JavaPathType.Modular.option()
Returns the name of the tool option for this path.String[]
Returns the option followed by a string representation of the given path elements.JavaPathType.option()
Returns the name of the tool option for this path.String[]
Returns the option followed by a string representation of the given path elements.PathType.option()
Returns the name of the tool option for this path.String[]
Returns the option followed by a string representation of the given path elements.Session.parseVersion
(String version) Parses the specified version string, for example "1.0".Session.parseVersionConstraint
(String versionConstraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".Session.parseVersionRange
(String versionRange) Parses the specified version range specification, for example "[1.0,2.0)".static JavaPathType.Modular
JavaPathType.patchModule
(String moduleName) Creates a path identified by the Java--patch-module
option.Lifecycle.Phase.phases()
Returns the list of sub-phases.Lifecycle.Phase.plugins()
Packaging.plugins()
Returns the binding to use specifically for this packaging keyed by lifecycle id.PathScope.projectScope()
JavaPathType.Modular.rawType()
Returns the type of path without indication about the target module.Session.requireDependencyScope
(String id) Obtain theDependencyScope
from the specifiedid
.Session.requireLanguage
(String id) Obtain theLanguage
from the specifiedid
.Session.requirePackaging
(String id) Obtain thePackaging
from the specifiedid
.Session.requirePathScope
(String id) Obtain thePathScope
from the specifiedid
.Session.requireProjectScope
(String id) Obtain theProjectScope
from the specifiedid
.Session.requireType
(String id) Obtain theType
from the specifiedid
.Session.resolveArtifact
(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(ArtifactCoordinates coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(ArtifactCoordinates coordinates, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(Artifact artifact, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Collection<? extends ArtifactCoordinates> coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Collection<? extends ArtifactCoordinates> coordinates, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Artifact... artifacts) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(ArtifactCoordinates... coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveDependencies
(List<DependencyCoordinates> dependencyCoordinates) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveVersion
(ArtifactCoordinates artifact) Resolves an artifact's meta version (if any) to a concrete version.Session.resolveVersionRange
(ArtifactCoordinates artifact) Expands a version range to a list of matching versions, in ascending order.Session.resolveVersionRange
(ArtifactCoordinates artifact, List<RemoteRepository> repositories) Expands a version range to a list of matching versions, in ascending order.Node.stream()
Obtain a Stream containing this node and all its descendant.Artifact.toCoordinates()
Returns coordinates with the same identifiers as this artifact.Dependency.toCoordinates()
Returns coordinates with the same identifiers as this dependency.JavaPathType.Modular.toString()
Returns the programmatic name of this path type, including the module to patch.PathType.toString()
Returns a string representation for this extensible enum describing a path type.Packaging.type()
The type of main artifact produced by this packaging.Session.withLocalRepository
(LocalRepository localRepository) Creates a derived session using the given local repository.Session.withRemoteRepositories
(List<RemoteRepository> repositories) Creates a derived session using the given remote repositories.Modifier and TypeMethodDescriptionboolean
Node.accept
(NodeVisitor visitor) Traverses this node and potentially its children using the specified visitor.Session.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
<T> T
SessionData.computeIfAbsent
(SessionData.Key<T> key, Supplier<T> supplier) Retrieve of compute the data associated with the specified key.<T> T
SessionData.computeIfAbsent
(SessionData.Key<T> key, Supplier<T> supplier) Retrieve of compute the data associated with the specified key.boolean
Determines whether the specified version is contained within this constraint.boolean
Determines whether the specified version is contained within this range.Session.createArtifactCoordinates
(String coordsString) Creates a coordinates out of string that is formatted like:<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
.Session.createArtifactCoordinates
(Artifact artifact) Shortcut forgetService(ArtifactFactory.class).create(...)
.Session.createDependencyCoordinates
(ArtifactCoordinates coordinates) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createLocalRepository
(Path path) Shortcut forgetService(RepositoryFactory.class).createLocal(...)
.Session.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.Session.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.Session.createRemoteRepository
(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.void
Session.deployArtifact
(RemoteRepository repository, Artifact... artifacts) Shortcut forgetService(ArtifactDeployer.class).deploy(...)
.void
Session.deployArtifact
(RemoteRepository repository, Artifact... artifacts) Shortcut forgetService(ArtifactDeployer.class).deploy(...)
.boolean
Starts the visit to the specified dependency node.Returns a new tree starting at this node, filtering the children.Session.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Session.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.<T> T
SessionData.get
(SessionData.Key<T> key) Gets the session data associated with the specified key.Session.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
.Session.getPathForLocalArtifact
(Artifact artifact) Gets the relative path for a locally installed artifact.Session.getPathForRemoteArtifact
(RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.Session.getPathForRemoteArtifact
(RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.Session.getPluginContext
(Project project) Returns the plugin context for mojo being executed and the specifiedProject
, never returnsnull
as if context not present, creates it.<T extends Service>
TSession.getService
(Class<T> clazz) Retrieves the service for the interfacevoid
Session.installArtifacts
(Collection<Artifact> artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...)
.void
Session.installArtifacts
(Artifact... artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...)
.boolean
Session.isVersionSnapshot
(String version) Checks whether a given artifact version is considered aSNAPSHOT
or not.boolean
Ends the visit to the specified dependency node.void
Session.parseVersion
(String version) Parses the specified version string, for example "1.0".Session.parseVersionConstraint
(String versionConstraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".Session.parseVersionRange
(String versionRange) Parses the specified version range specification, for example "[1.0,2.0)".static JavaPathType.Modular
JavaPathType.patchModule
(String moduleName) Creates a path identified by the Java--patch-module
option.void
Session.registerListener
(Listener listener) Register the given listener which will receive all events.<T> boolean
SessionData.replace
(SessionData.Key<T> key, T oldValue, T newValue) Associates the specified session data with the given key if the key is currently mapped to the given value.Session.requireDependencyScope
(String id) Obtain theDependencyScope
from the specifiedid
.Session.requireLanguage
(String id) Obtain theLanguage
from the specifiedid
.Session.requirePackaging
(String id) Obtain thePackaging
from the specifiedid
.Session.requirePathScope
(String id) Obtain thePathScope
from the specifiedid
.Session.requireProjectScope
(String id) Obtain theProjectScope
from the specifiedid
.Session.requireType
(String id) Obtain theType
from the specifiedid
.Session.resolveArtifact
(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(ArtifactCoordinates coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(ArtifactCoordinates coordinates, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifact
(Artifact artifact, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Collection<? extends ArtifactCoordinates> coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Collection<? extends ArtifactCoordinates> coordinates, List<RemoteRepository> repositories) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(Artifact... artifacts) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveArtifacts
(ArtifactCoordinates... coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)
.Session.resolveDependencies
(List<DependencyCoordinates> dependencyCoordinates) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(DependencyCoordinates dependencyCoordinates, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).resolve(...).getPaths()
.Session.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) Shortcut forgetService(DependencyResolver.class).resolve(...).getDispatchedPaths()
.Session.resolveVersion
(ArtifactCoordinates artifact) Resolves an artifact's meta version (if any) to a concrete version.Session.resolveVersionRange
(ArtifactCoordinates artifact) Expands a version range to a list of matching versions, in ascending order.Session.resolveVersionRange
(ArtifactCoordinates artifact, List<RemoteRepository> repositories) Expands a version range to a list of matching versions, in ascending order.<T> void
SessionData.set
(SessionData.Key<T> key, T value) Associates the specified session data with the given key.void
Session.setArtifactPath
(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
.void
Session.setArtifactPath
(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
.void
Session.unregisterListener
(Listener listener) Unregisters a previously registered listener.Session.withLocalRepository
(LocalRepository localRepository) Creates a derived session using the given local repository.Session.withRemoteRepositories
(List<RemoteRepository> repositories) Creates a derived session using the given remote repositories. -
Uses of Nonnull in org.apache.maven.api.cli
Modifier and TypeMethodDescriptionOptions.altInstallationSettings()
Returns the path to an alternate installation settings file.Options.altInstallationToolchains()
Returns the path to an alternate installation toolchains file.Options.altProjectSettings()
Returns the path to an alternate project settings file.Options.altUserSettings()
Returns the path to an alternate user settings file.Options.altUserToolchains()
Returns the path to an alternate user toolchains file.ParserRequest.args()
Returns the command-line arguments to be parsed.static ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.Options.color()
Returns the color setting for console output.ParserRequest.command()
Returns the Maven command to be executed.InvokerRequest.coreExtensions()
Returns a list of core extensions, if configured in the .mvn/extensions.xml file.InvokerRequest.cwd()
Returns the current working directory for the Maven execution.InvokerRequest.err()
Returns the error stream for the Maven execution, if running in embedded mode.Options.failOnSeverity()
Returns the severity level at which the build should fail.Options.forceInteractive()
Indicates whether to force interactive mode.Options.help()
Indicates whether to show help information.InvokerRequest.in()
Returns the input stream for the Maven execution, if running in embedded mode.InvokerRequest.installationDirectory()
Returns the Maven installation directory.Options.interpolate
(Collection<Map<String, String>> properties) Returns a new instance ofOptions
with values interpolated using the given properties.Options.logFile()
Returns the path to the log file.ParserRequest.logger()
Returns the logger to be used during the parsing process.ParserRequest.lookup()
Per-requestLookup
for customization.ParserRequest.messageBuilderFactory()
Returns the factory for creating message builders.default R
Parser.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Parses the given Maven arguments to create an InvokerRequest.static ParserRequest.Builder
ParserRequest.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.Options.nonInteractive()
Indicates whether to run in non-interactive mode.InvokerRequest.options()
Returns the options associated with this invocation request.InvokerRequest.out()
Returns the output stream for the Maven execution, if running in embedded mode.Parser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create an InvokerRequest.InvokerRequest.parserRequest()
The parser request this instance was created from.Options.quiet()
Indicates whether to run in quiet mode.Options.rawStreams()
Returns whether raw streams should be logged.InvokerRequest.rootDirectory()
Returns the root directory of the Maven invocation, if found.Options.showErrors()
Indicates whether to show error stack traces.Options.showVersion()
Indicates whether to show the version information.Options.showVersionAndExit()
Indicates whether to show the version information and exit.Options.source()
Returns a simple designator of the options source, such as "cli", "maven.conf", etc.InvokerRequest.systemProperties()
Returns a map of system properties for the Maven execution.InvokerRequest.topDirectory()
Returns the top-level directory of the Maven invocation.InvokerRequest.userHomeDirectory()
Returns the user's home directory.InvokerRequest.userProperties()
Returns a map of user-defined properties for the Maven execution.Options.userProperties()
Returns the user-defined properties for the Maven execution.Options.verbose()
Indicates whether to run in verbose mode.Modifier and TypeMethodDescriptionstatic ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.static ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.static ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.static ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.static ParserRequest.Builder
ParserRequest.builder
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a ParserRequest.default void
Logs a debug message with an associated exception.void
Options.displayHelp
(ParserRequest request, PrintWriter printWriter) Displays help information for these options.void
Options.displayHelp
(ParserRequest request, PrintWriter printWriter) Displays help information for these options.default void
Logs an error message without an associated exception.default void
Logs an error message with an associated exception.default void
Logs an info message without an associated exception.default void
Logs an info message with an associated exception.Options.interpolate
(Collection<Map<String, String>> properties) Returns a new instance ofOptions
with values interpolated using the given properties.int
Invokes the Maven application using the providedInvokerRequest
.default void
Logger.log
(Logger.Level level, String message) Logs a message at the specified level without an associated exception.default void
Logger.log
(Logger.Level level, String message) Logs a message at the specified level without an associated exception.void
Logger.log
(Logger.Level level, String message, Throwable error) Logs a message at the specified level with an associated exception.void
Logger.log
(Logger.Level level, String message, Throwable error) Logs a message at the specified level with an associated exception.default R
Parser.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Parses the given Maven arguments to create an InvokerRequest.default R
Parser.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Parses the given Maven arguments to create an InvokerRequest.default R
Parser.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Parses the given Maven arguments to create an InvokerRequest.static ParserRequest.Builder
ParserRequest.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvn
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(String[] args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.static ParserRequest.Builder
ParserRequest.mvnenc
(List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory) Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.Parser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create an InvokerRequest.default void
Logs a warning message without an associated exception.default void
Logs a warning message with an associated exception.default void
Options.warnAboutDeprecatedOptions
(ParserRequest request, PrintWriter printWriter) Emits warning messages if deprecated options are used.default void
Options.warnAboutDeprecatedOptions
(ParserRequest request, PrintWriter printWriter) Emits warning messages if deprecated options are used. -
Uses of Nonnull in org.apache.maven.api.cli.extensions
Modifier and TypeMethodDescriptionCoreExtension.Builder.artifactId
(String artifactId) CoreExtension.Builder.build()
CoreExtensions.Builder.build()
CoreExtension.Builder.classLoadingStrategy
(String classLoadingStrategy) CoreExtension.Builder.configuration
(XmlNode configuration) CoreExtensions.Builder.extensions
(Collection<CoreExtension> extensions) CoreExtensions.getExtensions()
A set of build extensions to use from this project.CoreExtensions.Builder.modelEncoding
(String modelEncoding) CoreExtensions.Builder.namespaceUri
(String namespaceUri) static CoreExtension.Builder
CoreExtension.newBuilder()
Creates a newCoreExtension
builder instance.static CoreExtension.Builder
CoreExtension.newBuilder
(boolean withDefaults) Creates a newCoreExtension
builder instance using default values or not.static CoreExtension.Builder
CoreExtension.newBuilder
(CoreExtension from) Creates a newCoreExtension
builder instance using the specified object as a basis.static CoreExtension.Builder
CoreExtension.newBuilder
(CoreExtension from, boolean forceCopy) Creates a newCoreExtension
builder instance using the specified object as a basis.static CoreExtensions.Builder
CoreExtensions.newBuilder()
Creates a newCoreExtensions
builder instance.static CoreExtensions.Builder
CoreExtensions.newBuilder
(boolean withDefaults) Creates a newCoreExtensions
builder instance using default values or not.static CoreExtensions.Builder
CoreExtensions.newBuilder
(CoreExtensions from) Creates a newCoreExtensions
builder instance using the specified object as a basis.static CoreExtensions.Builder
CoreExtensions.newBuilder
(CoreExtensions from, boolean forceCopy) Creates a newCoreExtensions
builder instance using the specified object as a basis.static CoreExtension
CoreExtension.newInstance()
Creates a newCoreExtension
instance.static CoreExtension
CoreExtension.newInstance
(boolean withDefaults) Creates a newCoreExtension
instance using default values or not.static CoreExtensions
CoreExtensions.newInstance()
Creates a newCoreExtensions
instance.static CoreExtensions
CoreExtensions.newInstance
(boolean withDefaults) Creates a newCoreExtensions
instance using default values or not.CoreExtension.with()
Creates a new builder with this object as the basis.CoreExtensions.with()
Creates a new builder with this object as the basis.CoreExtension.withArtifactId
(String artifactId) Creates a newCoreExtension
instance using the specified artifactId.CoreExtension.withClassLoadingStrategy
(String classLoadingStrategy) Creates a newCoreExtension
instance using the specified classLoadingStrategy.CoreExtension.withConfiguration
(XmlNode configuration) Creates a newCoreExtension
instance using the specified configuration.CoreExtensions.withExtensions
(Collection<CoreExtension> extensions) Creates a newCoreExtensions
instance using the specified extensions.CoreExtension.withGroupId
(String groupId) Creates a newCoreExtension
instance using the specified groupId.CoreExtension.withVersion
(String version) Creates a newCoreExtension
instance using the specified version. -
Uses of Nonnull in org.apache.maven.api.cli.mvn
Modifier and TypeMethodDescriptionMavenOptions.activatedProfiles()
Returns the list of profiles to activate.MavenOptions.alsoMake()
Indicates whether Maven should also build the specified projects' dependencies.MavenOptions.alsoMakeDependents()
Indicates whether Maven should also build the specified projects' dependents.MavenOptions.alternatePomFile()
Returns the path to an alternate POM file.MavenOptions.builder()
Returns the id of the build strategy to use.MavenOptions.cacheArtifactNotFound()
Indicates whether Maven should cache the "not found" status of artifacts that were not found in remote repositories.MavenOptions.failAtEnd()
Indicates whether Maven should run all builds but defer error reporting to the end.MavenOptions.failFast()
Indicates whether Maven should stop at the first failure in a multi-module build.MavenOptions.failNever()
Indicates whether Maven should never fail the build, regardless of project result.MavenOptions.goals()
Returns the list of goals and phases to execute.MavenOptions.ignoreTransitiveRepositories()
Indicates whether Maven should ignore transitive repositories.MavenOptions.interpolate
(Collection<Map<String, String>> properties) Returns a new instance ofMavenOptions
with values interpolated using the given properties.MavenOptions.nonRecursive()
Indicates whether Maven should operate in non-recursive mode (i.e., not build child modules).MavenOptions.noTransferProgress()
Indicates whether Maven should not display transfer progress when downloading or uploading.MavenOptions.offline()
Indicates whether Maven should operate in offline mode.MavenParser.parse
(ParserRequest parserRequest) Parses the givenParserRequest
to create aMavenInvokerRequest
.MavenOptions.projects()
Returns the list of specified reactor projects to build instead of all projects.MavenOptions.relaxedChecksums()
Indicates whether Maven should use relaxed checksum verification.MavenOptions.resume()
Indicates whether Maven should resume from the last failed project in a previous build.MavenOptions.resumeFrom()
Returns the project to resume the build from.MavenOptions.strictArtifactDescriptorPolicy()
Indicates whether Maven should use strict artifact descriptor policy.MavenOptions.strictChecksums()
Indicates whether Maven should use strict checksum verification.MavenOptions.suppressSnapshotUpdates()
Indicates whether Maven should suppress SNAPSHOT updates.MavenOptions.threads()
Returns the number of threads used for parallel builds.MavenOptions.updateSnapshots()
Indicates whether Maven should force a check for updated snapshots on remote repositories.Modifier and TypeMethodDescriptionMavenOptions.interpolate
(Collection<Map<String, String>> properties) Returns a new instance ofMavenOptions
with values interpolated using the given properties.int
Invokes Maven using the provided MavenInvokerRequest.MavenParser.parse
(ParserRequest parserRequest) Parses the givenParserRequest
to create aMavenInvokerRequest
. -
Uses of Nonnull in org.apache.maven.api.cli.mvn.forked
Modifier and TypeMethodDescriptionForkedMavenInvokerRequest.jvmArguments()
Returns the list of extra JVM arguments to be passed to the forked Maven process.ForkedMavenParser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create a ForkedMavenInvokerRequest.Modifier and TypeMethodDescriptionForkedMavenParser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create a ForkedMavenInvokerRequest. -
Uses of Nonnull in org.apache.maven.api.cli.mvnenc
Modifier and TypeMethodDescriptionEncryptOptions.goals()
Returns the list of encryption goals to be executed.EncryptOptions.interpolate
(Collection<Map<String, String>> properties) Returns a new instance of EncryptOptions with values interpolated using the given properties.EncryptParser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create an EncryptInvokerRequest.Modifier and TypeMethodDescriptionEncryptParser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create an EncryptInvokerRequest. -
Uses of Nonnull in org.apache.maven.api.metadata
Modifier and TypeMethodDescriptionMetadata.Builder.artifactId
(String artifactId) Plugin.Builder.artifactId
(String artifactId) Metadata.Builder.build()
Plugin.Builder.build()
Snapshot.Builder.build()
SnapshotVersion.Builder.build()
Versioning.Builder.build()
Snapshot.Builder.buildNumber
(int buildNumber) SnapshotVersion.Builder.classifier
(String classifier) Metadata.getPlugins()
The set of plugins when this directory represents a "groupId".Versioning.getSnapshotVersions()
Information for each sub-artifact available in this artifact snapshot.Versioning.getVersions()
Versions available of the artifact (both releases and snapshots) ("groupId/artifactId" directory only)Versioning.Builder.lastUpdated
(String lastUpdated) Snapshot.Builder.localCopy
(boolean localCopy) Metadata.Builder.modelEncoding
(String modelEncoding) Metadata.Builder.modelVersion
(String modelVersion) Metadata.Builder.namespaceUri
(String namespaceUri) static Metadata.Builder
Metadata.newBuilder()
Creates a newMetadata
builder instance.static Metadata.Builder
Metadata.newBuilder
(boolean withDefaults) Creates a newMetadata
builder instance using default values or not.static Metadata.Builder
Metadata.newBuilder
(Metadata from) Creates a newMetadata
builder instance using the specified object as a basis.static Metadata.Builder
Metadata.newBuilder
(Metadata from, boolean forceCopy) Creates a newMetadata
builder instance using the specified object as a basis.static Plugin.Builder
Plugin.newBuilder()
Creates a newPlugin
builder instance.static Plugin.Builder
Plugin.newBuilder
(boolean withDefaults) Creates a newPlugin
builder instance using default values or not.static Plugin.Builder
Plugin.newBuilder
(Plugin from) Creates a newPlugin
builder instance using the specified object as a basis.static Plugin.Builder
Plugin.newBuilder
(Plugin from, boolean forceCopy) Creates a newPlugin
builder instance using the specified object as a basis.static Snapshot.Builder
Snapshot.newBuilder()
Creates a newSnapshot
builder instance.static Snapshot.Builder
Snapshot.newBuilder
(boolean withDefaults) Creates a newSnapshot
builder instance using default values or not.static Snapshot.Builder
Snapshot.newBuilder
(Snapshot from) Creates a newSnapshot
builder instance using the specified object as a basis.static Snapshot.Builder
Snapshot.newBuilder
(Snapshot from, boolean forceCopy) Creates a newSnapshot
builder instance using the specified object as a basis.static SnapshotVersion.Builder
SnapshotVersion.newBuilder()
Creates a newSnapshotVersion
builder instance.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(boolean withDefaults) Creates a newSnapshotVersion
builder instance using default values or not.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from) Creates a newSnapshotVersion
builder instance using the specified object as a basis.static SnapshotVersion.Builder
SnapshotVersion.newBuilder
(SnapshotVersion from, boolean forceCopy) Creates a newSnapshotVersion
builder instance using the specified object as a basis.static Versioning.Builder
Versioning.newBuilder()
Creates a newVersioning
builder instance.static Versioning.Builder
Versioning.newBuilder
(boolean withDefaults) Creates a newVersioning
builder instance using default values or not.static Versioning.Builder
Versioning.newBuilder
(Versioning from) Creates a newVersioning
builder instance using the specified object as a basis.static Versioning.Builder
Versioning.newBuilder
(Versioning from, boolean forceCopy) Creates a newVersioning
builder instance using the specified object as a basis.static Metadata
Metadata.newInstance()
Creates a newMetadata
instance.static Metadata
Metadata.newInstance
(boolean withDefaults) Creates a newMetadata
instance using default values or not.static Plugin
Plugin.newInstance()
Creates a newPlugin
instance.static Plugin
Plugin.newInstance
(boolean withDefaults) Creates a newPlugin
instance using default values or not.static Snapshot
Snapshot.newInstance()
Creates a newSnapshot
instance.static Snapshot
Snapshot.newInstance
(boolean withDefaults) Creates a newSnapshot
instance using default values or not.static SnapshotVersion
SnapshotVersion.newInstance()
Creates a newSnapshotVersion
instance.static SnapshotVersion
SnapshotVersion.newInstance
(boolean withDefaults) Creates a newSnapshotVersion
instance using default values or not.static Versioning
Versioning.newInstance()
Creates a newVersioning
instance.static Versioning
Versioning.newInstance
(boolean withDefaults) Creates a newVersioning
instance using default values or not.Metadata.Builder.plugins
(Collection<Plugin> plugins) Versioning.Builder.snapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Metadata.Builder.versioning
(Versioning versioning) Versioning.Builder.versions
(Collection<String> versions) Metadata.with()
Creates a new builder with this object as the basis.Plugin.with()
Creates a new builder with this object as the basis.Snapshot.with()
Creates a new builder with this object as the basis.SnapshotVersion.with()
Creates a new builder with this object as the basis.Versioning.with()
Creates a new builder with this object as the basis.Metadata.withArtifactId
(String artifactId) Creates a newMetadata
instance using the specified artifactId.Plugin.withArtifactId
(String artifactId) Creates a newPlugin
instance using the specified artifactId.Snapshot.withBuildNumber
(int buildNumber) Creates a newSnapshot
instance using the specified buildNumber.SnapshotVersion.withClassifier
(String classifier) Creates a newSnapshotVersion
instance using the specified classifier.SnapshotVersion.withExtension
(String extension) Creates a newSnapshotVersion
instance using the specified extension.Metadata.withGroupId
(String groupId) Creates a newMetadata
instance using the specified groupId.Versioning.withLastUpdated
(String lastUpdated) Creates a newVersioning
instance using the specified lastUpdated.Versioning.withLatest
(String latest) Creates a newVersioning
instance using the specified latest.Snapshot.withLocalCopy
(boolean localCopy) Creates a newSnapshot
instance using the specified localCopy.Metadata.withModelVersion
(String modelVersion) Creates a newMetadata
instance using the specified modelVersion.Creates a newPlugin
instance using the specified name.Metadata.withPlugins
(Collection<Plugin> plugins) Creates a newMetadata
instance using the specified plugins.Plugin.withPrefix
(String prefix) Creates a newPlugin
instance using the specified prefix.Versioning.withRelease
(String release) Creates a newVersioning
instance using the specified release.Versioning.withSnapshot
(Snapshot snapshot) Creates a newVersioning
instance using the specified snapshot.Versioning.withSnapshotVersions
(Collection<SnapshotVersion> snapshotVersions) Creates a newVersioning
instance using the specified snapshotVersions.Snapshot.withTimestamp
(String timestamp) Creates a newSnapshot
instance using the specified timestamp.SnapshotVersion.withUpdated
(String updated) Creates a newSnapshotVersion
instance using the specified updated.Metadata.withVersion
(String version) Creates a newMetadata
instance using the specified version.SnapshotVersion.withVersion
(String version) Creates a newSnapshotVersion
instance using the specified version.Metadata.withVersioning
(Versioning versioning) Creates a newMetadata
instance using the specified versioning.Versioning.withVersions
(Collection<String> versions) Creates a newVersioning
instance using the specified versions. -
Uses of Nonnull in org.apache.maven.api.model
Modifier and TypeMethodDescriptionProfile.Builder.activation
(Activation activation) Activation.Builder.activeByDefault
(boolean activeByDefault) Dependency.Builder.artifactId
(String artifactId) Exclusion.Builder.artifactId
(String artifactId) Extension.Builder.artifactId
(String artifactId) Model.Builder.artifactId
(String artifactId) Parent.Builder.artifactId
(String artifactId) Plugin.Builder.artifactId
(String artifactId) Relocation.Builder.artifactId
(String artifactId) ReportPlugin.Builder.artifactId
(String artifactId) Activation.Builder.build()
ActivationFile.Builder.build()
ActivationOS.Builder.build()
ActivationProperty.Builder.build()
Build.Builder.build()
BuildBase.Builder.build()
CiManagement.Builder.build()
ConfigurationContainer.Builder.build()
Contributor.Builder.build()
Dependency.Builder.build()
DependencyManagement.Builder.build()
DeploymentRepository.Builder.build()
Developer.Builder.build()
DistributionManagement.Builder.build()
Exclusion.Builder.build()
Extension.Builder.build()
FileSet.Builder.build()
IssueManagement.Builder.build()
License.Builder.build()
MailingList.Builder.build()
Model.Builder.build()
ModelBase.Builder.build()
Notifier.Builder.build()
Organization.Builder.build()
Parent.Builder.build()
PatternSet.Builder.build()
Plugin.Builder.build()
PluginConfiguration.Builder.build()
PluginContainer.Builder.build()
PluginExecution.Builder.build()
PluginManagement.Builder.build()
Prerequisites.Builder.build()
Profile.Builder.build()
Relocation.Builder.build()
Reporting.Builder.build()
ReportPlugin.Builder.build()
ReportSet.Builder.build()
Repository.Builder.build()
RepositoryBase.Builder.build()
RepositoryPolicy.Builder.build()
Resource.Builder.build()
Scm.Builder.build()
Site.Builder.build()
RepositoryPolicy.Builder.checksumPolicy
(String checksumPolicy) Model.Builder.childProjectUrlInheritAppendPath
(String childProjectUrlInheritAppendPath) Scm.Builder.childScmConnectionInheritAppendPath
(String childScmConnectionInheritAppendPath) Scm.Builder.childScmDeveloperConnectionInheritAppendPath
(String childScmDeveloperConnectionInheritAppendPath) Scm.Builder.childScmUrlInheritAppendPath
(String childScmUrlInheritAppendPath) Site.Builder.childSiteUrlInheritAppendPath
(String childSiteUrlInheritAppendPath) Model.Builder.ciManagement
(CiManagement ciManagement) Dependency.Builder.classifier
(String classifier) ConfigurationContainer.Builder.configuration
(XmlNode configuration) Extension.Builder.configuration
(XmlNode configuration) Notifier.Builder.configuration
(Map<String, String> configuration) Plugin.Builder.configuration
(XmlNode configuration) PluginExecution.Builder.configuration
(XmlNode configuration) ReportPlugin.Builder.configuration
(XmlNode configuration) ReportSet.Builder.configuration
(XmlNode configuration) Scm.Builder.connection
(String connection) Model.Builder.contributors
(Collection<Contributor> contributors) Build.Builder.defaultGoal
(String defaultGoal) BuildBase.Builder.defaultGoal
(String defaultGoal) DependencyManagement.Builder.dependencies
(Collection<Dependency> dependencies) Model.Builder.dependencies
(Collection<Dependency> dependencies) ModelBase.Builder.dependencies
(Collection<Dependency> dependencies) Plugin.Builder.dependencies
(Collection<Dependency> dependencies) Profile.Builder.dependencies
(Collection<Dependency> dependencies) Model.Builder.dependencyManagement
(DependencyManagement dependencyManagement) ModelBase.Builder.dependencyManagement
(DependencyManagement dependencyManagement) Profile.Builder.dependencyManagement
(DependencyManagement dependencyManagement) Model.Builder.description
(String description) Scm.Builder.developerConnection
(String developerConnection) Model.Builder.developers
(Collection<Developer> developers) License.Builder.distribution
(String distribution) Model.Builder.distributionManagement
(DistributionManagement distributionManagement) ModelBase.Builder.distributionManagement
(DistributionManagement distributionManagement) Profile.Builder.distributionManagement
(DistributionManagement distributionManagement) DistributionManagement.Builder.downloadUrl
(String downloadUrl) Reporting.Builder.excludeDefaults
(String excludeDefaults) FileSet.Builder.excludes
(Collection<String> excludes) PatternSet.Builder.excludes
(Collection<String> excludes) Resource.Builder.excludes
(Collection<String> excludes) Dependency.Builder.exclusions
(Collection<Exclusion> exclusions) Plugin.Builder.executions
(Collection<PluginExecution> executions) Build.Builder.extensions
(Collection<Extension> extensions) Plugin.Builder.extensions
(String extensions) Activation.Builder.file
(ActivationFile file) Build.Builder.filters
(Collection<String> filters) BuildBase.Builder.filters
(Collection<String> filters) Notifier.getConfiguration()
Extended configuration specific to this notifier goes here.Model.getContributors()
Describes the contributors to a project that are not yet committers.DependencyManagement.getDependencies()
The dependencies specified here are not used until they are referenced in a POM within the group.ModelBase.getDependencies()
This element describes all the dependencies associated with a project.Plugin.getDependencies()
Additional dependencies that this project needs to introduce to the plugin's classloader.Model.getDevelopers()
Describes the committers of a project.PatternSet.getExcludes()
A list of patterns to exclude, e.g.Dependency.getExclusions()
Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.Plugin.getExecutions()
Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.Build.getExtensions()
A set of build extensions to use from this project.BuildBase.getFilters()
The list of filter properties files that are used when filtering is enabled.PluginExecution.getGoals()
The goals to execute with the given configuration.PatternSet.getIncludes()
A list of patterns to include, e.g.Model.getLicenses()
This element describes all the licenses for this project.Model.getMailingLists()
Contains information about a project's mailing lists.ModelBase.getModules()
Deprecated.CiManagement.getNotifiers()
Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.MailingList.getOtherArchives()
The link to alternate URLs where you can browse the list archive.ModelBase.getPluginRepositories()
The lists of the remote repositories for discovering plugins for builds and reports.PluginContainer.getPlugins()
The list of plugins to use.Reporting.getPlugins()
The reporting plugins to use and their configuration.Model.getProfiles()
A listing of project-local build profiles which will modify the build process when activated.Contributor.getProperties()
Properties about the contributor, such as an instant messenger handle.ModelBase.getProperties()
Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled.ReportSet.getReports()
The list of reports from this plugin which should be generated from this set.ReportPlugin.getReportSets()
Multiple specifications of a set of reports, each having (possibly) different configuration.ModelBase.getRepositories()
The lists of the remote repositories for discovering dependencies and extensions.BuildBase.getResources()
This element describes all the classpath resources such as properties files associated with a project.Contributor.getRoles()
The roles the contributor plays in the project.ModelBase.getSubprojects()
The subprojects (formerly called modules) to build as a part of this project.BuildBase.getTestResources()
This element describes all the classpath resources such as properties files associated with a project's unit tests.PluginExecution.Builder.goals
(Collection<String> goals) Activation.Builder.importedFrom
(InputLocation importedFrom) ActivationFile.Builder.importedFrom
(InputLocation importedFrom) ActivationOS.Builder.importedFrom
(InputLocation importedFrom) ActivationProperty.Builder.importedFrom
(InputLocation importedFrom) Build.Builder.importedFrom
(InputLocation importedFrom) BuildBase.Builder.importedFrom
(InputLocation importedFrom) CiManagement.Builder.importedFrom
(InputLocation importedFrom) ConfigurationContainer.Builder.importedFrom
(InputLocation importedFrom) Contributor.Builder.importedFrom
(InputLocation importedFrom) Dependency.Builder.importedFrom
(InputLocation importedFrom) DependencyManagement.Builder.importedFrom
(InputLocation importedFrom) DeploymentRepository.Builder.importedFrom
(InputLocation importedFrom) Developer.Builder.importedFrom
(InputLocation importedFrom) DistributionManagement.Builder.importedFrom
(InputLocation importedFrom) Exclusion.Builder.importedFrom
(InputLocation importedFrom) Extension.Builder.importedFrom
(InputLocation importedFrom) FileSet.Builder.importedFrom
(InputLocation importedFrom) IssueManagement.Builder.importedFrom
(InputLocation importedFrom) License.Builder.importedFrom
(InputLocation importedFrom) MailingList.Builder.importedFrom
(InputLocation importedFrom) Model.Builder.importedFrom
(InputLocation importedFrom) ModelBase.Builder.importedFrom
(InputLocation importedFrom) Notifier.Builder.importedFrom
(InputLocation importedFrom) Organization.Builder.importedFrom
(InputLocation importedFrom) Parent.Builder.importedFrom
(InputLocation importedFrom) PatternSet.Builder.importedFrom
(InputLocation importedFrom) Plugin.Builder.importedFrom
(InputLocation importedFrom) PluginConfiguration.Builder.importedFrom
(InputLocation importedFrom) PluginContainer.Builder.importedFrom
(InputLocation importedFrom) PluginExecution.Builder.importedFrom
(InputLocation importedFrom) PluginManagement.Builder.importedFrom
(InputLocation importedFrom) Prerequisites.Builder.importedFrom
(InputLocation importedFrom) Profile.Builder.importedFrom
(InputLocation importedFrom) Relocation.Builder.importedFrom
(InputLocation importedFrom) Reporting.Builder.importedFrom
(InputLocation importedFrom) ReportPlugin.Builder.importedFrom
(InputLocation importedFrom) ReportSet.Builder.importedFrom
(InputLocation importedFrom) Repository.Builder.importedFrom
(InputLocation importedFrom) RepositoryBase.Builder.importedFrom
(InputLocation importedFrom) RepositoryPolicy.Builder.importedFrom
(InputLocation importedFrom) Resource.Builder.importedFrom
(InputLocation importedFrom) Scm.Builder.importedFrom
(InputLocation importedFrom) Site.Builder.importedFrom
(InputLocation importedFrom) Model.Builder.inceptionYear
(String inceptionYear) FileSet.Builder.includes
(Collection<String> includes) PatternSet.Builder.includes
(Collection<String> includes) Resource.Builder.includes
(Collection<String> includes) Model.Builder.issueManagement
(IssueManagement issueManagement) Model.Builder.licenses
(Collection<License> licenses) Activation.Builder.location
(Object key, InputLocation location) ActivationFile.Builder.location
(Object key, InputLocation location) ActivationOS.Builder.location
(Object key, InputLocation location) ActivationProperty.Builder.location
(Object key, InputLocation location) Build.Builder.location
(Object key, InputLocation location) BuildBase.Builder.location
(Object key, InputLocation location) CiManagement.Builder.location
(Object key, InputLocation location) ConfigurationContainer.Builder.location
(Object key, InputLocation location) Contributor.Builder.location
(Object key, InputLocation location) Dependency.Builder.location
(Object key, InputLocation location) DependencyManagement.Builder.location
(Object key, InputLocation location) DeploymentRepository.Builder.location
(Object key, InputLocation location) Developer.Builder.location
(Object key, InputLocation location) DistributionManagement.Builder.location
(Object key, InputLocation location) Exclusion.Builder.location
(Object key, InputLocation location) Extension.Builder.location
(Object key, InputLocation location) FileSet.Builder.location
(Object key, InputLocation location) IssueManagement.Builder.location
(Object key, InputLocation location) License.Builder.location
(Object key, InputLocation location) MailingList.Builder.location
(Object key, InputLocation location) Model.Builder.location
(Object key, InputLocation location) ModelBase.Builder.location
(Object key, InputLocation location) Notifier.Builder.location
(Object key, InputLocation location) Organization.Builder.location
(Object key, InputLocation location) Parent.Builder.location
(Object key, InputLocation location) PatternSet.Builder.location
(Object key, InputLocation location) Plugin.Builder.location
(Object key, InputLocation location) PluginConfiguration.Builder.location
(Object key, InputLocation location) PluginContainer.Builder.location
(Object key, InputLocation location) PluginExecution.Builder.location
(Object key, InputLocation location) PluginManagement.Builder.location
(Object key, InputLocation location) Prerequisites.Builder.location
(Object key, InputLocation location) Profile.Builder.location
(Object key, InputLocation location) Relocation.Builder.location
(Object key, InputLocation location) Reporting.Builder.location
(Object key, InputLocation location) ReportPlugin.Builder.location
(Object key, InputLocation location) ReportSet.Builder.location
(Object key, InputLocation location) Repository.Builder.location
(Object key, InputLocation location) RepositoryBase.Builder.location
(Object key, InputLocation location) RepositoryPolicy.Builder.location
(Object key, InputLocation location) Resource.Builder.location
(Object key, InputLocation location) Scm.Builder.location
(Object key, InputLocation location) Site.Builder.location
(Object key, InputLocation location) Model.Builder.mailingLists
(Collection<MailingList> mailingLists) Model.Builder.modelEncoding
(String modelEncoding) Model.Builder.modelVersion
(String modelVersion) Model.Builder.modules
(Collection<String> modules) Deprecated.ModelBase.Builder.modules
(Collection<String> modules) Deprecated.Profile.Builder.modules
(Collection<String> modules) Deprecated.Model.Builder.namespaceUri
(String namespaceUri) static Activation.Builder
Activation.newBuilder()
Creates a newActivation
builder instance.static Activation.Builder
Activation.newBuilder
(boolean withDefaults) Creates a newActivation
builder instance using default values or not.static Activation.Builder
Activation.newBuilder
(Activation from) Creates a newActivation
builder instance using the specified object as a basis.static Activation.Builder
Activation.newBuilder
(Activation from, boolean forceCopy) Creates a newActivation
builder instance using the specified object as a basis.static ActivationFile.Builder
ActivationFile.newBuilder()
Creates a newActivationFile
builder instance.static ActivationFile.Builder
ActivationFile.newBuilder
(boolean withDefaults) Creates a newActivationFile
builder instance using default values or not.static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from) Creates a newActivationFile
builder instance using the specified object as a basis.static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from, boolean forceCopy) Creates a newActivationFile
builder instance using the specified object as a basis.static ActivationOS.Builder
ActivationOS.newBuilder()
Creates a newActivationOS
builder instance.static ActivationOS.Builder
ActivationOS.newBuilder
(boolean withDefaults) Creates a newActivationOS
builder instance using default values or not.static ActivationOS.Builder
ActivationOS.newBuilder
(ActivationOS from) Creates a newActivationOS
builder instance using the specified object as a basis.static ActivationOS.Builder
ActivationOS.newBuilder
(ActivationOS from, boolean forceCopy) Creates a newActivationOS
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder()
Creates a newActivationProperty
builder instance.static ActivationProperty.Builder
ActivationProperty.newBuilder
(boolean withDefaults) Creates a newActivationProperty
builder instance using default values or not.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from) Creates a newActivationProperty
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from, boolean forceCopy) Creates a newActivationProperty
builder instance using the specified object as a basis.static Build.Builder
Build.newBuilder()
Creates a newBuild
builder instance.static Build.Builder
Build.newBuilder
(boolean withDefaults) Creates a newBuild
builder instance using default values or not.static Build.Builder
Build.newBuilder
(Build from) Creates a newBuild
builder instance using the specified object as a basis.static Build.Builder
Build.newBuilder
(Build from, boolean forceCopy) Creates a newBuild
builder instance using the specified object as a basis.static BuildBase.Builder
BuildBase.newBuilder()
Creates a newBuildBase
builder instance.static BuildBase.Builder
BuildBase.newBuilder
(boolean withDefaults) Creates a newBuildBase
builder instance using default values or not.static BuildBase.Builder
BuildBase.newBuilder
(BuildBase from) Creates a newBuildBase
builder instance using the specified object as a basis.static BuildBase.Builder
BuildBase.newBuilder
(BuildBase from, boolean forceCopy) Creates a newBuildBase
builder instance using the specified object as a basis.static CiManagement.Builder
CiManagement.newBuilder()
Creates a newCiManagement
builder instance.static CiManagement.Builder
CiManagement.newBuilder
(boolean withDefaults) Creates a newCiManagement
builder instance using default values or not.static CiManagement.Builder
CiManagement.newBuilder
(CiManagement from) Creates a newCiManagement
builder instance using the specified object as a basis.static CiManagement.Builder
CiManagement.newBuilder
(CiManagement from, boolean forceCopy) Creates a newCiManagement
builder instance using the specified object as a basis.ConfigurationContainer.newBuilder()
Creates a newConfigurationContainer
builder instance.ConfigurationContainer.newBuilder
(boolean withDefaults) Creates a newConfigurationContainer
builder instance using default values or not.ConfigurationContainer.newBuilder
(ConfigurationContainer from) Creates a newConfigurationContainer
builder instance using the specified object as a basis.ConfigurationContainer.newBuilder
(ConfigurationContainer from, boolean forceCopy) Creates a newConfigurationContainer
builder instance using the specified object as a basis.static Contributor.Builder
Contributor.newBuilder()
Creates a newContributor
builder instance.static Contributor.Builder
Contributor.newBuilder
(boolean withDefaults) Creates a newContributor
builder instance using default values or not.static Contributor.Builder
Contributor.newBuilder
(Contributor from) Creates a newContributor
builder instance using the specified object as a basis.static Contributor.Builder
Contributor.newBuilder
(Contributor from, boolean forceCopy) Creates a newContributor
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder()
Creates a newDependency
builder instance.static Dependency.Builder
Dependency.newBuilder
(boolean withDefaults) Creates a newDependency
builder instance using default values or not.static Dependency.Builder
Dependency.newBuilder
(Dependency from) Creates a newDependency
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder
(Dependency from, boolean forceCopy) Creates a newDependency
builder instance using the specified object as a basis.static DependencyManagement.Builder
DependencyManagement.newBuilder()
Creates a newDependencyManagement
builder instance.static DependencyManagement.Builder
DependencyManagement.newBuilder
(boolean withDefaults) Creates a newDependencyManagement
builder instance using default values or not.static DependencyManagement.Builder
DependencyManagement.newBuilder
(DependencyManagement from) Creates a newDependencyManagement
builder instance using the specified object as a basis.static DependencyManagement.Builder
DependencyManagement.newBuilder
(DependencyManagement from, boolean forceCopy) Creates a newDependencyManagement
builder instance using the specified object as a basis.static DeploymentRepository.Builder
DeploymentRepository.newBuilder()
Creates a newDeploymentRepository
builder instance.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(boolean withDefaults) Creates a newDeploymentRepository
builder instance using default values or not.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from) Creates a newDeploymentRepository
builder instance using the specified object as a basis.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from, boolean forceCopy) Creates a newDeploymentRepository
builder instance using the specified object as a basis.static Developer.Builder
Developer.newBuilder()
Creates a newDeveloper
builder instance.static Developer.Builder
Developer.newBuilder
(boolean withDefaults) Creates a newDeveloper
builder instance using default values or not.static Developer.Builder
Developer.newBuilder
(Developer from) Creates a newDeveloper
builder instance using the specified object as a basis.static Developer.Builder
Developer.newBuilder
(Developer from, boolean forceCopy) Creates a newDeveloper
builder instance using the specified object as a basis.DistributionManagement.newBuilder()
Creates a newDistributionManagement
builder instance.DistributionManagement.newBuilder
(boolean withDefaults) Creates a newDistributionManagement
builder instance using default values or not.DistributionManagement.newBuilder
(DistributionManagement from) Creates a newDistributionManagement
builder instance using the specified object as a basis.DistributionManagement.newBuilder
(DistributionManagement from, boolean forceCopy) Creates a newDistributionManagement
builder instance using the specified object as a basis.static Exclusion.Builder
Exclusion.newBuilder()
Creates a newExclusion
builder instance.static Exclusion.Builder
Exclusion.newBuilder
(boolean withDefaults) Creates a newExclusion
builder instance using default values or not.static Exclusion.Builder
Exclusion.newBuilder
(Exclusion from) Creates a newExclusion
builder instance using the specified object as a basis.static Exclusion.Builder
Exclusion.newBuilder
(Exclusion from, boolean forceCopy) Creates a newExclusion
builder instance using the specified object as a basis.static Extension.Builder
Extension.newBuilder()
Creates a newExtension
builder instance.static Extension.Builder
Extension.newBuilder
(boolean withDefaults) Creates a newExtension
builder instance using default values or not.static Extension.Builder
Extension.newBuilder
(Extension from) Creates a newExtension
builder instance using the specified object as a basis.static Extension.Builder
Extension.newBuilder
(Extension from, boolean forceCopy) Creates a newExtension
builder instance using the specified object as a basis.static FileSet.Builder
FileSet.newBuilder()
Creates a newFileSet
builder instance.static FileSet.Builder
FileSet.newBuilder
(boolean withDefaults) Creates a newFileSet
builder instance using default values or not.static FileSet.Builder
FileSet.newBuilder
(FileSet from) Creates a newFileSet
builder instance using the specified object as a basis.static FileSet.Builder
FileSet.newBuilder
(FileSet from, boolean forceCopy) Creates a newFileSet
builder instance using the specified object as a basis.static IssueManagement.Builder
IssueManagement.newBuilder()
Creates a newIssueManagement
builder instance.static IssueManagement.Builder
IssueManagement.newBuilder
(boolean withDefaults) Creates a newIssueManagement
builder instance using default values or not.static IssueManagement.Builder
IssueManagement.newBuilder
(IssueManagement from) Creates a newIssueManagement
builder instance using the specified object as a basis.static IssueManagement.Builder
IssueManagement.newBuilder
(IssueManagement from, boolean forceCopy) Creates a newIssueManagement
builder instance using the specified object as a basis.static License.Builder
License.newBuilder()
Creates a newLicense
builder instance.static License.Builder
License.newBuilder
(boolean withDefaults) Creates a newLicense
builder instance using default values or not.static License.Builder
License.newBuilder
(License from) Creates a newLicense
builder instance using the specified object as a basis.static License.Builder
License.newBuilder
(License from, boolean forceCopy) Creates a newLicense
builder instance using the specified object as a basis.static MailingList.Builder
MailingList.newBuilder()
Creates a newMailingList
builder instance.static MailingList.Builder
MailingList.newBuilder
(boolean withDefaults) Creates a newMailingList
builder instance using default values or not.static MailingList.Builder
MailingList.newBuilder
(MailingList from) Creates a newMailingList
builder instance using the specified object as a basis.static MailingList.Builder
MailingList.newBuilder
(MailingList from, boolean forceCopy) Creates a newMailingList
builder instance using the specified object as a basis.static Model.Builder
Model.newBuilder()
Creates a newModel
builder instance.static Model.Builder
Model.newBuilder
(boolean withDefaults) Creates a newModel
builder instance using default values or not.static Model.Builder
Model.newBuilder
(Model from) Creates a newModel
builder instance using the specified object as a basis.static Model.Builder
Model.newBuilder
(Model from, boolean forceCopy) Creates a newModel
builder instance using the specified object as a basis.static ModelBase.Builder
ModelBase.newBuilder()
Creates a newModelBase
builder instance.static ModelBase.Builder
ModelBase.newBuilder
(boolean withDefaults) Creates a newModelBase
builder instance using default values or not.static ModelBase.Builder
ModelBase.newBuilder
(ModelBase from) Creates a newModelBase
builder instance using the specified object as a basis.static ModelBase.Builder
ModelBase.newBuilder
(ModelBase from, boolean forceCopy) Creates a newModelBase
builder instance using the specified object as a basis.static Notifier.Builder
Notifier.newBuilder()
Creates a newNotifier
builder instance.static Notifier.Builder
Notifier.newBuilder
(boolean withDefaults) Creates a newNotifier
builder instance using default values or not.static Notifier.Builder
Notifier.newBuilder
(Notifier from) Creates a newNotifier
builder instance using the specified object as a basis.static Notifier.Builder
Notifier.newBuilder
(Notifier from, boolean forceCopy) Creates a newNotifier
builder instance using the specified object as a basis.static Organization.Builder
Organization.newBuilder()
Creates a newOrganization
builder instance.static Organization.Builder
Organization.newBuilder
(boolean withDefaults) Creates a newOrganization
builder instance using default values or not.static Organization.Builder
Organization.newBuilder
(Organization from) Creates a newOrganization
builder instance using the specified object as a basis.static Organization.Builder
Organization.newBuilder
(Organization from, boolean forceCopy) Creates a newOrganization
builder instance using the specified object as a basis.static Parent.Builder
Parent.newBuilder()
Creates a newParent
builder instance.static Parent.Builder
Parent.newBuilder
(boolean withDefaults) Creates a newParent
builder instance using default values or not.static Parent.Builder
Parent.newBuilder
(Parent from) Creates a newParent
builder instance using the specified object as a basis.static Parent.Builder
Parent.newBuilder
(Parent from, boolean forceCopy) Creates a newParent
builder instance using the specified object as a basis.static PatternSet.Builder
PatternSet.newBuilder()
Creates a newPatternSet
builder instance.static PatternSet.Builder
PatternSet.newBuilder
(boolean withDefaults) Creates a newPatternSet
builder instance using default values or not.static PatternSet.Builder
PatternSet.newBuilder
(PatternSet from) Creates a newPatternSet
builder instance using the specified object as a basis.static PatternSet.Builder
PatternSet.newBuilder
(PatternSet from, boolean forceCopy) Creates a newPatternSet
builder instance using the specified object as a basis.static Plugin.Builder
Plugin.newBuilder()
Creates a newPlugin
builder instance.static Plugin.Builder
Plugin.newBuilder
(boolean withDefaults) Creates a newPlugin
builder instance using default values or not.static Plugin.Builder
Plugin.newBuilder
(Plugin from) Creates a newPlugin
builder instance using the specified object as a basis.static Plugin.Builder
Plugin.newBuilder
(Plugin from, boolean forceCopy) Creates a newPlugin
builder instance using the specified object as a basis.static PluginConfiguration.Builder
PluginConfiguration.newBuilder()
Creates a newPluginConfiguration
builder instance.static PluginConfiguration.Builder
PluginConfiguration.newBuilder
(boolean withDefaults) Creates a newPluginConfiguration
builder instance using default values or not.static PluginConfiguration.Builder
PluginConfiguration.newBuilder
(PluginConfiguration from) Creates a newPluginConfiguration
builder instance using the specified object as a basis.static PluginConfiguration.Builder
PluginConfiguration.newBuilder
(PluginConfiguration from, boolean forceCopy) Creates a newPluginConfiguration
builder instance using the specified object as a basis.static PluginContainer.Builder
PluginContainer.newBuilder()
Creates a newPluginContainer
builder instance.static PluginContainer.Builder
PluginContainer.newBuilder
(boolean withDefaults) Creates a newPluginContainer
builder instance using default values or not.static PluginContainer.Builder
PluginContainer.newBuilder
(PluginContainer from) Creates a newPluginContainer
builder instance using the specified object as a basis.static PluginContainer.Builder
PluginContainer.newBuilder
(PluginContainer from, boolean forceCopy) Creates a newPluginContainer
builder instance using the specified object as a basis.static PluginExecution.Builder
PluginExecution.newBuilder()
Creates a newPluginExecution
builder instance.static PluginExecution.Builder
PluginExecution.newBuilder
(boolean withDefaults) Creates a newPluginExecution
builder instance using default values or not.static PluginExecution.Builder
PluginExecution.newBuilder
(PluginExecution from) Creates a newPluginExecution
builder instance using the specified object as a basis.static PluginExecution.Builder
PluginExecution.newBuilder
(PluginExecution from, boolean forceCopy) Creates a newPluginExecution
builder instance using the specified object as a basis.static PluginManagement.Builder
PluginManagement.newBuilder()
Creates a newPluginManagement
builder instance.static PluginManagement.Builder
PluginManagement.newBuilder
(boolean withDefaults) Creates a newPluginManagement
builder instance using default values or not.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from) Creates a newPluginManagement
builder instance using the specified object as a basis.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from, boolean forceCopy) Creates a newPluginManagement
builder instance using the specified object as a basis.static Prerequisites.Builder
Prerequisites.newBuilder()
Creates a newPrerequisites
builder instance.static Prerequisites.Builder
Prerequisites.newBuilder
(boolean withDefaults) Creates a newPrerequisites
builder instance using default values or not.static Prerequisites.Builder
Prerequisites.newBuilder
(Prerequisites from) Creates a newPrerequisites
builder instance using the specified object as a basis.static Prerequisites.Builder
Prerequisites.newBuilder
(Prerequisites from, boolean forceCopy) Creates a newPrerequisites
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder()
Creates a newProfile
builder instance.static Profile.Builder
Profile.newBuilder
(boolean withDefaults) Creates a newProfile
builder instance using default values or not.static Profile.Builder
Profile.newBuilder
(Profile from) Creates a newProfile
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder
(Profile from, boolean forceCopy) Creates a newProfile
builder instance using the specified object as a basis.static Relocation.Builder
Relocation.newBuilder()
Creates a newRelocation
builder instance.static Relocation.Builder
Relocation.newBuilder
(boolean withDefaults) Creates a newRelocation
builder instance using default values or not.static Relocation.Builder
Relocation.newBuilder
(Relocation from) Creates a newRelocation
builder instance using the specified object as a basis.static Relocation.Builder
Relocation.newBuilder
(Relocation from, boolean forceCopy) Creates a newRelocation
builder instance using the specified object as a basis.static Reporting.Builder
Reporting.newBuilder()
Creates a newReporting
builder instance.static Reporting.Builder
Reporting.newBuilder
(boolean withDefaults) Creates a newReporting
builder instance using default values or not.static Reporting.Builder
Reporting.newBuilder
(Reporting from) Creates a newReporting
builder instance using the specified object as a basis.static Reporting.Builder
Reporting.newBuilder
(Reporting from, boolean forceCopy) Creates a newReporting
builder instance using the specified object as a basis.static ReportPlugin.Builder
ReportPlugin.newBuilder()
Creates a newReportPlugin
builder instance.static ReportPlugin.Builder
ReportPlugin.newBuilder
(boolean withDefaults) Creates a newReportPlugin
builder instance using default values or not.static ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from) Creates a newReportPlugin
builder instance using the specified object as a basis.static ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from, boolean forceCopy) Creates a newReportPlugin
builder instance using the specified object as a basis.static ReportSet.Builder
ReportSet.newBuilder()
Creates a newReportSet
builder instance.static ReportSet.Builder
ReportSet.newBuilder
(boolean withDefaults) Creates a newReportSet
builder instance using default values or not.static ReportSet.Builder
ReportSet.newBuilder
(ReportSet from) Creates a newReportSet
builder instance using the specified object as a basis.static ReportSet.Builder
ReportSet.newBuilder
(ReportSet from, boolean forceCopy) Creates a newReportSet
builder instance using the specified object as a basis.static Repository.Builder
Repository.newBuilder()
Creates a newRepository
builder instance.static Repository.Builder
Repository.newBuilder
(boolean withDefaults) Creates a newRepository
builder instance using default values or not.static Repository.Builder
Repository.newBuilder
(Repository from) Creates a newRepository
builder instance using the specified object as a basis.static Repository.Builder
Repository.newBuilder
(Repository from, boolean forceCopy) Creates a newRepository
builder instance using the specified object as a basis.static RepositoryBase.Builder
RepositoryBase.newBuilder()
Creates a newRepositoryBase
builder instance.static RepositoryBase.Builder
RepositoryBase.newBuilder
(boolean withDefaults) Creates a newRepositoryBase
builder instance using default values or not.static RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from) Creates a newRepositoryBase
builder instance using the specified object as a basis.static RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBase
builder instance using the specified object as a basis.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder()
Creates a newRepositoryPolicy
builder instance.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(boolean withDefaults) Creates a newRepositoryPolicy
builder instance using default values or not.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(RepositoryPolicy from) Creates a newRepositoryPolicy
builder instance using the specified object as a basis.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(RepositoryPolicy from, boolean forceCopy) Creates a newRepositoryPolicy
builder instance using the specified object as a basis.static Resource.Builder
Resource.newBuilder()
Creates a newResource
builder instance.static Resource.Builder
Resource.newBuilder
(boolean withDefaults) Creates a newResource
builder instance using default values or not.static Resource.Builder
Resource.newBuilder
(Resource from) Creates a newResource
builder instance using the specified object as a basis.static Resource.Builder
Resource.newBuilder
(Resource from, boolean forceCopy) Creates a newResource
builder instance using the specified object as a basis.static Scm.Builder
Scm.newBuilder()
Creates a newScm
builder instance.static Scm.Builder
Scm.newBuilder
(boolean withDefaults) Creates a newScm
builder instance using default values or not.static Scm.Builder
Scm.newBuilder
(Scm from) Creates a newScm
builder instance using the specified object as a basis.static Scm.Builder
Scm.newBuilder
(Scm from, boolean forceCopy) Creates a newScm
builder instance using the specified object as a basis.static Site.Builder
Site.newBuilder()
Creates a newSite
builder instance.static Site.Builder
Site.newBuilder
(boolean withDefaults) Creates a newSite
builder instance using default values or not.static Site.Builder
Site.newBuilder
(Site from) Creates a newSite
builder instance using the specified object as a basis.static Site.Builder
Site.newBuilder
(Site from, boolean forceCopy) Creates a newSite
builder instance using the specified object as a basis.static Activation
Activation.newInstance()
Creates a newActivation
instance.static Activation
Activation.newInstance
(boolean withDefaults) Creates a newActivation
instance using default values or not.static ActivationFile
ActivationFile.newInstance()
Creates a newActivationFile
instance.static ActivationFile
ActivationFile.newInstance
(boolean withDefaults) Creates a newActivationFile
instance using default values or not.static ActivationOS
ActivationOS.newInstance()
Creates a newActivationOS
instance.static ActivationOS
ActivationOS.newInstance
(boolean withDefaults) Creates a newActivationOS
instance using default values or not.static ActivationProperty
ActivationProperty.newInstance()
Creates a newActivationProperty
instance.static ActivationProperty
ActivationProperty.newInstance
(boolean withDefaults) Creates a newActivationProperty
instance using default values or not.static Build
Build.newInstance()
Creates a newBuild
instance.static Build
Build.newInstance
(boolean withDefaults) Creates a newBuild
instance using default values or not.static BuildBase
BuildBase.newInstance()
Creates a newBuildBase
instance.static BuildBase
BuildBase.newInstance
(boolean withDefaults) Creates a newBuildBase
instance using default values or not.static CiManagement
CiManagement.newInstance()
Creates a newCiManagement
instance.static CiManagement
CiManagement.newInstance
(boolean withDefaults) Creates a newCiManagement
instance using default values or not.static ConfigurationContainer
ConfigurationContainer.newInstance()
Creates a newConfigurationContainer
instance.static ConfigurationContainer
ConfigurationContainer.newInstance
(boolean withDefaults) Creates a newConfigurationContainer
instance using default values or not.static Contributor
Contributor.newInstance()
Creates a newContributor
instance.static Contributor
Contributor.newInstance
(boolean withDefaults) Creates a newContributor
instance using default values or not.static Dependency
Dependency.newInstance()
Creates a newDependency
instance.static Dependency
Dependency.newInstance
(boolean withDefaults) Creates a newDependency
instance using default values or not.static DependencyManagement
DependencyManagement.newInstance()
Creates a newDependencyManagement
instance.static DependencyManagement
DependencyManagement.newInstance
(boolean withDefaults) Creates a newDependencyManagement
instance using default values or not.static DeploymentRepository
DeploymentRepository.newInstance()
Creates a newDeploymentRepository
instance.static DeploymentRepository
DeploymentRepository.newInstance
(boolean withDefaults) Creates a newDeploymentRepository
instance using default values or not.static Developer
Developer.newInstance()
Creates a newDeveloper
instance.static Developer
Developer.newInstance
(boolean withDefaults) Creates a newDeveloper
instance using default values or not.static DistributionManagement
DistributionManagement.newInstance()
Creates a newDistributionManagement
instance.static DistributionManagement
DistributionManagement.newInstance
(boolean withDefaults) Creates a newDistributionManagement
instance using default values or not.static Exclusion
Exclusion.newInstance()
Creates a newExclusion
instance.static Exclusion
Exclusion.newInstance
(boolean withDefaults) Creates a newExclusion
instance using default values or not.static Extension
Extension.newInstance()
Creates a newExtension
instance.static Extension
Extension.newInstance
(boolean withDefaults) Creates a newExtension
instance using default values or not.static FileSet
FileSet.newInstance()
Creates a newFileSet
instance.static FileSet
FileSet.newInstance
(boolean withDefaults) Creates a newFileSet
instance using default values or not.static IssueManagement
IssueManagement.newInstance()
Creates a newIssueManagement
instance.static IssueManagement
IssueManagement.newInstance
(boolean withDefaults) Creates a newIssueManagement
instance using default values or not.static License
License.newInstance()
Creates a newLicense
instance.static License
License.newInstance
(boolean withDefaults) Creates a newLicense
instance using default values or not.static MailingList
MailingList.newInstance()
Creates a newMailingList
instance.static MailingList
MailingList.newInstance
(boolean withDefaults) Creates a newMailingList
instance using default values or not.static Model
Model.newInstance()
Creates a newModel
instance.static Model
Model.newInstance
(boolean withDefaults) Creates a newModel
instance using default values or not.static ModelBase
ModelBase.newInstance()
Creates a newModelBase
instance.static ModelBase
ModelBase.newInstance
(boolean withDefaults) Creates a newModelBase
instance using default values or not.static Notifier
Notifier.newInstance()
Creates a newNotifier
instance.static Notifier
Notifier.newInstance
(boolean withDefaults) Creates a newNotifier
instance using default values or not.static Organization
Organization.newInstance()
Creates a newOrganization
instance.static Organization
Organization.newInstance
(boolean withDefaults) Creates a newOrganization
instance using default values or not.static Parent
Parent.newInstance()
Creates a newParent
instance.static Parent
Parent.newInstance
(boolean withDefaults) Creates a newParent
instance using default values or not.static PatternSet
PatternSet.newInstance()
Creates a newPatternSet
instance.static PatternSet
PatternSet.newInstance
(boolean withDefaults) Creates a newPatternSet
instance using default values or not.static Plugin
Plugin.newInstance()
Creates a newPlugin
instance.static Plugin
Plugin.newInstance
(boolean withDefaults) Creates a newPlugin
instance using default values or not.static PluginConfiguration
PluginConfiguration.newInstance()
Creates a newPluginConfiguration
instance.static PluginConfiguration
PluginConfiguration.newInstance
(boolean withDefaults) Creates a newPluginConfiguration
instance using default values or not.static PluginContainer
PluginContainer.newInstance()
Creates a newPluginContainer
instance.static PluginContainer
PluginContainer.newInstance
(boolean withDefaults) Creates a newPluginContainer
instance using default values or not.static PluginExecution
PluginExecution.newInstance()
Creates a newPluginExecution
instance.static PluginExecution
PluginExecution.newInstance
(boolean withDefaults) Creates a newPluginExecution
instance using default values or not.static PluginManagement
PluginManagement.newInstance()
Creates a newPluginManagement
instance.static PluginManagement
PluginManagement.newInstance
(boolean withDefaults) Creates a newPluginManagement
instance using default values or not.static Prerequisites
Prerequisites.newInstance()
Creates a newPrerequisites
instance.static Prerequisites
Prerequisites.newInstance
(boolean withDefaults) Creates a newPrerequisites
instance using default values or not.static Profile
Profile.newInstance()
Creates a newProfile
instance.static Profile
Profile.newInstance
(boolean withDefaults) Creates a newProfile
instance using default values or not.static Relocation
Relocation.newInstance()
Creates a newRelocation
instance.static Relocation
Relocation.newInstance
(boolean withDefaults) Creates a newRelocation
instance using default values or not.static Reporting
Reporting.newInstance()
Creates a newReporting
instance.static Reporting
Reporting.newInstance
(boolean withDefaults) Creates a newReporting
instance using default values or not.static ReportPlugin
ReportPlugin.newInstance()
Creates a newReportPlugin
instance.static ReportPlugin
ReportPlugin.newInstance
(boolean withDefaults) Creates a newReportPlugin
instance using default values or not.static ReportSet
ReportSet.newInstance()
Creates a newReportSet
instance.static ReportSet
ReportSet.newInstance
(boolean withDefaults) Creates a newReportSet
instance using default values or not.static Repository
Repository.newInstance()
Creates a newRepository
instance.static Repository
Repository.newInstance
(boolean withDefaults) Creates a newRepository
instance using default values or not.static RepositoryBase
RepositoryBase.newInstance()
Creates a newRepositoryBase
instance.static RepositoryBase
RepositoryBase.newInstance
(boolean withDefaults) Creates a newRepositoryBase
instance using default values or not.static RepositoryPolicy
RepositoryPolicy.newInstance()
Creates a newRepositoryPolicy
instance.static RepositoryPolicy
RepositoryPolicy.newInstance
(boolean withDefaults) Creates a newRepositoryPolicy
instance using default values or not.static Resource
Resource.newInstance()
Creates a newResource
instance.static Resource
Resource.newInstance
(boolean withDefaults) Creates a newResource
instance using default values or not.static Scm
Scm.newInstance()
Creates a newScm
instance.static Scm
Scm.newInstance
(boolean withDefaults) Creates a newScm
instance using default values or not.static Site
Site.newInstance()
Creates a newSite
instance.static Site
Site.newInstance
(boolean withDefaults) Creates a newSite
instance using default values or not.CiManagement.Builder.notifiers
(Collection<Notifier> notifiers) Contributor.Builder.organization
(String organization) Developer.Builder.organization
(String organization) Model.Builder.organization
(Organization organization) Contributor.Builder.organizationUrl
(String organizationUrl) Developer.Builder.organizationUrl
(String organizationUrl) Activation.Builder.os
(ActivationOS os) MailingList.Builder.otherArchives
(Collection<String> otherArchives) Build.Builder.outputDirectory
(String outputDirectory) Reporting.Builder.outputDirectory
(String outputDirectory) Build.Builder.pluginManagement
(PluginManagement pluginManagement) BuildBase.Builder.pluginManagement
(PluginManagement pluginManagement) PluginConfiguration.Builder.pluginManagement
(PluginManagement pluginManagement) Model.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) ModelBase.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Profile.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Build.Builder.plugins
(Collection<Plugin> plugins) BuildBase.Builder.plugins
(Collection<Plugin> plugins) PluginConfiguration.Builder.plugins
(Collection<Plugin> plugins) PluginContainer.Builder.plugins
(Collection<Plugin> plugins) PluginManagement.Builder.plugins
(Collection<Plugin> plugins) Reporting.Builder.plugins
(Collection<ReportPlugin> plugins) Model.Builder.prerequisites
(Prerequisites prerequisites) Model.Builder.preserveModelVersion
(boolean preserveModelVersion) PluginExecution.Builder.priority
(int priority) Model.Builder.profiles
(Collection<Profile> profiles) Contributor.Builder.properties
(Map<String, String> properties) Developer.Builder.properties
(Map<String, String> properties) Model.Builder.properties
(Map<String, String> properties) ModelBase.Builder.properties
(Map<String, String> properties) Profile.Builder.properties
(Map<String, String> properties) Activation.Builder.property
(ActivationProperty property) Parent.Builder.relativePath
(String relativePath) DeploymentRepository.Builder.releases
(RepositoryPolicy releases) Repository.Builder.releases
(RepositoryPolicy releases) DistributionManagement.Builder.relocation
(Relocation relocation) ReportSet.Builder.reports
(Collection<String> reports) ReportPlugin.Builder.reportSets
(Collection<ReportSet> reportSets) Model.Builder.repositories
(Collection<Repository> repositories) ModelBase.Builder.repositories
(Collection<Repository> repositories) Profile.Builder.repositories
(Collection<Repository> repositories) DistributionManagement.Builder.repository
(DeploymentRepository repository) Build.Builder.resources
(Collection<Resource> resources) BuildBase.Builder.resources
(Collection<Resource> resources) Contributor.Builder.roles
(Collection<String> roles) Developer.Builder.roles
(Collection<String> roles) Model.Builder.root
(boolean root) Build.Builder.scriptSourceDirectory
(String scriptSourceDirectory) Notifier.Builder.sendOnError
(boolean sendOnError) Notifier.Builder.sendOnFailure
(boolean sendOnFailure) Notifier.Builder.sendOnSuccess
(boolean sendOnSuccess) Notifier.Builder.sendOnWarning
(boolean sendOnWarning) DistributionManagement.Builder.snapshotRepository
(DeploymentRepository snapshotRepository) DeploymentRepository.Builder.snapshots
(RepositoryPolicy snapshots) Repository.Builder.snapshots
(RepositoryPolicy snapshots) Build.Builder.sourceDirectory
(String sourceDirectory) Model.Builder.subprojects
(Collection<String> subprojects) ModelBase.Builder.subprojects
(Collection<String> subprojects) Profile.Builder.subprojects
(Collection<String> subprojects) Dependency.Builder.systemPath
(String systemPath) Resource.Builder.targetPath
(String targetPath) Build.Builder.testOutputDirectory
(String testOutputDirectory) Build.Builder.testResources
(Collection<Resource> testResources) BuildBase.Builder.testResources
(Collection<Resource> testResources) Build.Builder.testSourceDirectory
(String testSourceDirectory) DeploymentRepository.Builder.uniqueVersion
(boolean uniqueVersion) MailingList.Builder.unsubscribe
(String unsubscribe) RepositoryPolicy.Builder.updatePolicy
(String updatePolicy) Activation.with()
Creates a new builder with this object as the basis.ActivationFile.with()
Creates a new builder with this object as the basis.ActivationOS.with()
Creates a new builder with this object as the basis.ActivationProperty.with()
Creates a new builder with this object as the basis.Build.with()
Creates a new builder with this object as the basis.BuildBase.with()
Creates a new builder with this object as the basis.CiManagement.with()
Creates a new builder with this object as the basis.ConfigurationContainer.with()
Creates a new builder with this object as the basis.Contributor.with()
Creates a new builder with this object as the basis.Dependency.with()
Creates a new builder with this object as the basis.DependencyManagement.with()
Creates a new builder with this object as the basis.DeploymentRepository.with()
Creates a new builder with this object as the basis.Developer.with()
Creates a new builder with this object as the basis.DistributionManagement.with()
Creates a new builder with this object as the basis.Exclusion.with()
Creates a new builder with this object as the basis.Extension.with()
Creates a new builder with this object as the basis.FileSet.with()
Creates a new builder with this object as the basis.IssueManagement.with()
Creates a new builder with this object as the basis.License.with()
Creates a new builder with this object as the basis.MailingList.with()
Creates a new builder with this object as the basis.Model.with()
Creates a new builder with this object as the basis.ModelBase.with()
Creates a new builder with this object as the basis.Notifier.with()
Creates a new builder with this object as the basis.Organization.with()
Creates a new builder with this object as the basis.Parent.with()
Creates a new builder with this object as the basis.PatternSet.with()
Creates a new builder with this object as the basis.Plugin.with()
Creates a new builder with this object as the basis.PluginConfiguration.with()
Creates a new builder with this object as the basis.PluginContainer.with()
Creates a new builder with this object as the basis.PluginExecution.with()
Creates a new builder with this object as the basis.PluginManagement.with()
Creates a new builder with this object as the basis.Prerequisites.with()
Creates a new builder with this object as the basis.Profile.with()
Creates a new builder with this object as the basis.Relocation.with()
Creates a new builder with this object as the basis.Reporting.with()
Creates a new builder with this object as the basis.ReportPlugin.with()
Creates a new builder with this object as the basis.ReportSet.with()
Creates a new builder with this object as the basis.Repository.with()
Creates a new builder with this object as the basis.RepositoryBase.with()
Creates a new builder with this object as the basis.RepositoryPolicy.with()
Creates a new builder with this object as the basis.Resource.with()
Creates a new builder with this object as the basis.Scm.with()
Creates a new builder with this object as the basis.Site.with()
Creates a new builder with this object as the basis.Profile.withActivation
(Activation activation) Creates a newProfile
instance using the specified activation.Activation.withActiveByDefault
(boolean activeByDefault) Creates a newActivation
instance using the specified activeByDefault.Notifier.withAddress
(String address) Creates a newNotifier
instance using the specified address.Creates a newActivationOS
instance using the specified arch.MailingList.withArchive
(String archive) Creates a newMailingList
instance using the specified archive.Dependency.withArtifactId
(String artifactId) Creates a newDependency
instance using the specified artifactId.Exclusion.withArtifactId
(String artifactId) Creates a newExclusion
instance using the specified artifactId.Extension.withArtifactId
(String artifactId) Creates a newExtension
instance using the specified artifactId.Model.withArtifactId
(String artifactId) Creates a newModel
instance using the specified artifactId.Parent.withArtifactId
(String artifactId) Creates a newParent
instance using the specified artifactId.Plugin.withArtifactId
(String artifactId) Creates a newPlugin
instance using the specified artifactId.Relocation.withArtifactId
(String artifactId) Creates a newRelocation
instance using the specified artifactId.ReportPlugin.withArtifactId
(String artifactId) Creates a newReportPlugin
instance using the specified artifactId.Creates a newModel
instance using the specified build.Creates a newProfile
instance using the specified build.RepositoryPolicy.withChecksumPolicy
(String checksumPolicy) Creates a newRepositoryPolicy
instance using the specified checksumPolicy.Model.withChildProjectUrlInheritAppendPath
(String childProjectUrlInheritAppendPath) Creates a newModel
instance using the specified childProjectUrlInheritAppendPath.Scm.withChildScmConnectionInheritAppendPath
(String childScmConnectionInheritAppendPath) Creates a newScm
instance using the specified childScmConnectionInheritAppendPath.Scm.withChildScmDeveloperConnectionInheritAppendPath
(String childScmDeveloperConnectionInheritAppendPath) Creates a newScm
instance using the specified childScmDeveloperConnectionInheritAppendPath.Scm.withChildScmUrlInheritAppendPath
(String childScmUrlInheritAppendPath) Creates a newScm
instance using the specified childScmUrlInheritAppendPath.Site.withChildSiteUrlInheritAppendPath
(String childSiteUrlInheritAppendPath) Creates a newSite
instance using the specified childSiteUrlInheritAppendPath.Model.withCiManagement
(CiManagement ciManagement) Creates a newModel
instance using the specified ciManagement.Dependency.withClassifier
(String classifier) Creates a newDependency
instance using the specified classifier.License.withComments
(String comments) Creates a newLicense
instance using the specified comments.ConfigurationContainer.withConfiguration
(XmlNode configuration) Creates a newConfigurationContainer
instance using the specified configuration.Extension.withConfiguration
(XmlNode configuration) Creates a newExtension
instance using the specified configuration.Notifier.withConfiguration
(Map<String, String> configuration) Creates a newNotifier
instance using the specified configuration.Plugin.withConfiguration
(XmlNode configuration) Creates a newPlugin
instance using the specified configuration.PluginExecution.withConfiguration
(XmlNode configuration) Creates a newPluginExecution
instance using the specified configuration.ReportPlugin.withConfiguration
(XmlNode configuration) Creates a newReportPlugin
instance using the specified configuration.ReportSet.withConfiguration
(XmlNode configuration) Creates a newReportSet
instance using the specified configuration.Scm.withConnection
(String connection) Creates a newScm
instance using the specified connection.Model.withContributors
(Collection<Contributor> contributors) Creates a newModel
instance using the specified contributors.Build.withDefaultGoal
(String defaultGoal) Creates a newBuild
instance using the specified defaultGoal.BuildBase.withDefaultGoal
(String defaultGoal) Creates a newBuildBase
instance using the specified defaultGoal.DependencyManagement.withDependencies
(Collection<Dependency> dependencies) Creates a newDependencyManagement
instance using the specified dependencies.Model.withDependencies
(Collection<Dependency> dependencies) Creates a newModel
instance using the specified dependencies.ModelBase.withDependencies
(Collection<Dependency> dependencies) Creates a newModelBase
instance using the specified dependencies.Plugin.withDependencies
(Collection<Dependency> dependencies) Creates a newPlugin
instance using the specified dependencies.Profile.withDependencies
(Collection<Dependency> dependencies) Creates a newProfile
instance using the specified dependencies.Model.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newModel
instance using the specified dependencyManagement.ModelBase.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newModelBase
instance using the specified dependencyManagement.Profile.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newProfile
instance using the specified dependencyManagement.Model.withDescription
(String description) Creates a newModel
instance using the specified description.Scm.withDeveloperConnection
(String developerConnection) Creates a newScm
instance using the specified developerConnection.Model.withDevelopers
(Collection<Developer> developers) Creates a newModel
instance using the specified developers.Build.withDirectory
(String directory) Creates a newBuild
instance using the specified directory.BuildBase.withDirectory
(String directory) Creates a newBuildBase
instance using the specified directory.FileSet.withDirectory
(String directory) Creates a newFileSet
instance using the specified directory.Resource.withDirectory
(String directory) Creates a newResource
instance using the specified directory.License.withDistribution
(String distribution) Creates a newLicense
instance using the specified distribution.Model.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModel
instance using the specified distributionManagement.ModelBase.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModelBase
instance using the specified distributionManagement.Profile.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newProfile
instance using the specified distributionManagement.DistributionManagement.withDownloadUrl
(String downloadUrl) Creates a newDistributionManagement
instance using the specified downloadUrl.Creates a newContributor
instance using the specified email.Creates a newDeveloper
instance using the specified email.RepositoryPolicy.withEnabled
(String enabled) Creates a newRepositoryPolicy
instance using the specified enabled.Reporting.withExcludeDefaults
(String excludeDefaults) Creates a newReporting
instance using the specified excludeDefaults.FileSet.withExcludes
(Collection<String> excludes) Creates a newFileSet
instance using the specified excludes.PatternSet.withExcludes
(Collection<String> excludes) Creates a newPatternSet
instance using the specified excludes.Resource.withExcludes
(Collection<String> excludes) Creates a newResource
instance using the specified excludes.Dependency.withExclusions
(Collection<Exclusion> exclusions) Creates a newDependency
instance using the specified exclusions.Plugin.withExecutions
(Collection<PluginExecution> executions) Creates a newPlugin
instance using the specified executions.ActivationFile.withExists
(String exists) Creates a newActivationFile
instance using the specified exists.Build.withExtensions
(Collection<Extension> extensions) Creates a newBuild
instance using the specified extensions.Plugin.withExtensions
(String extensions) Creates a newPlugin
instance using the specified extensions.ActivationOS.withFamily
(String family) Creates a newActivationOS
instance using the specified family.Activation.withFile
(ActivationFile file) Creates a newActivation
instance using the specified file.Resource.withFiltering
(String filtering) Creates a newResource
instance using the specified filtering.Build.withFilters
(Collection<String> filters) Creates a newBuild
instance using the specified filters.BuildBase.withFilters
(Collection<String> filters) Creates a newBuildBase
instance using the specified filters.Build.withFinalName
(String finalName) Creates a newBuild
instance using the specified finalName.BuildBase.withFinalName
(String finalName) Creates a newBuildBase
instance using the specified finalName.PluginExecution.withGoals
(Collection<String> goals) Creates a newPluginExecution
instance using the specified goals.Dependency.withGroupId
(String groupId) Creates a newDependency
instance using the specified groupId.Exclusion.withGroupId
(String groupId) Creates a newExclusion
instance using the specified groupId.Extension.withGroupId
(String groupId) Creates a newExtension
instance using the specified groupId.Model.withGroupId
(String groupId) Creates a newModel
instance using the specified groupId.Parent.withGroupId
(String groupId) Creates a newParent
instance using the specified groupId.Plugin.withGroupId
(String groupId) Creates a newPlugin
instance using the specified groupId.Relocation.withGroupId
(String groupId) Creates a newRelocation
instance using the specified groupId.ReportPlugin.withGroupId
(String groupId) Creates a newReportPlugin
instance using the specified groupId.Creates a newDeploymentRepository
instance using the specified id.Creates a newDeveloper
instance using the specified id.Creates a newPluginExecution
instance using the specified id.Creates a newProfile
instance using the specified id.Creates a newReportSet
instance using the specified id.Creates a newRepository
instance using the specified id.Creates a newRepositoryBase
instance using the specified id.Creates a newSite
instance using the specified id.Model.withInceptionYear
(String inceptionYear) Creates a newModel
instance using the specified inceptionYear.FileSet.withIncludes
(Collection<String> includes) Creates a newFileSet
instance using the specified includes.PatternSet.withIncludes
(Collection<String> includes) Creates a newPatternSet
instance using the specified includes.Resource.withIncludes
(Collection<String> includes) Creates a newResource
instance using the specified includes.ConfigurationContainer.withInherited
(String inherited) Creates a newConfigurationContainer
instance using the specified inherited.Plugin.withInherited
(String inherited) Creates a newPlugin
instance using the specified inherited.PluginExecution.withInherited
(String inherited) Creates a newPluginExecution
instance using the specified inherited.ReportPlugin.withInherited
(String inherited) Creates a newReportPlugin
instance using the specified inherited.ReportSet.withInherited
(String inherited) Creates a newReportSet
instance using the specified inherited.Model.withIssueManagement
(IssueManagement issueManagement) Creates a newModel
instance using the specified issueManagement.Creates a newActivation
instance using the specified jdk.DeploymentRepository.withLayout
(String layout) Creates a newDeploymentRepository
instance using the specified layout.Repository.withLayout
(String layout) Creates a newRepository
instance using the specified layout.RepositoryBase.withLayout
(String layout) Creates a newRepositoryBase
instance using the specified layout.Model.withLicenses
(Collection<License> licenses) Creates a newModel
instance using the specified licenses.Model.withMailingLists
(Collection<MailingList> mailingLists) Creates a newModel
instance using the specified mailingLists.Creates a newPrerequisites
instance using the specified maven.Resource.withMergeId
(String mergeId) Creates a newResource
instance using the specified mergeId.Relocation.withMessage
(String message) Creates a newRelocation
instance using the specified message.ActivationFile.withMissing
(String missing) Creates a newActivationFile
instance using the specified missing.Model.withModelVersion
(String modelVersion) Creates a newModel
instance using the specified modelVersion.Model.withModules
(Collection<String> modules) Deprecated.ModelBase.withModules
(Collection<String> modules) Deprecated.Profile.withModules
(Collection<String> modules) Deprecated.Creates a newActivationOS
instance using the specified name.Creates a newActivationProperty
instance using the specified name.Creates a newContributor
instance using the specified name.Creates a newDeploymentRepository
instance using the specified name.Creates a newDeveloper
instance using the specified name.Creates a newLicense
instance using the specified name.Creates a newMailingList
instance using the specified name.Creates a newModel
instance using the specified name.Creates a newOrganization
instance using the specified name.Creates a newRepository
instance using the specified name.Creates a newRepositoryBase
instance using the specified name.Creates a newSite
instance using the specified name.CiManagement.withNotifiers
(Collection<Notifier> notifiers) Creates a newCiManagement
instance using the specified notifiers.Dependency.withOptional
(String optional) Creates a newDependency
instance using the specified optional.Contributor.withOrganization
(String organization) Creates a newContributor
instance using the specified organization.Developer.withOrganization
(String organization) Creates a newDeveloper
instance using the specified organization.Model.withOrganization
(Organization organization) Creates a newModel
instance using the specified organization.Contributor.withOrganizationUrl
(String organizationUrl) Creates a newContributor
instance using the specified organizationUrl.Developer.withOrganizationUrl
(String organizationUrl) Creates a newDeveloper
instance using the specified organizationUrl.Activation.withOs
(ActivationOS os) Creates a newActivation
instance using the specified os.MailingList.withOtherArchives
(Collection<String> otherArchives) Creates a newMailingList
instance using the specified otherArchives.Build.withOutputDirectory
(String outputDirectory) Creates a newBuild
instance using the specified outputDirectory.Reporting.withOutputDirectory
(String outputDirectory) Creates a newReporting
instance using the specified outputDirectory.Activation.withPackaging
(String packaging) Creates a newActivation
instance using the specified packaging.Model.withPackaging
(String packaging) Creates a newModel
instance using the specified packaging.Model.withParent
(Parent parent) Creates a newModel
instance using the specified parent.Creates a newPluginExecution
instance using the specified phase.Build.withPluginManagement
(PluginManagement pluginManagement) Creates a newBuild
instance using the specified pluginManagement.BuildBase.withPluginManagement
(PluginManagement pluginManagement) Creates a newBuildBase
instance using the specified pluginManagement.PluginConfiguration.withPluginManagement
(PluginManagement pluginManagement) Creates a newPluginConfiguration
instance using the specified pluginManagement.Model.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newModel
instance using the specified pluginRepositories.ModelBase.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newModelBase
instance using the specified pluginRepositories.Profile.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newProfile
instance using the specified pluginRepositories.Build.withPlugins
(Collection<Plugin> plugins) Creates a newBuild
instance using the specified plugins.BuildBase.withPlugins
(Collection<Plugin> plugins) Creates a newBuildBase
instance using the specified plugins.PluginConfiguration.withPlugins
(Collection<Plugin> plugins) Creates a newPluginConfiguration
instance using the specified plugins.PluginContainer.withPlugins
(Collection<Plugin> plugins) Creates a newPluginContainer
instance using the specified plugins.PluginManagement.withPlugins
(Collection<Plugin> plugins) Creates a newPluginManagement
instance using the specified plugins.Reporting.withPlugins
(Collection<ReportPlugin> plugins) Creates a newReporting
instance using the specified plugins.Model.withPomFile
(Path pomFile) Creates a newModel
instance using the specified pomFile.Creates a newMailingList
instance using the specified post.Model.withPrerequisites
(Prerequisites prerequisites) Creates a newModel
instance using the specified prerequisites.Model.withPreserveModelVersion
(boolean preserveModelVersion) Creates a newModel
instance using the specified preserveModelVersion.PluginExecution.withPriority
(int priority) Creates a newPluginExecution
instance using the specified priority.Model.withProfiles
(Collection<Profile> profiles) Creates a newModel
instance using the specified profiles.Contributor.withProperties
(Map<String, String> properties) Creates a newContributor
instance using the specified properties.Developer.withProperties
(Map<String, String> properties) Creates a newDeveloper
instance using the specified properties.Model.withProperties
(Map<String, String> properties) Creates a newModel
instance using the specified properties.ModelBase.withProperties
(Map<String, String> properties) Creates a newModelBase
instance using the specified properties.Profile.withProperties
(Map<String, String> properties) Creates a newProfile
instance using the specified properties.Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.Parent.withRelativePath
(String relativePath) Creates a newParent
instance using the specified relativePath.DeploymentRepository.withReleases
(RepositoryPolicy releases) Creates a newDeploymentRepository
instance using the specified releases.Repository.withReleases
(RepositoryPolicy releases) Creates a newRepository
instance using the specified releases.DistributionManagement.withRelocation
(Relocation relocation) Creates a newDistributionManagement
instance using the specified relocation.Model.withReporting
(Reporting reporting) Creates a newModel
instance using the specified reporting.ModelBase.withReporting
(Reporting reporting) Creates a newModelBase
instance using the specified reporting.Profile.withReporting
(Reporting reporting) Creates a newProfile
instance using the specified reporting.ReportSet.withReports
(Collection<String> reports) Creates a newReportSet
instance using the specified reports.ReportPlugin.withReportSets
(Collection<ReportSet> reportSets) Creates a newReportPlugin
instance using the specified reportSets.Model.withRepositories
(Collection<Repository> repositories) Creates a newModel
instance using the specified repositories.ModelBase.withRepositories
(Collection<Repository> repositories) Creates a newModelBase
instance using the specified repositories.Profile.withRepositories
(Collection<Repository> repositories) Creates a newProfile
instance using the specified repositories.DistributionManagement.withRepository
(DeploymentRepository repository) Creates a newDistributionManagement
instance using the specified repository.Build.withResources
(Collection<Resource> resources) Creates a newBuild
instance using the specified resources.BuildBase.withResources
(Collection<Resource> resources) Creates a newBuildBase
instance using the specified resources.Contributor.withRoles
(Collection<String> roles) Creates a newContributor
instance using the specified roles.Developer.withRoles
(Collection<String> roles) Creates a newDeveloper
instance using the specified roles.Model.withRoot
(boolean root) Creates a newModel
instance using the specified root.Creates a newModel
instance using the specified scm.Creates a newDependency
instance using the specified scope.Build.withScriptSourceDirectory
(String scriptSourceDirectory) Creates a newBuild
instance using the specified scriptSourceDirectory.Notifier.withSendOnError
(boolean sendOnError) Creates a newNotifier
instance using the specified sendOnError.Notifier.withSendOnFailure
(boolean sendOnFailure) Creates a newNotifier
instance using the specified sendOnFailure.Notifier.withSendOnSuccess
(boolean sendOnSuccess) Creates a newNotifier
instance using the specified sendOnSuccess.Notifier.withSendOnWarning
(boolean sendOnWarning) Creates a newNotifier
instance using the specified sendOnWarning.Creates a newDistributionManagement
instance using the specified site.DistributionManagement.withSnapshotRepository
(DeploymentRepository snapshotRepository) Creates a newDistributionManagement
instance using the specified snapshotRepository.DeploymentRepository.withSnapshots
(RepositoryPolicy snapshots) Creates a newDeploymentRepository
instance using the specified snapshots.Repository.withSnapshots
(RepositoryPolicy snapshots) Creates a newRepository
instance using the specified snapshots.Build.withSourceDirectory
(String sourceDirectory) Creates a newBuild
instance using the specified sourceDirectory.DistributionManagement.withStatus
(String status) Creates a newDistributionManagement
instance using the specified status.Model.withSubprojects
(Collection<String> subprojects) Creates a newModel
instance using the specified subprojects.ModelBase.withSubprojects
(Collection<String> subprojects) Creates a newModelBase
instance using the specified subprojects.Profile.withSubprojects
(Collection<String> subprojects) Creates a newProfile
instance using the specified subprojects.MailingList.withSubscribe
(String subscribe) Creates a newMailingList
instance using the specified subscribe.CiManagement.withSystem
(String system) Creates a newCiManagement
instance using the specified system.IssueManagement.withSystem
(String system) Creates a newIssueManagement
instance using the specified system.Dependency.withSystemPath
(String systemPath) Creates a newDependency
instance using the specified systemPath.Creates a newScm
instance using the specified tag.Resource.withTargetPath
(String targetPath) Creates a newResource
instance using the specified targetPath.Build.withTestOutputDirectory
(String testOutputDirectory) Creates a newBuild
instance using the specified testOutputDirectory.Build.withTestResources
(Collection<Resource> testResources) Creates a newBuild
instance using the specified testResources.BuildBase.withTestResources
(Collection<Resource> testResources) Creates a newBuildBase
instance using the specified testResources.Build.withTestSourceDirectory
(String testSourceDirectory) Creates a newBuild
instance using the specified testSourceDirectory.Contributor.withTimezone
(String timezone) Creates a newContributor
instance using the specified timezone.Developer.withTimezone
(String timezone) Creates a newDeveloper
instance using the specified timezone.Creates a newDependency
instance using the specified type.Creates a newNotifier
instance using the specified type.DeploymentRepository.withUniqueVersion
(boolean uniqueVersion) Creates a newDeploymentRepository
instance using the specified uniqueVersion.MailingList.withUnsubscribe
(String unsubscribe) Creates a newMailingList
instance using the specified unsubscribe.RepositoryPolicy.withUpdatePolicy
(String updatePolicy) Creates a newRepositoryPolicy
instance using the specified updatePolicy.Creates a newCiManagement
instance using the specified url.Creates a newContributor
instance using the specified url.Creates a newDeploymentRepository
instance using the specified url.Creates a newDeveloper
instance using the specified url.Creates a newIssueManagement
instance using the specified url.Creates a newLicense
instance using the specified url.Creates a newModel
instance using the specified url.Creates a newOrganization
instance using the specified url.Creates a newRepository
instance using the specified url.Creates a newRepositoryBase
instance using the specified url.Creates a newScm
instance using the specified url.Creates a newSite
instance using the specified url.Creates a newActivationProperty
instance using the specified value.ActivationOS.withVersion
(String version) Creates a newActivationOS
instance using the specified version.Dependency.withVersion
(String version) Creates a newDependency
instance using the specified version.Extension.withVersion
(String version) Creates a newExtension
instance using the specified version.Model.withVersion
(String version) Creates a newModel
instance using the specified version.Parent.withVersion
(String version) Creates a newParent
instance using the specified version.Plugin.withVersion
(String version) Creates a newPlugin
instance using the specified version.Relocation.withVersion
(String version) Creates a newRelocation
instance using the specified version.ReportPlugin.withVersion
(String version) Creates a newReportPlugin
instance using the specified version. -
Uses of Nonnull in org.apache.maven.api.plugin.descriptor
Modifier and TypeMethodDescriptionMojoDescriptor.Builder.aggregator
(boolean aggregator) Dependency.Builder.artifactId
(String artifactId) PluginDescriptor.Builder.artifactId
(String artifactId) Dependency.Builder.build()
MojoDescriptor.Builder.build()
Parameter.Builder.build()
PluginDescriptor.Builder.build()
Requirement.Builder.build()
Resolution.Builder.build()
MojoDescriptor.Builder.configurator
(String configurator) Parameter.Builder.defaultValue
(String defaultValue) MojoDescriptor.Builder.dependencyCollection
(String dependencyCollection) MojoDescriptor.Builder.dependencyResolution
(String dependencyResolution) MojoDescriptor.Builder.deprecated
(String deprecated) Parameter.Builder.deprecated
(String deprecated) MojoDescriptor.Builder.description
(String description) Parameter.Builder.description
(String description) PluginDescriptor.Builder.description
(String description) MojoDescriptor.Builder.directInvocationOnly
(boolean directInvocationOnly) Parameter.Builder.editable
(boolean editable) MojoDescriptor.Builder.executeGoal
(String executeGoal) MojoDescriptor.Builder.executeLifecycle
(String executeLifecycle) MojoDescriptor.Builder.executePhase
(String executePhase) Parameter.Builder.expression
(String expression) MojoDescriptor.Builder.fullGoalName
(String fullGoalName) PluginDescriptor.getMojos()
Description of each Mojo provided by the plugin.MojoDescriptor.getParameters()
MojoDescriptor.getResolutions()
PluginDescriptor.Builder.goalPrefix
(String goalPrefix) MojoDescriptor.Builder.implementation
(String implementation) MojoDescriptor.Builder.inheritedByDefault
(boolean inheritedByDefault) PluginDescriptor.Builder.inheritedByDefault
(boolean inheritedByDefault) PluginDescriptor.Builder.isolatedRealm
(boolean isolatedRealm) PluginDescriptor.Builder.modelEncoding
(String modelEncoding) PluginDescriptor.Builder.mojos
(Collection<MojoDescriptor> mojos) PluginDescriptor.Builder.namespaceUri
(String namespaceUri) static Dependency.Builder
Dependency.newBuilder()
Creates a newDependency
builder instance.static Dependency.Builder
Dependency.newBuilder
(boolean withDefaults) Creates a newDependency
builder instance using default values or not.static Dependency.Builder
Dependency.newBuilder
(Dependency from) Creates a newDependency
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder
(Dependency from, boolean forceCopy) Creates a newDependency
builder instance using the specified object as a basis.static MojoDescriptor.Builder
MojoDescriptor.newBuilder()
Creates a newMojoDescriptor
builder instance.static MojoDescriptor.Builder
MojoDescriptor.newBuilder
(boolean withDefaults) Creates a newMojoDescriptor
builder instance using default values or not.static MojoDescriptor.Builder
MojoDescriptor.newBuilder
(MojoDescriptor from) Creates a newMojoDescriptor
builder instance using the specified object as a basis.static MojoDescriptor.Builder
MojoDescriptor.newBuilder
(MojoDescriptor from, boolean forceCopy) Creates a newMojoDescriptor
builder instance using the specified object as a basis.static Parameter.Builder
Parameter.newBuilder()
Creates a newParameter
builder instance.static Parameter.Builder
Parameter.newBuilder
(boolean withDefaults) Creates a newParameter
builder instance using default values or not.static Parameter.Builder
Parameter.newBuilder
(Parameter from) Creates a newParameter
builder instance using the specified object as a basis.static Parameter.Builder
Parameter.newBuilder
(Parameter from, boolean forceCopy) Creates a newParameter
builder instance using the specified object as a basis.static PluginDescriptor.Builder
PluginDescriptor.newBuilder()
Creates a newPluginDescriptor
builder instance.static PluginDescriptor.Builder
PluginDescriptor.newBuilder
(boolean withDefaults) Creates a newPluginDescriptor
builder instance using default values or not.static PluginDescriptor.Builder
PluginDescriptor.newBuilder
(PluginDescriptor from) Creates a newPluginDescriptor
builder instance using the specified object as a basis.static PluginDescriptor.Builder
PluginDescriptor.newBuilder
(PluginDescriptor from, boolean forceCopy) Creates a newPluginDescriptor
builder instance using the specified object as a basis.static Requirement.Builder
Requirement.newBuilder()
Creates a newRequirement
builder instance.static Requirement.Builder
Requirement.newBuilder
(boolean withDefaults) Creates a newRequirement
builder instance using default values or not.static Requirement.Builder
Requirement.newBuilder
(Requirement from) Creates a newRequirement
builder instance using the specified object as a basis.static Requirement.Builder
Requirement.newBuilder
(Requirement from, boolean forceCopy) Creates a newRequirement
builder instance using the specified object as a basis.static Resolution.Builder
Resolution.newBuilder()
Creates a newResolution
builder instance.static Resolution.Builder
Resolution.newBuilder
(boolean withDefaults) Creates a newResolution
builder instance using default values or not.static Resolution.Builder
Resolution.newBuilder
(Resolution from) Creates a newResolution
builder instance using the specified object as a basis.static Resolution.Builder
Resolution.newBuilder
(Resolution from, boolean forceCopy) Creates a newResolution
builder instance using the specified object as a basis.static Dependency
Dependency.newInstance()
Creates a newDependency
instance.static Dependency
Dependency.newInstance
(boolean withDefaults) Creates a newDependency
instance using default values or not.static MojoDescriptor
MojoDescriptor.newInstance()
Creates a newMojoDescriptor
instance.static MojoDescriptor
MojoDescriptor.newInstance
(boolean withDefaults) Creates a newMojoDescriptor
instance using default values or not.static Parameter
Parameter.newInstance()
Creates a newParameter
instance.static Parameter
Parameter.newInstance
(boolean withDefaults) Creates a newParameter
instance using default values or not.static PluginDescriptor
PluginDescriptor.newInstance()
Creates a newPluginDescriptor
instance.static PluginDescriptor
PluginDescriptor.newInstance
(boolean withDefaults) Creates a newPluginDescriptor
instance using default values or not.static Requirement
Requirement.newInstance()
Creates a newRequirement
instance.static Requirement
Requirement.newInstance
(boolean withDefaults) Creates a newRequirement
instance using default values or not.static Resolution
Resolution.newInstance()
Creates a newResolution
instance.static Resolution
Resolution.newInstance
(boolean withDefaults) Creates a newResolution
instance using default values or not.MojoDescriptor.Builder.onlineRequired
(boolean onlineRequired) MojoDescriptor.Builder.parameters
(Collection<Parameter> parameters) MojoDescriptor.Builder.projectRequired
(boolean projectRequired) Resolution.Builder.requestType
(String requestType) Parameter.Builder.required
(boolean required) PluginDescriptor.Builder.requiredJavaVersion
(String requiredJavaVersion) PluginDescriptor.Builder.requiredMavenVersion
(String requiredMavenVersion) MojoDescriptor.Builder.resolutions
(Collection<Resolution> resolutions) Dependency.with()
Creates a new builder with this object as the basis.MojoDescriptor.with()
Creates a new builder with this object as the basis.Parameter.with()
Creates a new builder with this object as the basis.PluginDescriptor.with()
Creates a new builder with this object as the basis.Requirement.with()
Creates a new builder with this object as the basis.Resolution.with()
Creates a new builder with this object as the basis.MojoDescriptor.withAggregator
(boolean aggregator) Creates a newMojoDescriptor
instance using the specified aggregator.Creates a newParameter
instance using the specified alias.Dependency.withArtifactId
(String artifactId) Creates a newDependency
instance using the specified artifactId.PluginDescriptor.withArtifactId
(String artifactId) Creates a newPluginDescriptor
instance using the specified artifactId.MojoDescriptor.withConfigurator
(String configurator) Creates a newMojoDescriptor
instance using the specified configurator.Parameter.withDefaultValue
(String defaultValue) Creates a newParameter
instance using the specified defaultValue.MojoDescriptor.withDependencyCollection
(String dependencyCollection) Creates a newMojoDescriptor
instance using the specified dependencyCollection.MojoDescriptor.withDependencyResolution
(String dependencyResolution) Creates a newMojoDescriptor
instance using the specified dependencyResolution.MojoDescriptor.withDeprecated
(String deprecated) Creates a newMojoDescriptor
instance using the specified deprecated.Parameter.withDeprecated
(String deprecated) Creates a newParameter
instance using the specified deprecated.MojoDescriptor.withDescription
(String description) Creates a newMojoDescriptor
instance using the specified description.Parameter.withDescription
(String description) Creates a newParameter
instance using the specified description.PluginDescriptor.withDescription
(String description) Creates a newPluginDescriptor
instance using the specified description.MojoDescriptor.withDirectInvocationOnly
(boolean directInvocationOnly) Creates a newMojoDescriptor
instance using the specified directInvocationOnly.Parameter.withEditable
(boolean editable) Creates a newParameter
instance using the specified editable.MojoDescriptor.withExecuteGoal
(String executeGoal) Creates a newMojoDescriptor
instance using the specified executeGoal.MojoDescriptor.withExecuteLifecycle
(String executeLifecycle) Creates a newMojoDescriptor
instance using the specified executeLifecycle.MojoDescriptor.withExecutePhase
(String executePhase) Creates a newMojoDescriptor
instance using the specified executePhase.Parameter.withExpression
(String expression) Creates a newParameter
instance using the specified expression.Creates a newResolution
instance using the specified field.Requirement.withFieldName
(String fieldName) Creates a newRequirement
instance using the specified fieldName.MojoDescriptor.withFullGoalName
(String fullGoalName) Creates a newMojoDescriptor
instance using the specified fullGoalName.Creates a newMojoDescriptor
instance using the specified goal.PluginDescriptor.withGoalPrefix
(String goalPrefix) Creates a newPluginDescriptor
instance using the specified goalPrefix.Dependency.withGroupId
(String groupId) Creates a newDependency
instance using the specified groupId.PluginDescriptor.withGroupId
(String groupId) Creates a newPluginDescriptor
instance using the specified groupId.Creates a newMojoDescriptor
instance using the specified id.MojoDescriptor.withImplementation
(String implementation) Creates a newMojoDescriptor
instance using the specified implementation.MojoDescriptor.withInheritedByDefault
(boolean inheritedByDefault) Creates a newMojoDescriptor
instance using the specified inheritedByDefault.PluginDescriptor.withInheritedByDefault
(boolean inheritedByDefault) Creates a newPluginDescriptor
instance using the specified inheritedByDefault.PluginDescriptor.withIsolatedRealm
(boolean isolatedRealm) Creates a newPluginDescriptor
instance using the specified isolatedRealm.MojoDescriptor.withLanguage
(String language) Creates a newMojoDescriptor
instance using the specified language.PluginDescriptor.withMojos
(Collection<MojoDescriptor> mojos) Creates a newPluginDescriptor
instance using the specified mojos.Creates a newParameter
instance using the specified name.Creates a newPluginDescriptor
instance using the specified name.MojoDescriptor.withOnlineRequired
(boolean onlineRequired) Creates a newMojoDescriptor
instance using the specified onlineRequired.MojoDescriptor.withParameters
(Collection<Parameter> parameters) Creates a newMojoDescriptor
instance using the specified parameters.Resolution.withPathScope
(String pathScope) Creates a newResolution
instance using the specified pathScope.Creates a newMojoDescriptor
instance using the specified phase.MojoDescriptor.withProjectRequired
(boolean projectRequired) Creates a newMojoDescriptor
instance using the specified projectRequired.Resolution.withRequestType
(String requestType) Creates a newResolution
instance using the specified requestType.Parameter.withRequired
(boolean required) Creates a newParameter
instance using the specified required.PluginDescriptor.withRequiredJavaVersion
(String requiredJavaVersion) Creates a newPluginDescriptor
instance using the specified requiredJavaVersion.PluginDescriptor.withRequiredMavenVersion
(String requiredMavenVersion) Creates a newPluginDescriptor
instance using the specified requiredMavenVersion.MojoDescriptor.withResolutions
(Collection<Resolution> resolutions) Creates a newMojoDescriptor
instance using the specified resolutions.Creates a newRequirement
instance using the specified role.Requirement.withRoleHint
(String roleHint) Creates a newRequirement
instance using the specified roleHint.Creates a newMojoDescriptor
instance using the specified since.Creates a newParameter
instance using the specified since.Creates a newDependency
instance using the specified type.Creates a newParameter
instance using the specified type.Dependency.withVersion
(String version) Creates a newDependency
instance using the specified version.PluginDescriptor.withVersion
(String version) Creates a newPluginDescriptor
instance using the specified version. -
Uses of Nonnull in org.apache.maven.api.plugin.descriptor.lifecycle
Modifier and TypeMethodDescriptionExecution.Builder.build()
Lifecycle.Builder.build()
LifecycleConfiguration.Builder.build()
Phase.Builder.build()
Execution.Builder.configuration
(XmlNode configuration) Phase.Builder.configuration
(XmlNode configuration) Phase.Builder.executionPoint
(String executionPoint) Phase.Builder.executions
(Collection<Execution> executions) Phase.getExecutions()
The goals to execute within the phase.Execution.getGoals()
The goals to execute.LifecycleConfiguration.getLifecycles()
Lifecycle.getPhases()
The phase mappings for this lifecycle.Execution.Builder.goals
(Collection<String> goals) LifecycleConfiguration.Builder.lifecycles
(Collection<Lifecycle> lifecycles) LifecycleConfiguration.Builder.modelEncoding
(String modelEncoding) LifecycleConfiguration.Builder.namespaceUri
(String namespaceUri) static Execution.Builder
Execution.newBuilder()
Creates a newExecution
builder instance.static Execution.Builder
Execution.newBuilder
(boolean withDefaults) Creates a newExecution
builder instance using default values or not.static Execution.Builder
Execution.newBuilder
(Execution from) Creates a newExecution
builder instance using the specified object as a basis.static Execution.Builder
Execution.newBuilder
(Execution from, boolean forceCopy) Creates a newExecution
builder instance using the specified object as a basis.static Lifecycle.Builder
Lifecycle.newBuilder()
Creates a newLifecycle
builder instance.static Lifecycle.Builder
Lifecycle.newBuilder
(boolean withDefaults) Creates a newLifecycle
builder instance using default values or not.static Lifecycle.Builder
Lifecycle.newBuilder
(Lifecycle from) Creates a newLifecycle
builder instance using the specified object as a basis.static Lifecycle.Builder
Lifecycle.newBuilder
(Lifecycle from, boolean forceCopy) Creates a newLifecycle
builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder()
Creates a newLifecycleConfiguration
builder instance.LifecycleConfiguration.newBuilder
(boolean withDefaults) Creates a newLifecycleConfiguration
builder instance using default values or not.LifecycleConfiguration.newBuilder
(LifecycleConfiguration from) Creates a newLifecycleConfiguration
builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder
(LifecycleConfiguration from, boolean forceCopy) Creates a newLifecycleConfiguration
builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder()
Creates a newPhase
builder instance.static Phase.Builder
Phase.newBuilder
(boolean withDefaults) Creates a newPhase
builder instance using default values or not.static Phase.Builder
Phase.newBuilder
(Phase from) Creates a newPhase
builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder
(Phase from, boolean forceCopy) Creates a newPhase
builder instance using the specified object as a basis.static Execution
Execution.newInstance()
Creates a newExecution
instance.static Execution
Execution.newInstance
(boolean withDefaults) Creates a newExecution
instance using default values or not.static Lifecycle
Lifecycle.newInstance()
Creates a newLifecycle
instance.static Lifecycle
Lifecycle.newInstance
(boolean withDefaults) Creates a newLifecycle
instance using default values or not.static LifecycleConfiguration
LifecycleConfiguration.newInstance()
Creates a newLifecycleConfiguration
instance.static LifecycleConfiguration
LifecycleConfiguration.newInstance
(boolean withDefaults) Creates a newLifecycleConfiguration
instance using default values or not.static Phase
Phase.newInstance()
Creates a newPhase
instance.static Phase
Phase.newInstance
(boolean withDefaults) Creates a newPhase
instance using default values or not.Lifecycle.Builder.phases
(Collection<Phase> phases) Phase.Builder.priority
(int priority) Execution.with()
Creates a new builder with this object as the basis.Lifecycle.with()
Creates a new builder with this object as the basis.LifecycleConfiguration.with()
Creates a new builder with this object as the basis.Phase.with()
Creates a new builder with this object as the basis.Execution.withConfiguration
(XmlNode configuration) Creates a newExecution
instance using the specified configuration.Phase.withConfiguration
(XmlNode configuration) Creates a newPhase
instance using the specified configuration.Phase.withExecutionPoint
(String executionPoint) Creates a newPhase
instance using the specified executionPoint.Phase.withExecutions
(Collection<Execution> executions) Creates a newPhase
instance using the specified executions.Execution.withGoals
(Collection<String> goals) Creates a newExecution
instance using the specified goals.Creates a newLifecycle
instance using the specified id.Creates a newPhase
instance using the specified id.LifecycleConfiguration.withLifecycles
(Collection<Lifecycle> lifecycles) Creates a newLifecycleConfiguration
instance using the specified lifecycles.Lifecycle.withPhases
(Collection<Phase> phases) Creates a newLifecycle
instance using the specified phases.Phase.withPriority
(int priority) Creates a newPhase
instance using the specified priority. -
Uses of Nonnull in org.apache.maven.api.services
Modifier and TypeMethodDescriptiondefault MessageBuilder
MessageBuilder.a
(char[] value) Append content to the message buffer.default MessageBuilder
MessageBuilder.a
(char[] value, int offset, int len) Append content to the message buffer.default MessageBuilder
MessageBuilder.a
(CharSequence value) Append content to the message buffer.default MessageBuilder
MessageBuilder.a
(CharSequence value, int start, int end) Append content to the message buffer.default MessageBuilder
Append content to the message buffer.RepositoryFactory.aggregate
(Session session, List<RemoteRepository> dominant, List<RemoteRepository> recessive, boolean processRecessive) MessageBuilder.append
(char c) MessageBuilder.append
(CharSequence cs) MessageBuilder.append
(CharSequence cs, int start, int end) ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts
(Collection<Artifact> artifacts) ArtifactCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.build()
static ArtifactDeployerRequest
ArtifactDeployerRequest.build
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.build()
static ArtifactInstallerRequest
ArtifactInstallerRequest.build
(Session session, Collection<Artifact> artifacts) ArtifactResolverRequest.ArtifactResolverRequestBuilder.build()
static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates, List<RemoteRepository> repositories) DependencyCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) DependencyCoordinatesFactoryRequest.build
(Session session, Dependency dependency) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, List<DependencyCoordinates> dependencies) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, List<DependencyCoordinates> dependencies, PathScope scope) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, Artifact rootArtifact) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, Artifact rootArtifact, PathScope scope) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, DependencyCoordinates dependency) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, DependencyCoordinates dependency, PathScope scope) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, Project project) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyResolverRequest.RequestType requestType, Project project, PathScope scope) DependencyResolverRequest.DependencyResolverRequestBuilder.build()
MessageBuilder.build()
Return the built message.static ModelBuilderRequest
ModelBuilderRequest.build
(ModelBuilderRequest request, ModelSource source) static ModelBuilderRequest
static ModelBuilderRequest
ModelBuilderRequest.build
(Session session, ModelSource source) ProjectBuilder.build
(ProjectBuilderRequest request) Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.static ProjectBuilderRequest
static ProjectBuilderRequest
SettingsBuilder.build
(SettingsBuilderRequest request) Builds the effective settings of the specified settings files.default SettingsBuilderResult
Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.static SettingsBuilderRequest
static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Path installationToolchainsFile, Path userToolchainsPath) static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) ArtifactDeployerRequest.builder()
ArtifactInstallerRequest.builder()
ArtifactResolverRequest.builder()
DependencyCoordinatesFactoryRequest.builder()
DependencyResolverRequest.builder()
MessageBuilderFactory.builder()
Creates a new message builder.MessageBuilderFactory.builder
(int size) Creates a new message builder of the specified size.ModelBuilderRequest.builder()
ModelBuilderRequest.builder
(ModelBuilderRequest request) ProjectBuilderRequest.builder()
SettingsBuilderRequest.builder()
ToolchainsBuilderRequest.builder()
VersionRangeResolverRequest.builder()
VersionResolverRequest.builder()
ChecksumAlgorithmService.calculate
(byte[] data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(InputStream stream, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified stream.ChecksumAlgorithmService.calculate
(ByteBuffer data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(Path file, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified file.ChecksumAlgorithmService.ChecksumCalculator.checksum()
Returns the algorithm end result as string, nevernull
.default DependencyResolverResult
DependencyResolver.collect
(DependencyResolverRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
DependencyResolver.collect
(Session session, DependencyCoordinates root, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.Convert a model profile to a settings profile.Convert a settings profile to a model profile.ArtifactResolverRequest.ArtifactResolverRequestBuilder.coordinates
(Collection<? extends ArtifactCoordinates> coordinates) ArtifactCoordinatesFactory.create
(ArtifactCoordinatesFactoryRequest request) Creates artifact coordinates.default ArtifactCoordinates
Creates coordinates out of string that is formatted like:<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
default ArtifactCoordinates
ArtifactCoordinatesFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinates
ArtifactCoordinatesFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinates
ArtifactFactory.create
(ArtifactFactoryRequest request) Creates an artifact.default Artifact
ArtifactFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default Artifact
ArtifactFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinatesFactory.create
(DependencyCoordinatesFactoryRequest request) Creates a newDependencyCoordinates
object from the request.default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, ArtifactCoordinates coordinates) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) default DependencyCoordinates
default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal
(Path path) ArtifactFactory.createProduced
(ArtifactFactoryRequest request) Creates an artifact.default ProducedArtifact
ArtifactFactory.createProduced
(Session session, String groupId, String artifactId, String version, String extension) default ProducedArtifact
ArtifactFactory.createProduced
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) RepositoryFactory.createRemote
(String id, String url) RepositoryFactory.createRemote
(Repository repository) default MessageBuilder
Append message content in debug style.DependencyResolverRequest.DependencyResolverRequestBuilder.dependencies
(List<DependencyCoordinates> dependencies) Sets the direct dependencies.DependencyResolverRequest.DependencyResolverRequestBuilder.dependency
(DependencyCoordinates dependency) Adds the specified direct dependency.default MessageBuilder
Append message content in error style.default MessageBuilder
Append message content in failure style.default DependencyResolverResult
DependencyResolver.flatten
(DependencyResolverRequest request) default DependencyResolverResult
default MessageBuilder
Append formatted content to the buffer.static ModelSource
static ModelSource
static Source
Creates a Source for the following PathModelBuilderResult.getActiveExternalProfiles()
Gets the external profiles that were active during model building.ModelBuilderResult.getActivePomProfiles()
Gets the profiles that were active during model building.ModelBuilderRequest.getActiveProfileIds()
List of profile ids that have been explicitly activated by the user.VersionRangeResolverRequest.getArtifactCoordinates()
VersionResolverRequest.getArtifactCoordinates()
ArtifactDeployerRequest.getArtifacts()
ArtifactInstallerRequest.getArtifacts()
ArtifactResolverResult.getArtifacts()
ProjectManager.getAttachedArtifacts
(Project project) Returns an immutable collection of attached artifacts for given project.Optional
<byte[]> GETs the source URI content as byte array.ChecksumAlgorithmService.ChecksumAlgorithm.getCalculator()
Each invocation of this method returns a new instance of calculator, nevernull
value.ChecksumAlgorithmService.getChecksumAlgorithmNames()
Returns immutable collection of all supported algorithm names.List
<? extends ModelBuilderResult> ModelBuilderResult.getChildren()
Gets the children of this result.ProjectManager.getCompileSourceRoots
(Project project, ProjectScope scope) Obtain an immutable list of compile source roots for the given project and scope.Collection
<? extends ArtifactCoordinates> ArtifactResolverRequest.getCoordinates()
DependencyResolverRequest.getDependencies()
DependencyResolverResult.getDependencies()
Returns all dependencies associated to their paths.ProjectBuilderResult.getDependencyResolverResult()
Gets the result of the dependency resolution for the project.DependencyResolverResult.getDispatchedPaths()
Returns the file paths of all dependencies, dispatched according the tool options where to place them.ModelBuilderResult.getEffectiveModel()
Gets the assembled model with inheritance, interpolation and profile injection.SettingsBuilderResult.getEffectiveSettings()
Gets the assembled settings.ToolchainsBuilderResult.getEffectiveToolchains()
Gets the assembled toolchains.DependencyResolverResult.getExceptions()
Gets the exceptions that occurred while building the dependency graph.VersionRangeResolverResult.getExceptions()
VersionResolverResult.getExceptions()
DependencyCoordinatesFactoryRequest.getExclusions()
ProjectManager.getExecutionProject
(Project project) ChecksumAlgorithmService.ChecksumAlgorithm.getFileExtension()
Returns the file extension to be used for given checksum file (without leading dot), nevernull
.ModelBuilderResult.getFileModel()
Gets the file model.VersionRangeResolverResult.getHigherVersion()
ModelBuilderRequest.getInactiveProfileIds()
List of profile ids that have been explicitly deactivated by the user.SettingsBuilderRequest.getInstallationSettingsSource()
Gets the installation settings source.ToolchainsBuilderRequest.getInstallationToolchainsSource()
Gets the installation Toolchains source.SettingsBuilderRequest.getInterpolationSource()
The optional interpolation source used for interpolation.BuilderProblem.getLocation()
Gets the location of the problem.Source.getLocation()
Provides a user-friendly hint about the location of the source.VersionRangeResolverResult.getLowerVersion()
DependencyResolverRequest.getManagedDependencies()
BuilderProblem.getMessage()
Gets the message that describes this problem.ModelProblem.getModelId()
Gets the identifier of the model from which the problem originated.ChecksumAlgorithmService.ChecksumAlgorithm.getName()
Returns the algorithm name, usually used as key, nevernull
value.DependencyResolverResult.getNodes()
The ordered list of the flattened dependency nodes.ModelBuilderResult.getParentModel()
Gets the effective model of the parent POM.Returns the path of the file previously associated to this artifact orOptional.empty()
if no path has been associated.ProjectBuilderRequest.getPath()
Returns the path to the built project artifact file, if the project has been built.LocalRepositoryManager.getPathForLocalArtifact
(Session session, LocalRepository local, Artifact artifact) Gets the relative path for a locally installed artifact.LocalRepositoryManager.getPathForRemoteArtifact
(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.DependencyResolverResult.getPaths()
Returns the file paths of all dependencies, regardless on which tool option those paths should be placed.DependencyResolverRequest.getPathScope()
ProjectBuilderResult.getPomFile()
Gets the POM file from which the project was built.ModelBuilderResult.getProblems()
Gets the problems that were encountered during the project building.ProjectBuilderResult.getProblems()
Gets the problems that were encountered during the project building.SettingsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.ToolchainsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.ModelBuilderRequest.getProfiles()
Defines external profiles that may be activated for the given model.DependencyResolverRequest.getProject()
ProjectBuilderResult.getProject()
Gets the project that was built.ProjectBuilderResult.getProjectId()
Gets the identifier of the project that could not be built.SettingsBuilderRequest.getProjectSettingsSource()
Gets the project settings source.ProjectManager.getProperties
(Project project) Returns an immutable map of the project properties.ModelBuilderResult.getRawModel()
Gets the file model + build pom transformation, without inheritance nor interpolation.ProjectManager.getRemotePluginRepositories
(Project project) Returns an immutable list of project remote plugin repositories (directly specified or inherited).ProjectManager.getRemoteProjectRepositories
(Project project) Returns an immutable list of project remote repositories (directly specified or inherited).ArtifactResolverRequest.getRepositories()
ArtifactDeployerRequest.getRepository()
VersionRangeResolverResult.getRepository
(Version version) VersionResolverResult.getRepository()
ModelBuilderRequest.getRepositoryMerging()
DependencyResolverRequest.getRequestType()
ModelBuilderRequest.getRequestType()
DependencyResolverRequest.getRoot()
DependencyResolverRequest.getRootArtifact()
ArtifactCoordinatesFactoryRequest.getSession()
ArtifactDeployerRequest.getSession()
ArtifactFactoryRequest.getSession()
ArtifactInstallerRequest.getSession()
ArtifactResolverRequest.getSession()
DependencyResolverRequest.getSession()
ModelBuilderRequest.getSession()
ProjectBuilderRequest.getSession()
SettingsBuilderRequest.getSession()
ToolchainsBuilderRequest.getSession()
VersionRangeResolverRequest.getSession()
VersionResolverRequest.getSession()
BuilderProblem.getSeverity()
Gets the severity level of this problem.BuilderProblem.getSource()
Gets the hint about the source of the problem.ModelBuilderRequest.getSource()
ModelBuilderResult.getSource()
Gets the source from which the model was read.ProjectBuilderRequest.getSource()
GETs the source URI content as string using UTF8 charset.GETs the source URI content as string.SuperPomProvider.getSuperPom
(String version) Gets the super POM for the specified model version.ModelBuilderRequest.getSystemProperties()
Provides a map of system properties.ToolchainManager.getToolchainFromBuildContext
(Session session, String type) ToolchainManager.getToolchainsForType
(Session session, String type) ModelBuilderRequest.getUserProperties()
Provides a map of user properties.SettingsBuilderRequest.getUserSettingsSource()
Gets the user settings source.ToolchainsBuilderRequest.getUserToolchainsSource()
Gets the user Toolchains source.ModelProblem.getVersion()
Gets the applicable maven version/validation level of this problemVersionResolverResult.getVersion()
VersionRangeResolverResult.getVersions()
default MessageBuilder
Append message content in info style.<T> T
Performs a lookup for given typed component.<T> T
Performs a lookup for given typed component.<T> List
<T> Lookup.lookupList
(Class<T> type) Performs a collection lookup for given typed components.Performs a collection lookup for given typed components.<T> Optional
<T> Lookup.lookupOptional
(Class<T> type) Performs a lookup for optional typed component.<T> Optional
<T> Lookup.lookupOptional
(Class<T> type, String name) Performs a lookup for optional typed component.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependencies
(List<DependencyCoordinates> managedDependencies) Sets the dependency management to apply to transitive dependencies.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependency
(DependencyCoordinates managedDependency) Adds the specified managed dependency.default MessageBuilder
Append message content in mojo style.default MessageBuilder
MessageBuilder.newline()
Append newline to the message buffer.Source.openStream()
Creates a new byte stream to the source contents.VersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".VersionParser.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".VersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".DependencyResolverRequest.DependencyResolverRequestBuilder.pathTypeFilter
(Collection<? extends PathType> desiredTypes) Specifies the type of paths to include in the result.DependencyResolverRequest.DependencyResolverRequestBuilder.pathTypeFilter
(Predicate<PathType> pathTypeFilter) Filters the types of paths to include in the result.default MessageBuilder
Append message content in project style.default String
Prompts the user for a string.default String
Prompts the user for a string using a default value.default String
Prompts 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.Prompter.promptForPassword
(String message) Prompts the user for a password.ArtifactResolverRequest.ArtifactResolverRequestBuilder.repositories
(List<RemoteRepository> repositories) DependencyResolverRequest.DependencyResolverRequestBuilder.repositories
(List<RemoteRepository> repositories) ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.repository
(RemoteRepository repository) DependencyResolverRequest.DependencyResolverRequestBuilder.requestType
(DependencyResolverRequest.RequestType requestType) default T
default Type
Obtain theType
from the specifiedid
.default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency, PathScope scope) default DependencyResolverResult
default DependencyResolverResult
VersionRangeResolver.resolve
(VersionRangeResolverRequest request) default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Expands a version range to a list of matching versions, in ascending order.default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) Expands a version range to a list of matching versions, in ascending order.VersionResolver.resolve
(VersionResolverRequest request) Resolves an artifact's meta version (if any) to a concrete version.default VersionResolverResult
VersionResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Resolves an artifact's meta version (if any) to a concrete version.DependencyResolverRequest.DependencyResolverRequestBuilder.root
(DependencyCoordinates root) DependencyResolverRequest.DependencyResolverRequestBuilder.rootArtifact
(Artifact rootArtifact) Sets the root artifact for the dependency graph.ReturnsChecksumAlgorithmService.ChecksumAlgorithm
for given algorithm name, or throws if algorithm not supported.ChecksumAlgorithmService.select
(Collection<String> algorithmNames) Returns a collection ofChecksumAlgorithmService.ChecksumAlgorithm
in same order as algorithm names are ordered, or throws if any of the algorithm name is not supported.default MessageBuilder
Append message content in strong style.default MessageBuilder
default MessageBuilder
Append message content in success style.default MessageBuilder
Append message content in trace style.ModelTransformer.transform
(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Apply a transformation on the file model.TransportProvider.transport
(Session session, RemoteRepository repository) Provides newTransport
instance for givenRemoteRepository
, if possible.default List
<BuilderProblem> Validate the specified settings.Validate the specified settings.DependencyResolverRequest.DependencyResolverRequestBuilder.verbose
(boolean verbose) Specifies that the collection should be verbose.default MessageBuilder
Append message content in warning style.Modifier and TypeMethodDescriptionvoid
ProjectManager.addCompileSourceRoot
(Project project, ProjectScope scope, Path sourceRoot) Add a compilation source root to the given project for the given scope.void
ProjectManager.addCompileSourceRoot
(Project project, ProjectScope scope, Path sourceRoot) Add a compilation source root to the given project for the given scope.void
ProjectManager.addCompileSourceRoot
(Project project, ProjectScope scope, Path sourceRoot) Add a compilation source root to the given project for the given scope.void
ProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) Add a resource set to the given project for the given scope.void
ProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) Add a resource set to the given project for the given scope.void
ProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) Add a resource set to the given project for the given scope.RepositoryFactory.aggregate
(Session session, List<RemoteRepository> dominant, List<RemoteRepository> recessive, boolean processRecessive) RepositoryFactory.aggregate
(Session session, List<RemoteRepository> dominant, List<RemoteRepository> recessive, boolean processRecessive) RepositoryFactory.aggregate
(Session session, List<RemoteRepository> dominant, List<RemoteRepository> recessive, boolean processRecessive) ArtifactCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) ArtifactCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) static ArtifactDeployerRequest
ArtifactDeployerRequest.build
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactDeployerRequest
ArtifactDeployerRequest.build
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactDeployerRequest
ArtifactDeployerRequest.build
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates, List<RemoteRepository> repositories) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinates> coordinates, List<RemoteRepository> repositories) DependencyCoordinatesFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) DependencyCoordinatesFactoryRequest.build
(Session session, ArtifactCoordinates coordinates) DependencyCoordinatesFactoryRequest.build
(Session session, Dependency dependency) DependencyCoordinatesFactoryRequest.build
(Session session, Dependency dependency) static ModelBuilderRequest
ModelBuilderRequest.build
(ModelBuilderRequest request, ModelSource source) static ModelBuilderRequest
ModelBuilderRequest.build
(ModelBuilderRequest request, ModelSource source) static ModelBuilderRequest
static ModelBuilderRequest
static ModelBuilderRequest
ModelBuilderRequest.build
(Session session, ModelSource source) static ModelBuilderRequest
ModelBuilderRequest.build
(Session session, ModelSource source) default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
SettingsBuilder.build
(SettingsBuilderRequest request) Builds the effective settings of the specified settings files.default SettingsBuilderResult
Builds the effective settings of the specified settings paths.default SettingsBuilderResult
Builds the effective settings of the specified settings paths.default SettingsBuilderResult
Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.static SettingsBuilderRequest
static SettingsBuilderRequest
static SettingsBuilderRequest
static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path installationSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source installationSettingsSource, Source projectSettingsSource, Source userSettingsSource) default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Path installationToolchainsFile, Path userToolchainsPath) static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source installationToolchainsFile, Source userToolchainsSource) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) ChecksumAlgorithmService.calculate
(byte[] data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(byte[] data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(InputStream stream, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified stream.ChecksumAlgorithmService.calculate
(InputStream stream, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified stream.ChecksumAlgorithmService.calculate
(ByteBuffer data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(ByteBuffer data, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified data.ChecksumAlgorithmService.calculate
(Path file, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified file.ChecksumAlgorithmService.calculate
(Path file, Collection<ChecksumAlgorithmService.ChecksumAlgorithm> algorithms) Calculates checksums for specified file.default DependencyResolverResult
DependencyResolver.collect
(DependencyResolverRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
DependencyResolver.collect
(Session session, DependencyCoordinates root, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
DependencyResolver.collect
(Session session, DependencyCoordinates root, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
DependencyResolver.collect
(Session session, DependencyCoordinates root, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.default DependencyResolverResult
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.Convert a model profile to a settings profile.Convert a settings profile to a model profile.ArtifactCoordinatesFactory.create
(ArtifactCoordinatesFactoryRequest request) Creates artifact coordinates.default ArtifactCoordinates
Creates coordinates out of string that is formatted like:<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
default ArtifactCoordinates
Creates coordinates out of string that is formatted like:<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
default ArtifactCoordinates
ArtifactCoordinatesFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinates
ArtifactCoordinatesFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinates
ArtifactFactory.create
(ArtifactFactoryRequest request) Creates an artifact.default Artifact
ArtifactFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default Artifact
ArtifactFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinatesFactory.create
(DependencyCoordinatesFactoryRequest request) Creates a newDependencyCoordinates
object from the request.default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, ArtifactCoordinates coordinates) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, ArtifactCoordinates coordinates) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, Dependency dependency) default DependencyCoordinates
default DependencyCoordinates
DependencyCoordinatesFactory.create
(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal
(Path path) ArtifactFactory.createProduced
(ArtifactFactoryRequest request) Creates an artifact.default ProducedArtifact
ArtifactFactory.createProduced
(Session session, String groupId, String artifactId, String version, String extension) default ProducedArtifact
ArtifactFactory.createProduced
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) RepositoryFactory.createRemote
(String id, String url) RepositoryFactory.createRemote
(String id, String url) RepositoryFactory.createRemote
(Repository repository) void
ArtifactDeployer.deploy
(ArtifactDeployerRequest request) default void
ArtifactDeployer.deploy
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default void
ArtifactDeployer.deploy
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default void
ArtifactDeployer.deploy
(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default DependencyResolverResult
DependencyResolver.flatten
(DependencyResolverRequest request) Flattens a list of nodes.Flattens a list of nodes.default DependencyResolverResult
default DependencyResolverResult
default DependencyResolverResult
static ModelSource
static ModelSource
static Source
Creates a Source for the following Pathboolean
GETs the source URI content into target (does not have to exist, or will be overwritten if exist).boolean
GETs the source URI content into target (does not have to exist, or will be overwritten if exist).Optional
<byte[]> GETs the source URI content as byte array.ProjectManager.getCompileSourceRoots
(Project project, ProjectScope scope) Obtain an immutable list of compile source roots for the given project and scope.ProjectManager.getCompileSourceRoots
(Project project, ProjectScope scope) Obtain an immutable list of compile source roots for the given project and scope.ProjectManager.getExecutionProject
(Project project) DependencyResolverResult.getModuleDescriptor
(Path dependency) Returns the Java module descriptor of the dependency at the given path.DependencyResolverResult.getModuleName
(Path dependency) Returns the Java module name of the dependency at the given path.Returns the path of the file previously associated to this artifact orOptional.empty()
if no path has been associated.LocalRepositoryManager.getPathForLocalArtifact
(Session session, LocalRepository local, Artifact artifact) Gets the relative path for a locally installed artifact.LocalRepositoryManager.getPathForLocalArtifact
(Session session, LocalRepository local, Artifact artifact) Gets the relative path for a locally installed artifact.LocalRepositoryManager.getPathForLocalArtifact
(Session session, LocalRepository local, Artifact artifact) Gets the relative path for a locally installed artifact.LocalRepositoryManager.getPathForRemoteArtifact
(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.LocalRepositoryManager.getPathForRemoteArtifact
(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.LocalRepositoryManager.getPathForRemoteArtifact
(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.LocalRepositoryManager.getPathForRemoteArtifact
(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.ProjectManager.getProperties
(Project project) Returns an immutable map of the project properties.ProjectManager.getRemotePluginRepositories
(Project project) Returns an immutable list of project remote plugin repositories (directly specified or inherited).ProjectManager.getRemoteProjectRepositories
(Project project) Returns an immutable list of project remote repositories (directly specified or inherited).ProjectManager.getResources
(Project project, ProjectScope scope) Get the list of resources for the given project and scopeProjectManager.getResources
(Project project, ProjectScope scope) Get the list of resources for the given project and scopeGETs the source URI content as string using UTF8 charset.GETs the source URI content as string.GETs the source URI content as string.SuperPomProvider.getSuperPom
(String version) Gets the super POM for the specified model version.ToolchainManager.getToolchainFromBuildContext
(Session session, String type) ToolchainManager.getToolchainsForType
(Session session, String type) void
ArtifactInstaller.install
(ArtifactInstallerRequest request) default void
Interpolates the values in the given map using the provided callback function.default void
Interpolator.interpolate
(Map<String, String> map, Function<String, String> callback, boolean defaultsToEmpty) Interpolates the values in the given map using the provided callback function.void
Interpolator.interpolate
(Map<String, String> map, Function<String, String> callback, BiFunction<String, String, String> postprocessor, boolean defaultsToEmpty) Interpolates the values in the given map using the provided callback function.boolean
VersionParser.isSnapshot
(String version) Checks whether a given artifact version is considered aSNAPSHOT
or not.ModelSource.ModelLocator.locateExistingPom
(Path project) Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.VersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".VersionParser.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".VersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".DependencyResolverRequest.DependencyResolverRequestBuilder.pathTypeFilter
(Collection<? extends PathType> desiredTypes) Specifies the type of paths to include in the result.DependencyResolverRequest.DependencyResolverRequestBuilder.pathTypeFilter
(Predicate<PathType> pathTypeFilter) Filters the types of paths to include in the result.void
PUTs the source file (must exist as file) to target URI.void
PUTs the source file (must exist as file) to target URI.void
PUTs the source byte array to target URI.void
PUTs the source byte array to target URI.default void
PUTs the source string using UTF8 charset to target URI.default void
PUTs the source string using UTF8 charset to target URI.void
PUTs the source string to target URI.void
PUTs the source string to target URI.void
PUTs the source string to target URI.DependencyResolverRequest.DependencyResolverRequestBuilder.repositories
(List<RemoteRepository> repositories) DependencyResolverRequest.DependencyResolverRequestBuilder.requestType
(DependencyResolverRequest.RequestType requestType) default T
default Type
Obtain theType
from the specifiedid
.default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinates> dependencies, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency, PathScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinates dependency, PathScope scope) default DependencyResolverResult
default DependencyResolverResult
default DependencyResolverResult
default DependencyResolverResult
default DependencyResolverResult
ModelSource.resolve
(ModelSource.ModelLocator modelLocator, String relative) ModelSource.resolve
(ModelSource.ModelLocator modelLocator, String relative) Returns a new source identified by a relative path.VersionRangeResolver.resolve
(VersionRangeResolverRequest request) default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Expands a version range to a list of matching versions, in ascending order.default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Expands a version range to a list of matching versions, in ascending order.default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) Expands a version range to a list of matching versions, in ascending order.default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates, List<RemoteRepository> repositories) Expands a version range to a list of matching versions, in ascending order.VersionResolver.resolve
(VersionResolverRequest request) Resolves an artifact's meta version (if any) to a concrete version.default VersionResolverResult
VersionResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Resolves an artifact's meta version (if any) to a concrete version.default VersionResolverResult
VersionResolver.resolve
(Session session, ArtifactCoordinates artifactCoordinates) Resolves an artifact's meta version (if any) to a concrete version.DependencyResolverRequest.DependencyResolverRequestBuilder.root
(DependencyCoordinates root) ReturnsChecksumAlgorithmService.ChecksumAlgorithm
for given algorithm name, or throws if algorithm not supported.ChecksumAlgorithmService.select
(Collection<String> algorithmNames) Returns a collection ofChecksumAlgorithmService.ChecksumAlgorithm
in same order as algorithm names are ordered, or throws if any of the algorithm name is not supported.void
ArtifactManager.setPath
(ProducedArtifact artifact, Path path) Associates the given file path to the artifact.void
ProjectManager.setProperty
(Project project, String key, String value) Set a given project property.void
ProjectManager.setProperty
(Project project, String key, String value) Set a given project property.void
ToolchainManager.storeToolchainToBuildContext
(Session session, Toolchain toolchain) ModelTransformer.transform
(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Apply a transformation on the file model.ModelTransformer.transform
(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Apply a transformation on the file model.ModelTransformer.transform
(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Apply a transformation on the file model.TransportProvider.transport
(Session session, RemoteRepository repository) Provides newTransport
instance for givenRemoteRepository
, if possible.TransportProvider.transport
(Session session, RemoteRepository repository) Provides newTransport
instance for givenRemoteRepository
, if possible.void
ChecksumAlgorithmService.ChecksumCalculator.update
(ByteBuffer input) Updates the checksum algorithm inner state with input.default List
<BuilderProblem> Validate the specified settings.Validate the specified settings. -
Uses of Nonnull in org.apache.maven.api.services.model
Modifier and TypeMethodDescriptionRootLocator.findMandatoryRoot
(Path basedir) default String
RootLocator.getNoRootMessage()
ModelInterpolator.interpolateModel
(Model model, Path projectDir, ModelBuilderRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.ModelCacheFactory.newInstance()
ModelVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".ModelVersionParser.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".ModelVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent
.Modifier and TypeMethodDescriptionRootLocator.findMandatoryRoot
(Path basedir) ModelInterpolator.interpolateModel
(Model model, Path projectDir, ModelBuilderRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.ModelInterpolator.interpolateModel
(Model model, Path projectDir, ModelBuilderRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.ModelInterpolator.interpolateModel
(Model model, Path projectDir, ModelBuilderRequest request, ModelProblemCollector problems) Interpolates expressions in the specified model.boolean
ModelVersionParser.isSnapshot
(String version) Checks whether a given artifact version is considered aSNAPSHOT
or not.ModelProcessor.locateExistingPom
(Path project) Returns the file containing the pom to be parsed or null if a pom can not be found at the given file or in the given directory.ModelVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".ModelVersionParser.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".ModelVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent
.default ModelSource
ModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent
. -
Uses of Nonnull in org.apache.maven.api.services.xml
Modifier and TypeMethodDescriptionXmlReaderRequest.builder()
default T
XmlFactory.fromXmlString
(String xml) Simply parse the given xml string.XmlWriterRequest.getContent()
default T
XmlFactory.read
(InputStream input) default T
XmlFactory.read
(InputStream input, boolean strict) default T
default T
default T
default T
XmlFactory.read
(XmlReaderRequest request) default String
XmlFactory.toXmlString
(T content) Simply converts the given content to an xml string.Modifier and TypeMethodDescriptiondefault T
XmlFactory.fromXmlString
(String xml) Simply parse the given xml string.default T
XmlFactory.read
(InputStream input) default T
XmlFactory.read
(InputStream input, boolean strict) default T
default T
default T
default T
XmlFactory.read
(XmlReaderRequest request) default String
XmlFactory.toXmlString
(T content) Simply converts the given content to an xml string.void
XmlFactory.write
(XmlWriterRequest<T> request) default void
XmlFactory.write
(T content, OutputStream outputStream) default void
XmlFactory.write
(T content, OutputStream outputStream) default void
default void
default void
default void
-
Uses of Nonnull in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionProfile.Builder.activation
(Activation activation) Activation.Builder.activeByDefault
(boolean activeByDefault) Settings.Builder.activeProfiles
(Collection<String> activeProfiles) Proxy.Builder.activeString
(String activeString) Mirror.Builder.blocked
(boolean blocked) Activation.Builder.build()
ActivationFile.Builder.build()
ActivationOS.Builder.build()
ActivationProperty.Builder.build()
IdentifiableBase.Builder.build()
Mirror.Builder.build()
Profile.Builder.build()
Proxy.Builder.build()
Repository.Builder.build()
RepositoryBase.Builder.build()
RepositoryPolicy.Builder.build()
Server.Builder.build()
Settings.Builder.build()
TrackableBase.Builder.build()
RepositoryPolicy.Builder.checksumPolicy
(String checksumPolicy) Server.Builder.configuration
(XmlNode configuration) Server.Builder.directoryPermissions
(String directoryPermissions) RepositoryPolicy.Builder.enabled
(boolean enabled) Activation.Builder.file
(ActivationFile file) Server.Builder.filePermissions
(String filePermissions) Settings.getActiveProfiles()
List of manually-activated build profiles, specified in the order in which they should be applied.Settings.getMirrors()
Configuration of download mirrors for repositories.Settings.getPluginGroups()
List of groupIds to search for a plugin when that plugin groupId is not explicitly provided.Profile.getPluginRepositories()
The lists of the remote repositories for discovering plugins.Settings.getPluginRepositories()
The lists of the remote repositories for discovering plugins.Settings.getProfiles()
Configuration of build profiles for adjusting the build according to environmental parameters.Profile.getProperties()
Extended configuration specific to this profile goes here.Settings.getProxies()
Configuration for different proxy profiles.Profile.getRepositories()
The lists of the remote repositories.Settings.getRepositories()
The lists of the remote repositories.Settings.getServers()
Configuration of server-specific settings, mainly authentication method.Activation.Builder.importedFrom
(InputLocation importedFrom) ActivationFile.Builder.importedFrom
(InputLocation importedFrom) ActivationOS.Builder.importedFrom
(InputLocation importedFrom) ActivationProperty.Builder.importedFrom
(InputLocation importedFrom) IdentifiableBase.Builder.importedFrom
(InputLocation importedFrom) Mirror.Builder.importedFrom
(InputLocation importedFrom) Profile.Builder.importedFrom
(InputLocation importedFrom) Proxy.Builder.importedFrom
(InputLocation importedFrom) Repository.Builder.importedFrom
(InputLocation importedFrom) RepositoryBase.Builder.importedFrom
(InputLocation importedFrom) RepositoryPolicy.Builder.importedFrom
(InputLocation importedFrom) Server.Builder.importedFrom
(InputLocation importedFrom) Settings.Builder.importedFrom
(InputLocation importedFrom) TrackableBase.Builder.importedFrom
(InputLocation importedFrom) Settings.Builder.interactiveMode
(boolean interactiveMode) Settings.Builder.localRepository
(String localRepository) Activation.Builder.location
(Object key, InputLocation location) ActivationFile.Builder.location
(Object key, InputLocation location) ActivationOS.Builder.location
(Object key, InputLocation location) ActivationProperty.Builder.location
(Object key, InputLocation location) IdentifiableBase.Builder.location
(Object key, InputLocation location) Mirror.Builder.location
(Object key, InputLocation location) Profile.Builder.location
(Object key, InputLocation location) Proxy.Builder.location
(Object key, InputLocation location) Repository.Builder.location
(Object key, InputLocation location) RepositoryBase.Builder.location
(Object key, InputLocation location) RepositoryPolicy.Builder.location
(Object key, InputLocation location) Server.Builder.location
(Object key, InputLocation location) Settings.Builder.location
(Object key, InputLocation location) TrackableBase.Builder.location
(Object key, InputLocation location) Mirror.Builder.mirrorOfLayouts
(String mirrorOfLayouts) Settings.Builder.mirrors
(Collection<Mirror> mirrors) Settings.Builder.modelEncoding
(String modelEncoding) Settings.Builder.namespaceUri
(String namespaceUri) static Activation.Builder
Activation.newBuilder()
Creates a newActivation
builder instance.static Activation.Builder
Activation.newBuilder
(boolean withDefaults) Creates a newActivation
builder instance using default values or not.static Activation.Builder
Activation.newBuilder
(Activation from) Creates a newActivation
builder instance using the specified object as a basis.static Activation.Builder
Activation.newBuilder
(Activation from, boolean forceCopy) Creates a newActivation
builder instance using the specified object as a basis.static ActivationFile.Builder
ActivationFile.newBuilder()
Creates a newActivationFile
builder instance.static ActivationFile.Builder
ActivationFile.newBuilder
(boolean withDefaults) Creates a newActivationFile
builder instance using default values or not.static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from) Creates a newActivationFile
builder instance using the specified object as a basis.static ActivationFile.Builder
ActivationFile.newBuilder
(ActivationFile from, boolean forceCopy) Creates a newActivationFile
builder instance using the specified object as a basis.static ActivationOS.Builder
ActivationOS.newBuilder()
Creates a newActivationOS
builder instance.static ActivationOS.Builder
ActivationOS.newBuilder
(boolean withDefaults) Creates a newActivationOS
builder instance using default values or not.static ActivationOS.Builder
ActivationOS.newBuilder
(ActivationOS from) Creates a newActivationOS
builder instance using the specified object as a basis.static ActivationOS.Builder
ActivationOS.newBuilder
(ActivationOS from, boolean forceCopy) Creates a newActivationOS
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder()
Creates a newActivationProperty
builder instance.static ActivationProperty.Builder
ActivationProperty.newBuilder
(boolean withDefaults) Creates a newActivationProperty
builder instance using default values or not.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from) Creates a newActivationProperty
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from, boolean forceCopy) Creates a newActivationProperty
builder instance using the specified object as a basis.static IdentifiableBase.Builder
IdentifiableBase.newBuilder()
Creates a newIdentifiableBase
builder instance.static IdentifiableBase.Builder
IdentifiableBase.newBuilder
(boolean withDefaults) Creates a newIdentifiableBase
builder instance using default values or not.static IdentifiableBase.Builder
IdentifiableBase.newBuilder
(IdentifiableBase from) Creates a newIdentifiableBase
builder instance using the specified object as a basis.static IdentifiableBase.Builder
IdentifiableBase.newBuilder
(IdentifiableBase from, boolean forceCopy) Creates a newIdentifiableBase
builder instance using the specified object as a basis.static Mirror.Builder
Mirror.newBuilder()
Creates a newMirror
builder instance.static Mirror.Builder
Mirror.newBuilder
(boolean withDefaults) Creates a newMirror
builder instance using default values or not.static Mirror.Builder
Mirror.newBuilder
(Mirror from) Creates a newMirror
builder instance using the specified object as a basis.static Mirror.Builder
Mirror.newBuilder
(Mirror from, boolean forceCopy) Creates a newMirror
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder()
Creates a newProfile
builder instance.static Profile.Builder
Profile.newBuilder
(boolean withDefaults) Creates a newProfile
builder instance using default values or not.static Profile.Builder
Profile.newBuilder
(Profile from) Creates a newProfile
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder
(Profile from, boolean forceCopy) Creates a newProfile
builder instance using the specified object as a basis.static Proxy.Builder
Proxy.newBuilder()
Creates a newProxy
builder instance.static Proxy.Builder
Proxy.newBuilder
(boolean withDefaults) Creates a newProxy
builder instance using default values or not.static Proxy.Builder
Proxy.newBuilder
(Proxy from) Creates a newProxy
builder instance using the specified object as a basis.static Proxy.Builder
Proxy.newBuilder
(Proxy from, boolean forceCopy) Creates a newProxy
builder instance using the specified object as a basis.static Repository.Builder
Repository.newBuilder()
Creates a newRepository
builder instance.static Repository.Builder
Repository.newBuilder
(boolean withDefaults) Creates a newRepository
builder instance using default values or not.static Repository.Builder
Repository.newBuilder
(Repository from) Creates a newRepository
builder instance using the specified object as a basis.static Repository.Builder
Repository.newBuilder
(Repository from, boolean forceCopy) Creates a newRepository
builder instance using the specified object as a basis.static RepositoryBase.Builder
RepositoryBase.newBuilder()
Creates a newRepositoryBase
builder instance.static RepositoryBase.Builder
RepositoryBase.newBuilder
(boolean withDefaults) Creates a newRepositoryBase
builder instance using default values or not.static RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from) Creates a newRepositoryBase
builder instance using the specified object as a basis.static RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBase
builder instance using the specified object as a basis.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder()
Creates a newRepositoryPolicy
builder instance.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(boolean withDefaults) Creates a newRepositoryPolicy
builder instance using default values or not.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(RepositoryPolicy from) Creates a newRepositoryPolicy
builder instance using the specified object as a basis.static RepositoryPolicy.Builder
RepositoryPolicy.newBuilder
(RepositoryPolicy from, boolean forceCopy) Creates a newRepositoryPolicy
builder instance using the specified object as a basis.static Server.Builder
Server.newBuilder()
Creates a newServer
builder instance.static Server.Builder
Server.newBuilder
(boolean withDefaults) Creates a newServer
builder instance using default values or not.static Server.Builder
Server.newBuilder
(Server from) Creates a newServer
builder instance using the specified object as a basis.static Server.Builder
Server.newBuilder
(Server from, boolean forceCopy) Creates a newServer
builder instance using the specified object as a basis.static Settings.Builder
Settings.newBuilder()
Creates a newSettings
builder instance.static Settings.Builder
Settings.newBuilder
(boolean withDefaults) Creates a newSettings
builder instance using default values or not.static Settings.Builder
Settings.newBuilder
(Settings from) Creates a newSettings
builder instance using the specified object as a basis.static Settings.Builder
Settings.newBuilder
(Settings from, boolean forceCopy) Creates a newSettings
builder instance using the specified object as a basis.static TrackableBase.Builder
TrackableBase.newBuilder()
Creates a newTrackableBase
builder instance.static TrackableBase.Builder
TrackableBase.newBuilder
(boolean withDefaults) Creates a newTrackableBase
builder instance using default values or not.static TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from) Creates a newTrackableBase
builder instance using the specified object as a basis.static TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from, boolean forceCopy) Creates a newTrackableBase
builder instance using the specified object as a basis.static Activation
Activation.newInstance()
Creates a newActivation
instance.static Activation
Activation.newInstance
(boolean withDefaults) Creates a newActivation
instance using default values or not.static ActivationFile
ActivationFile.newInstance()
Creates a newActivationFile
instance.static ActivationFile
ActivationFile.newInstance
(boolean withDefaults) Creates a newActivationFile
instance using default values or not.static ActivationOS
ActivationOS.newInstance()
Creates a newActivationOS
instance.static ActivationOS
ActivationOS.newInstance
(boolean withDefaults) Creates a newActivationOS
instance using default values or not.static ActivationProperty
ActivationProperty.newInstance()
Creates a newActivationProperty
instance.static ActivationProperty
ActivationProperty.newInstance
(boolean withDefaults) Creates a newActivationProperty
instance using default values or not.static IdentifiableBase
IdentifiableBase.newInstance()
Creates a newIdentifiableBase
instance.static IdentifiableBase
IdentifiableBase.newInstance
(boolean withDefaults) Creates a newIdentifiableBase
instance using default values or not.static Mirror
Mirror.newInstance()
Creates a newMirror
instance.static Mirror
Mirror.newInstance
(boolean withDefaults) Creates a newMirror
instance using default values or not.static Profile
Profile.newInstance()
Creates a newProfile
instance.static Profile
Profile.newInstance
(boolean withDefaults) Creates a newProfile
instance using default values or not.static Proxy
Proxy.newInstance()
Creates a newProxy
instance.static Proxy
Proxy.newInstance
(boolean withDefaults) Creates a newProxy
instance using default values or not.static Repository
Repository.newInstance()
Creates a newRepository
instance.static Repository
Repository.newInstance
(boolean withDefaults) Creates a newRepository
instance using default values or not.static RepositoryBase
RepositoryBase.newInstance()
Creates a newRepositoryBase
instance.static RepositoryBase
RepositoryBase.newInstance
(boolean withDefaults) Creates a newRepositoryBase
instance using default values or not.static RepositoryPolicy
RepositoryPolicy.newInstance()
Creates a newRepositoryPolicy
instance.static RepositoryPolicy
RepositoryPolicy.newInstance
(boolean withDefaults) Creates a newRepositoryPolicy
instance using default values or not.static Server
Server.newInstance()
Creates a newServer
instance.static Server
Server.newInstance
(boolean withDefaults) Creates a newServer
instance using default values or not.static Settings
Settings.newInstance()
Creates a newSettings
instance.static Settings
Settings.newInstance
(boolean withDefaults) Creates a newSettings
instance using default values or not.static TrackableBase
TrackableBase.newInstance()
Creates a newTrackableBase
instance.static TrackableBase
TrackableBase.newInstance
(boolean withDefaults) Creates a newTrackableBase
instance using default values or not.Proxy.Builder.nonProxyHosts
(String nonProxyHosts) Settings.Builder.offline
(boolean offline) Activation.Builder.os
(ActivationOS os) Server.Builder.passphrase
(String passphrase) Settings.Builder.pluginGroups
(Collection<String> pluginGroups) Profile.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Settings.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Proxy.Builder.portString
(String portString) Server.Builder.privateKey
(String privateKey) Settings.Builder.profiles
(Collection<Profile> profiles) Profile.Builder.properties
(Map<String, String> properties) Activation.Builder.property
(ActivationProperty property) Settings.Builder.proxies
(Collection<Proxy> proxies) Repository.Builder.releases
(RepositoryPolicy releases) Profile.Builder.repositories
(Collection<Repository> repositories) Settings.Builder.repositories
(Collection<Repository> repositories) Settings.Builder.servers
(Collection<Server> servers) Repository.Builder.snapshots
(RepositoryPolicy snapshots) RepositoryPolicy.Builder.updatePolicy
(String updatePolicy) Settings.Builder.usePluginRegistry
(boolean usePluginRegistry) Activation.with()
Creates a new builder with this object as the basis.ActivationFile.with()
Creates a new builder with this object as the basis.ActivationOS.with()
Creates a new builder with this object as the basis.ActivationProperty.with()
Creates a new builder with this object as the basis.IdentifiableBase.with()
Creates a new builder with this object as the basis.Mirror.with()
Creates a new builder with this object as the basis.Profile.with()
Creates a new builder with this object as the basis.Proxy.with()
Creates a new builder with this object as the basis.Repository.with()
Creates a new builder with this object as the basis.RepositoryBase.with()
Creates a new builder with this object as the basis.RepositoryPolicy.with()
Creates a new builder with this object as the basis.Server.with()
Creates a new builder with this object as the basis.Settings.with()
Creates a new builder with this object as the basis.TrackableBase.with()
Creates a new builder with this object as the basis.Profile.withActivation
(Activation activation) Creates a newProfile
instance using the specified activation.Activation.withActiveByDefault
(boolean activeByDefault) Creates a newActivation
instance using the specified activeByDefault.Settings.withActiveProfiles
(Collection<String> activeProfiles) Creates a newSettings
instance using the specified activeProfiles.Proxy.withActiveString
(String activeString) Creates a newProxy
instance using the specified activeString.Creates a newActivationOS
instance using the specified arch.Mirror.withBlocked
(boolean blocked) Creates a newMirror
instance using the specified blocked.RepositoryPolicy.withChecksumPolicy
(String checksumPolicy) Creates a newRepositoryPolicy
instance using the specified checksumPolicy.Server.withConfiguration
(XmlNode configuration) Creates a newServer
instance using the specified configuration.Server.withDirectoryPermissions
(String directoryPermissions) Creates a newServer
instance using the specified directoryPermissions.RepositoryPolicy.withEnabled
(boolean enabled) Creates a newRepositoryPolicy
instance using the specified enabled.ActivationFile.withExists
(String exists) Creates a newActivationFile
instance using the specified exists.ActivationOS.withFamily
(String family) Creates a newActivationOS
instance using the specified family.Activation.withFile
(ActivationFile file) Creates a newActivation
instance using the specified file.Server.withFilePermissions
(String filePermissions) Creates a newServer
instance using the specified filePermissions.Creates a newProxy
instance using the specified host.Creates a newIdentifiableBase
instance using the specified id.Creates a newMirror
instance using the specified id.Creates a newProfile
instance using the specified id.Creates a newProxy
instance using the specified id.Creates a newRepository
instance using the specified id.Creates a newRepositoryBase
instance using the specified id.Creates a newServer
instance using the specified id.Settings.withInteractiveMode
(boolean interactiveMode) Creates a newSettings
instance using the specified interactiveMode.Creates a newActivation
instance using the specified jdk.Mirror.withLayout
(String layout) Creates a newMirror
instance using the specified layout.Repository.withLayout
(String layout) Creates a newRepository
instance using the specified layout.RepositoryBase.withLayout
(String layout) Creates a newRepositoryBase
instance using the specified layout.Settings.withLocalRepository
(String localRepository) Creates a newSettings
instance using the specified localRepository.Mirror.withMirrorOf
(String mirrorOf) Creates a newMirror
instance using the specified mirrorOf.Mirror.withMirrorOfLayouts
(String mirrorOfLayouts) Creates a newMirror
instance using the specified mirrorOfLayouts.Settings.withMirrors
(Collection<Mirror> mirrors) Creates a newSettings
instance using the specified mirrors.ActivationFile.withMissing
(String missing) Creates a newActivationFile
instance using the specified missing.Creates a newActivationOS
instance using the specified name.Creates a newActivationProperty
instance using the specified name.Creates a newMirror
instance using the specified name.Creates a newRepository
instance using the specified name.Creates a newRepositoryBase
instance using the specified name.Proxy.withNonProxyHosts
(String nonProxyHosts) Creates a newProxy
instance using the specified nonProxyHosts.Settings.withOffline
(boolean offline) Creates a newSettings
instance using the specified offline.Activation.withOs
(ActivationOS os) Creates a newActivation
instance using the specified os.Activation.withPackaging
(String packaging) Creates a newActivation
instance using the specified packaging.Server.withPassphrase
(String passphrase) Creates a newServer
instance using the specified passphrase.Proxy.withPassword
(String password) Creates a newProxy
instance using the specified password.Server.withPassword
(String password) Creates a newServer
instance using the specified password.Settings.withPluginGroups
(Collection<String> pluginGroups) Creates a newSettings
instance using the specified pluginGroups.Profile.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newProfile
instance using the specified pluginRepositories.Settings.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newSettings
instance using the specified pluginRepositories.Proxy.withPortString
(String portString) Creates a newProxy
instance using the specified portString.Server.withPrivateKey
(String privateKey) Creates a newServer
instance using the specified privateKey.Settings.withProfiles
(Collection<Profile> profiles) Creates a newSettings
instance using the specified profiles.Profile.withProperties
(Map<String, String> properties) Creates a newProfile
instance using the specified properties.Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.Proxy.withProtocol
(String protocol) Creates a newProxy
instance using the specified protocol.Settings.withProxies
(Collection<Proxy> proxies) Creates a newSettings
instance using the specified proxies.Repository.withReleases
(RepositoryPolicy releases) Creates a newRepository
instance using the specified releases.Profile.withRepositories
(Collection<Repository> repositories) Creates a newProfile
instance using the specified repositories.Settings.withRepositories
(Collection<Repository> repositories) Creates a newSettings
instance using the specified repositories.Settings.withServers
(Collection<Server> servers) Creates a newSettings
instance using the specified servers.Repository.withSnapshots
(RepositoryPolicy snapshots) Creates a newRepository
instance using the specified snapshots.RepositoryPolicy.withUpdatePolicy
(String updatePolicy) Creates a newRepositoryPolicy
instance using the specified updatePolicy.Creates a newMirror
instance using the specified url.Creates a newRepository
instance using the specified url.Creates a newRepositoryBase
instance using the specified url.Settings.withUsePluginRegistry
(boolean usePluginRegistry) Creates a newSettings
instance using the specified usePluginRegistry.Proxy.withUsername
(String username) Creates a newProxy
instance using the specified username.Server.withUsername
(String username) Creates a newServer
instance using the specified username.Creates a newActivationProperty
instance using the specified value.ActivationOS.withVersion
(String version) Creates a newActivationOS
instance using the specified version. -
Uses of Nonnull in org.apache.maven.api.spi
Modifier and TypeMethodDescriptionLocates the pom in the given directory.ModelParser.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)
.ExtensibleEnumProvider.provides()
Registers new values for the T extensible enum.default Model
ModelTransformer.transformEffectiveModel
(Model model) Apply a transformation on the effective models.default Model
ModelTransformer.transformFileModel
(Model model) Apply a transformation on the file model.default Model
ModelTransformer.transformRawModel
(Model model) Apply a transformation on the raw models.Modifier and TypeMethodDescriptionLocates the pom in the given directory.ModelParser.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)
.default Model
ModelTransformer.transformEffectiveModel
(Model model) Apply a transformation on the effective models.default Model
ModelTransformer.transformFileModel
(Model model) Apply a transformation on the file model.default Model
ModelTransformer.transformRawModel
(Model model) Apply a transformation on the raw models. -
Uses of Nonnull in org.apache.maven.api.toolchain
Modifier and TypeMethodDescriptionPersistedToolchains.Builder.build()
ToolchainModel.Builder.build()
TrackableBase.Builder.build()
ToolchainModel.Builder.configuration
(XmlNode configuration) ToolchainModel.getProvides()
Toolchain identification information, which will be matched against project requirements.PersistedToolchains.getToolchains()
The toolchain instance definition.PersistedToolchains.Builder.importedFrom
(InputLocation importedFrom) ToolchainModel.Builder.importedFrom
(InputLocation importedFrom) TrackableBase.Builder.importedFrom
(InputLocation importedFrom) PersistedToolchains.Builder.location
(Object key, InputLocation location) ToolchainModel.Builder.location
(Object key, InputLocation location) TrackableBase.Builder.location
(Object key, InputLocation location) PersistedToolchains.Builder.modelEncoding
(String modelEncoding) PersistedToolchains.Builder.namespaceUri
(String namespaceUri) static PersistedToolchains.Builder
PersistedToolchains.newBuilder()
Creates a newPersistedToolchains
builder instance.static PersistedToolchains.Builder
PersistedToolchains.newBuilder
(boolean withDefaults) Creates a newPersistedToolchains
builder instance using default values or not.static PersistedToolchains.Builder
PersistedToolchains.newBuilder
(PersistedToolchains from) Creates a newPersistedToolchains
builder instance using the specified object as a basis.static PersistedToolchains.Builder
PersistedToolchains.newBuilder
(PersistedToolchains from, boolean forceCopy) Creates a newPersistedToolchains
builder instance using the specified object as a basis.static ToolchainModel.Builder
ToolchainModel.newBuilder()
Creates a newToolchainModel
builder instance.static ToolchainModel.Builder
ToolchainModel.newBuilder
(boolean withDefaults) Creates a newToolchainModel
builder instance using default values or not.static ToolchainModel.Builder
ToolchainModel.newBuilder
(ToolchainModel from) Creates a newToolchainModel
builder instance using the specified object as a basis.static ToolchainModel.Builder
ToolchainModel.newBuilder
(ToolchainModel from, boolean forceCopy) Creates a newToolchainModel
builder instance using the specified object as a basis.static TrackableBase.Builder
TrackableBase.newBuilder()
Creates a newTrackableBase
builder instance.static TrackableBase.Builder
TrackableBase.newBuilder
(boolean withDefaults) Creates a newTrackableBase
builder instance using default values or not.static TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from) Creates a newTrackableBase
builder instance using the specified object as a basis.static TrackableBase.Builder
TrackableBase.newBuilder
(TrackableBase from, boolean forceCopy) Creates a newTrackableBase
builder instance using the specified object as a basis.static PersistedToolchains
PersistedToolchains.newInstance()
Creates a newPersistedToolchains
instance.static PersistedToolchains
PersistedToolchains.newInstance
(boolean withDefaults) Creates a newPersistedToolchains
instance using default values or not.static ToolchainModel
ToolchainModel.newInstance()
Creates a newToolchainModel
instance.static ToolchainModel
ToolchainModel.newInstance
(boolean withDefaults) Creates a newToolchainModel
instance using default values or not.static TrackableBase
TrackableBase.newInstance()
Creates a newTrackableBase
instance.static TrackableBase
TrackableBase.newInstance
(boolean withDefaults) Creates a newTrackableBase
instance using default values or not.PersistedToolchains.Builder.toolchains
(Collection<ToolchainModel> toolchains) PersistedToolchains.with()
Creates a new builder with this object as the basis.ToolchainModel.with()
Creates a new builder with this object as the basis.TrackableBase.with()
Creates a new builder with this object as the basis.ToolchainModel.withConfiguration
(XmlNode configuration) Creates a newToolchainModel
instance using the specified configuration.ToolchainModel.withProvides
(Map<String, String> provides) Creates a newToolchainModel
instance using the specified provides.PersistedToolchains.withToolchains
(Collection<ToolchainModel> toolchains) Creates a newPersistedToolchains
instance using the specified toolchains.Creates a newToolchainModel
instance using the specified type. -
Uses of Nonnull in org.apache.maven.api.xml
Modifier and TypeMethodDescriptionXmlNode.getAttributes()
XmlNode.getChildren()
XmlNode.getName()
XmlNode.getNamespaceUri()
XmlNode.getPrefix()
-
Uses of Nonnull in org.apache.maven.artifact.repository.metadata
Modifier and TypeMethodDescriptionMetadata.getPlugins()
Versioning.getSnapshotVersions()
Versioning.getVersions()
-
Uses of Nonnull in org.apache.maven.cling.invoker
Modifier and TypeMethodDescriptionContainerCapsuleFactory.createContainerCapsule
(C context) Creates container capsule.static org.codehaus.plexus.interpolation.BasicInterpolator
Utils.createInterpolator
(Collection<Map<String, String>> properties) static Path
Utils.findMandatoryRoot
(Path topDirectory) static Path
Utils.getCanonicalPath
(Path path) ContainerCapsule.getLookup()
TheLookup
service backed by container in this capsule.static String
Utils.stripLeadingAndTrailingQuotes
(String str) Utils.toMap
(Properties properties) static Properties
Utils.toProperties
(Map<String, String> properties) ModifierConstructorDescriptionBaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) BaseInvokerRequest
(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) -
Uses of Nonnull in org.apache.maven.cling.invoker.mvn
-
Uses of Nonnull in org.apache.maven.cling.invoker.mvnenc
Modifier and TypeMethodDescriptionDefaultEncryptInvokerRequest.options()
The mandatory Encrypt options. -
Uses of Nonnull in org.apache.maven.di
Modifier and TypeMethodDescriptionInjector.bindImplicit
(Class<?> cls) <T> Injector
Injector.bindInstance
(Class<T> cls, T instance) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Supplier<Scope> scope) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Scope scope) static Injector
Injector.create()
Injector.discover
(ClassLoader classLoader) <T> T
Injector.getInstance
(Class<T> key) <T> T
Injector.getInstance
(Key<T> key) <T> Supplier
<T> Modifier and TypeMethodDescriptionInjector.bindImplicit
(Class<?> cls) <T> Injector
Injector.bindInstance
(Class<T> cls, T instance) <T> Injector
Injector.bindInstance
(Class<T> cls, T instance) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Supplier<Scope> scope) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Supplier<Scope> scope) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Scope scope) Injector.bindScope
(Class<? extends Annotation> scopeAnnotation, Scope scope) Injector.discover
(ClassLoader classLoader) <T> T
Injector.getInstance
(Class<T> key) <T> T
Injector.getInstance
(Key<T> key) <T> void
Injector.injectInstance
(T instance) <T> Supplier
<T> <T> Supplier
<T> -
Uses of Nonnull in org.apache.maven.internal
Modifier and TypeMethodDescriptiondefault org.codehaus.plexus.classworlds.ClassWorld
CoreRealm.getClassWorld()
Shorthand method to obtain theClassWorld
used for Maven Core.org.codehaus.plexus.classworlds.realm.ClassRealm
CoreRealm.getRealm()
Obtain theClassRealm
used for Maven Core. -
Uses of Nonnull in org.apache.maven.internal.impl
Modifier and TypeFieldDescriptionprotected final org.eclipse.aether.artifact.Artifact
DefaultArtifact.artifact
protected final org.eclipse.aether.graph.DependencyNode
DefaultNode.node
protected final InternalSession
DefaultArtifact.session
protected final InternalSession
DefaultNode.session
Modifier and TypeMethodDescriptionDefaultMessageBuilder.build()
DefaultProjectBuilder.build
(ProjectBuilderRequest request) DefaultMessageBuilderFactory.builder()
DefaultMessageBuilderFactory.builder
(int size) DefaultDependencyResolver.collect
(DependencyResolverRequest request) AbstractSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
DefaultDependencyCoordinatesFactory.create
(DependencyCoordinatesFactoryRequest request) AbstractSession.createDependencyCoordinates
(ArtifactCoordinates coordinates) Shortcut forgetService(DependencyFactory.class).create(...)
AbstractSession.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
AbstractSession.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
AbstractSession.createRemoteRepository
(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
AbstractSession.flattenDependencies
(Node node, PathScope scope) AbstractSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) <T extends Artifact>
TInternalSession.getArtifact
(Class<T> clazz, org.eclipse.aether.artifact.Artifact artifact) InternalSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) DefaultArtifact.getArtifactId()
DefaultArtifactCoordinates.getArtifactId()
DefaultProject.getArtifactId()
AbstractSession.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
DefaultProject.getArtifacts()
DefaultProjectManager.getAttachedArtifacts
(Project project) DefaultArtifact.getClassifier()
DefaultArtifactCoordinates.getClassifier()
AbstractSession.getData()
DefaultProject.getDependencies()
AbstractSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) InternalSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) DefaultSession.getEffectiveProperties
(Project project) DefaultDependencyCoordinates.getExclusions()
DefaultArtifact.getExtension()
DefaultArtifact.getGroupId()
DefaultArtifactCoordinates.getGroupId()
DefaultProject.getGroupId()
DefaultLocalRepository.getId()
DefaultRemoteRepository.getId()
AbstractSession.getListeners()
AbstractSession.getLocalRepository()
DefaultProject.getManagedDependencies()
DefaultSession.getMavenVersion()
DefaultProject.getModel()
DefaultProject.getPackaging()
DefaultLocalRepository.getPath()
DefaultSession.getPluginContext
(Project project) DefaultProject.getPomPath()
DefaultSession.getProjects()
DefaultRemoteRepository.getProtocol()
AbstractSession.getRemoteRepositories()
org.eclipse.aether.repository.LocalRepository
DefaultLocalRepository.getRepository()
org.eclipse.aether.RepositorySystem
AbstractSession.getRepositorySystem()
<T extends Service>
TAbstractSession.getService
(Class<T> clazz) org.eclipse.aether.RepositorySystemSession
AbstractSession.getSession()
DefaultSession.getSettings()
DefaultSession.getStartTime()
DefaultSession.getSystemProperties()
DefaultLocalRepository.getType()
DefaultRemoteRepository.getType()
DefaultRemoteRepository.getUrl()
DefaultSession.getUserProperties()
DefaultArtifact.getVersion()
DefaultProject.getVersion()
DefaultArtifactCoordinates.getVersionConstraint()
DefaultArtifact.toCoordinates()
DefaultDependency.toCoordinates()
AbstractSession.withLocalRepository
(LocalRepository localRepository) AbstractSession.withRemoteRepositories
(List<RemoteRepository> repositories) Modifier and TypeMethodDescriptionvoid
DefaultProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) void
DefaultProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) void
DefaultProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) DefaultDependencyResolver.collect
(DependencyResolverRequest request) AbstractSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
DefaultArtifactCoordinatesFactory.create
(ArtifactCoordinatesFactoryRequest request) DefaultArtifactFactory.create
(ArtifactFactoryRequest request) DefaultDependencyCoordinatesFactory.create
(DependencyCoordinatesFactoryRequest request) AbstractSession.createDependencyCoordinates
(ArtifactCoordinates coordinates) Shortcut forgetService(DependencyFactory.class).create(...)
AbstractSession.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
DefaultArtifactFactory.createProduced
(ArtifactFactoryRequest request) AbstractSession.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
AbstractSession.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
AbstractSession.createRemoteRepository
(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
void
DefaultArtifactDeployer.deploy
(ArtifactDeployerRequest request) AbstractSession.flattenDependencies
(Node node, PathScope scope) AbstractSession.flattenDependencies
(Node node, PathScope scope) static Model
Simply parse the given xml string.static PluginDescriptor
Simply parse the given xml string.AbstractSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) <T extends Artifact>
TInternalSession.getArtifact
(Class<T> clazz, org.eclipse.aether.artifact.Artifact artifact) <T extends Artifact>
TInternalSession.getArtifact
(Class<T> clazz, org.eclipse.aether.artifact.Artifact artifact) InternalSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) AbstractSession.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
AbstractSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) InternalSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) AbstractSession.getPathForLocalArtifact
(Artifact artifact) DefaultProjectManager.getResources
(Project project, ProjectScope scope) DefaultProjectManager.getResources
(Project project, ProjectScope scope) boolean
AbstractSession.isVersionSnapshot
(String version) Shortcut forgetService(VersionParser.class).isSnapshot(...)
DefaultModelXmlFactory.read
(XmlReaderRequest request) DefaultPluginXmlFactory.read
(XmlReaderRequest request) DefaultSettingsXmlFactory.read
(XmlReaderRequest request) DefaultToolchainsXmlFactory.read
(XmlReaderRequest request) void
AbstractSession.registerListener
(Listener listener) AbstractSession.resolveDependencies
(DependencyCoordinates dependency, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(DependencyCoordinates dependency, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(DependencyCoordinates dependency, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) AbstractSession.resolveDependencies
(Project project, PathScope scope, Collection<PathType> desiredTypes) void
AbstractSession.setArtifactPath
(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
void
AbstractSession.setArtifactPath
(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
void
DefaultArtifactManager.setPath
(ProducedArtifact artifact, Path path) static String
Simply converts the given content to an xml string.static String
DefaultPluginXmlFactory.toXml
(PluginDescriptor content) Simply converts the given content to an xml string.void
AbstractSession.unregisterListener
(Listener listener) AbstractSession.withLocalRepository
(LocalRepository localRepository) AbstractSession.withRemoteRepositories
(List<RemoteRepository> repositories) ModifierConstructorDescriptionDefaultArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifactCoordinates
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinates) DefaultArtifactCoordinates
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinates) DefaultDependency
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependency
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinates
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinates
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDownloadedArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultDownloadedArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultLocalRepository
(org.eclipse.aether.repository.LocalRepository repository) DefaultNode
(InternalSession session, org.eclipse.aether.graph.DependencyNode node, boolean verbose) DefaultNode
(InternalSession session, org.eclipse.aether.graph.DependencyNode node, boolean verbose) DefaultProducedArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultProducedArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) -
Uses of Nonnull in org.apache.maven.internal.impl.di
-
Uses of Nonnull in org.apache.maven.internal.impl.model.reflection
-
Uses of Nonnull in org.apache.maven.internal.impl.model.rootlocator
-
Uses of Nonnull in org.apache.maven.internal.impl.resolver
Modifier and TypeMethodDescriptionDefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) Modifier and TypeMethodDescriptionDefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, String groupId, String artifactId, String version, String classifier, Consumer<String> resolvedVersion) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Dependency dependency, AtomicReference<Dependency> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) DefaultModelResolver.resolveModel
(Session session, List<RemoteRepository> repositories, Parent parent, AtomicReference<Parent> modified) -
Uses of Nonnull in org.apache.maven.model
Modifier and TypeMethodDescriptionNotifier.getConfiguration()
Model.getContributors()
DependencyManagement.getDependencies()
ModelBase.getDependencies()
Plugin.getDependencies()
Model.getDevelopers()
PatternSet.getExcludes()
Dependency.getExclusions()
Plugin.getExecutions()
Build.getExtensions()
BuildBase.getFilters()
PluginExecution.getGoals()
PatternSet.getIncludes()
Model.getLicenses()
Model.getMailingLists()
ModelBase.getModules()
CiManagement.getNotifiers()
MailingList.getOtherArchives()
ModelBase.getPluginRepositories()
PluginContainer.getPlugins()
Reporting.getPlugins()
Model.getProfiles()
Contributor.getProperties()
ModelBase.getProperties()
ReportSet.getReports()
ReportPlugin.getReportSets()
ModelBase.getRepositories()
BuildBase.getResources()
Contributor.getRoles()
BuildBase.getTestResources()
-
Uses of Nonnull in org.apache.maven.model.interpolation.reflection
-
Uses of Nonnull in org.apache.maven.model.root
Modifier and TypeMethodDescriptiondefault Path
RootLocator.findMandatoryRoot
(Path basedir) Deprecated.default String
RootLocator.getNoRootMessage()
Deprecated. -
Uses of Nonnull in org.apache.maven.settings
Modifier and TypeMethodDescriptionSettings.getActiveProfiles()
Settings.getMirrors()
Settings.getPluginGroups()
Profile.getPluginRepositories()
Settings.getPluginRepositories()
Settings.getProfiles()
Profile.getProperties()
Settings.getProxies()
Profile.getRepositories()
Settings.getRepositories()
Settings.getServers()
-
Uses of Nonnull in org.apache.maven.toolchain.model
Modifier and TypeMethodDescriptionToolchainModel.getProvides()
PersistedToolchains.getToolchains()
ModelBase.subprojects
instead.