Uses of Annotation Type
org.apache.maven.api.annotations.Nonnull
Package
Description
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.
-
Uses of Nonnull in org.apache.maven.api
Modifier and TypeMethodDescriptionDependencyProperties.asMap()
Returns immutable "map view" of all the properties.Node.asString()
Returns a string representation of this dependency node.Version.asString()
Returns a string representation of this version.VersionRange.asString()
Returns a string representation of this version rangeSession.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
Session.collectDependencies
(DependencyCoordinate dependency) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
Session.createDependencyCoordinate
(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createDependencyCoordinate
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createRemoteRepository
(String id, String url) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.Session.createRemoteRepository
(Repository repository) Shortcut forgetService(RepositoryFactory.class).createRemote(...)
.Returns a new tree starting at this node, filtering the children.Session.flattenDependencies
(Node node, ResolutionScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Plugin.getArtifact()
Project.getArtifact()
Artifact.getArtifactId()
The artifactId of the artifact.ArtifactCoordinate.getArtifactId()
The artifactId of the artifact.Project.getArtifactId()
Session.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
.Project.getBasedir()
default Build
Project.getBuild()
Node.getChildren()
Gets the child nodes of this node.Artifact.getClassifier()
The classifier of the artifact.ArtifactCoordinate.getClassifier()
The classifier of the artifact.Plugin.getClassLoader()
MojoExecution.getConfiguration()
Session.getData()
default Collection
<Dependency> Plugin.getDependencies()
Project.getDependencies()
Plugin.getDependenciesMap()
Dependency.getDependencyProperties()
The dependency properties.Type.getDependencyProperties()
Gets the default properties associated with this dependency type.MojoExecution.getDescriptor()
Plugin.getDescriptor()
DependencyCoordinate.getExclusions()
MojoExecution.getExecutionId()
Artifact.getExtension()
The file extension of the artifact.ArtifactCoordinate.getExtension()
The extension of the artifact.Type.getExtension()
Get the file extension of artifacts of this type.MojoExecution.getGoal()
Artifact.getGroupId()
The groupId of the artifact.ArtifactCoordinate.getGroupId()
The groupId of the artifact.Project.getGroupId()
default String
ArtifactCoordinate.getId()
Unique id identifying this artifactdefault String
Project.getId()
Repository.getId()
Gets the identifier of this repository.Type.getId()
Returns the dependency type id.MojoExecution.getLifecyclePhase()
Plugin.getLifecycles()
Session.getListeners()
Returns the list of registered listeners.Session.getLocalRepository()
Project.getManagedDependencies()
Session.getMavenVersion()
Returns the current maven versionMojoExecution.getModel()
Plugin.getModel()
Project.getModel()
Event.getMojoExecution()
Gets the current mojo execution (if any).Project.getPackaging()
Project.getParent()
LocalRepository.getPath()
Session.getPathForRemoteArtifact
(RemoteRepository remote, Artifact artifact) Gets the relative path for an artifact cached from a remote repository.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.Project.getPomPath()
Returns the path to the pom file for this project.Event.getProject()
Gets the current project (if any).Session.getProjects()
RemoteRepository.getProtocol()
Project.getRemotePluginRepositories()
Project.getRemoteProjectRepositories()
Node.getRemoteRepositories()
Session.getRemoteRepositories()
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()
DependencyCoordinate.getScope()
<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()
Session.getStartTime()
Session.getSystemProperties()
Gets the 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()
The dependency type.DependencyCoordinate.getType()
The type of the artifact.Event.getType()
Gets the type of the event.Repository.getType()
Gets the type of the repository, for example "default".RemoteRepository.getUrl()
Session.getUserProperties()
Gets the user properties to use for interpolation.Artifact.getVersion()
The version of the artifact.ArtifactCoordinate.getVersion()
The version of the artifact.Project.getVersion()
default String
Artifact.key()
Returns a unique identifier for this artifact.Session.parseVersion
(String version) Parses the specified version string, for example "1.0".Session.parseVersionRange
(String versionRange) Parses the specified version range specification, for example "[1.0,2.0)".Session.resolveDependencies
(List<DependencyCoordinate> dependencyCoordinates) Session.resolveDependencies
(DependencyCoordinate dependencyCoordinate) Session.resolveDependencies
(Project project, ResolutionScope scope) Session.resolveVersion
(ArtifactCoordinate artifact) Resolves an artifact's meta version (if any) to a concrete version.Session.resolveVersionRange
(ArtifactCoordinate artifact) 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.toCoordinate()
Shortcut forsession.createArtifactCoordinate(artifact)
Dependency.toCoordinate()
Creates aDependencyCoordinate
based on thisDependency
.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.boolean
Returnstrue
if given flag istrue
.Session.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
Session.collectDependencies
(DependencyCoordinate dependency) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
SessionData.computeIfAbsent
(Object key, Supplier<Object> supplier) Retrieve of compute the data associated with the specified key.SessionData.computeIfAbsent
(Object key, Supplier<Object> supplier) Retrieve of compute the data associated with the specified key.boolean
Determines whether the specified version is contained within this range.Session.createDependencyCoordinate
(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)
.Session.createDependencyCoordinate
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
.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(...)
.boolean
Starts the visit to the specified dependency node.Returns a new tree starting at this node, filtering the children.Session.flattenDependencies
(Node node, ResolutionScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Session.flattenDependencies
(Node node, ResolutionScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.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 interfaceboolean
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.parseVersionRange
(String versionRange) Parses the specified version range specification, for example "[1.0,2.0)".void
Session.registerListener
(Listener listener) Register the given listener which will receive all events.Session.resolveDependencies
(List<DependencyCoordinate> dependencyCoordinates) Session.resolveDependencies
(DependencyCoordinate dependencyCoordinate) Session.resolveDependencies
(Project project, ResolutionScope scope) Session.resolveDependencies
(Project project, ResolutionScope scope) Session.resolveVersion
(ArtifactCoordinate artifact) Resolves an artifact's meta version (if any) to a concrete version.Session.resolveVersionRange
(ArtifactCoordinate artifact) Expands a version range to a list of matching versions, in ascending order.void
Associates the specified session data with the given key.boolean
Associates the specified session data with the given key if the key is currently mapped to the given value.void
Session.setArtifactPath
(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
.void
Session.setArtifactPath
(Artifact 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.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 of 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 of the licenses for this project.Model.getMailingLists()
Contains information about a project's mailing lists.ModelBase.getModules()
The modules (sometimes called subprojects) to build as a part of this project.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 of the classpath resources such as properties files associated with a project.Contributor.getRoles()
The roles the contributor plays in the project.BuildBase.getTestResources()
This element describes all of the classpath resources such as properties files associated with a project's unit tests.PluginExecution.Builder.goals
(Collection<String> goals) 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) ModelBase.Builder.modules
(Collection<String> modules) Profile.Builder.modules
(Collection<String> modules) 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) 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) Creates a newModel
instance using the specified modules.ModelBase.withModules
(Collection<String> modules) Creates a newModelBase
instance using the specified modules.Profile.withModules
(Collection<String> modules) Creates a newProfile
instance using the specified modules.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.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.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()
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()
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 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.MojoDescriptor.Builder.onlineRequired
(boolean onlineRequired) MojoDescriptor.Builder.parameters
(Collection<Parameter> parameters) MojoDescriptor.Builder.projectRequired
(boolean projectRequired) Parameter.Builder.required
(boolean required) PluginDescriptor.Builder.requiredJavaVersion
(String requiredJavaVersion) PluginDescriptor.Builder.requiredMavenVersion
(String requiredMavenVersion) 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.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.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.Creates a newMojoDescriptor
instance using the specified phase.MojoDescriptor.withProjectRequired
(boolean projectRequired) Creates a newMojoDescriptor
instance using the specified projectRequired.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.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.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) 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.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. -
Uses of Nonnull in org.apache.maven.api.services
Modifier and TypeMethodDescriptionMessageBuilder.a
(char[] value) Append content to the message buffer.MessageBuilder.a
(char[] value, int offset, int len) Append content to the message buffer.MessageBuilder.a
(CharSequence value) Append content to the message buffer.MessageBuilder.a
(CharSequence value, int start, int end) Append content to the message buffer.Append content to the message buffer.ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts
(Collection<Artifact> artifacts) ArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) 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 ArtifactCoordinate> coordinates) static DependencyCollectorRequest
static DependencyCollectorRequest
DependencyCollectorRequest.build
(Session session, DependencyCoordinate root) static DependencyCollectorRequest
DependencyCollectorRequest.DependencyCollectorRequestBuilder.build()
DependencyCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build
(Session session, Dependency dependency) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, List<DependencyCoordinate> dependencies) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, List<DependencyCoordinate> dependencies, ResolutionScope scope) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyCoordinate dependency) static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, DependencyCoordinate dependency, ResolutionScope scope) static DependencyResolverRequest
static DependencyResolverRequest
DependencyResolverRequest.build
(Session session, Project project, ResolutionScope scope) MessageBuilder.build()
Return the built message.ProjectBuilder.build
(ProjectBuilderRequest request) Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from an artifact.default ProjectBuilderResult
ProjectBuilder.build
(Session session, ArtifactCoordinate coordinate) Creates aProject
from a coordinate.default ProjectBuilderResult
Creates aProject
from a POM file.static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
ProjectBuilderRequest.build
(Session session, ArtifactCoordinate coordinate) 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 globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.static SettingsBuilderRequest
static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.static ToolchainsBuilderRequest
static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) ArtifactDeployerRequest.builder()
ArtifactInstallerRequest.builder()
ArtifactResolverRequest.builder()
DependencyCollectorRequest.builder()
DependencyCoordinateFactoryRequest.builder()
DependencyResolverRequest.builder()
MessageBuilderFactory.builder()
Creates a new message builder.default MessageBuilder
MessageBuilderFactory.builder
(int size) Creates a new message builder of the specified size.MessageBuilderFactory.builder
(StringBuilder stringBuilder) Creates a new message builder backed by the given string builder.ProjectBuilderRequest.builder()
SettingsBuilderRequest.builder()
ToolchainsBuilderRequest.builder()
VersionRangeResolverRequest.builder()
VersionResolverRequest.builder()
DependencyCollector.collect
(DependencyCollectorRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
DependencyCollector.collect
(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.ArtifactResolverRequest.ArtifactResolverRequestBuilder.coordinates
(Collection<? extends ArtifactCoordinate> coordinates) ArtifactCoordinateFactory.create
(ArtifactCoordinateFactoryRequest request) Creates a coordinate.default ArtifactCoordinate
ArtifactCoordinateFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinate
ArtifactCoordinateFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinate
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) DependencyCoordinateFactory.create
(DependencyCoordinateFactoryRequest request) Creates a newDependencyCoordinate
object from the request.default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ArtifactCoordinate coordinate) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) default DependencyCoordinate
default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal
(Path path) RepositoryFactory.createRemote
(String id, String url) RepositoryFactory.createRemote
(Repository repository) Append message content in debug style.DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependencies
(List<DependencyCoordinate> dependencies) Sets the direct dependencies.DependencyResolverRequest.DependencyResolverRequestBuilder.dependencies
(List<DependencyCoordinate> dependencies) DependencyCollectorRequest.DependencyCollectorRequestBuilder.dependency
(DependencyCoordinate dependency) Adds the specified direct dependency.DependencyResolverRequest.DependencyResolverRequestBuilder.dependency
(DependencyCoordinate dependency) Append message content in error style.Append message content in failure style.Append formatted content to the buffer.ProjectBuilderRequest.getArtifact()
VersionRangeResolverRequest.getArtifactCoordinate()
VersionResolverRequest.getArtifactCoordinate()
ArtifactDeployerRequest.getArtifacts()
ArtifactInstallerRequest.getArtifacts()
ArtifactResolverResult.getArtifacts()
ProjectManager.getAttachedArtifacts
(Project project) Optional
<byte[]> GETs the source URI content as byte array.ProjectBuilderRequest.getCoordinate()
Collection
<? extends ArtifactCoordinate> ArtifactResolverRequest.getCoordinates()
DependencyCollectorRequest.getDependencies()
DependencyResolverResult.getDependencies()
The ordered list of the flattened dependency nodes.ProjectBuilderResult.getDependencyResolverResult()
Gets the result of the dependency resolution for the project.SettingsBuilderResult.getEffectiveSettings()
Gets the assembled settings.ToolchainsBuilderResult.getEffectiveToolchains()
Gets the assembled toolchains.DependencyCollectorResult.getExceptions()
Gets the exceptions that occurred while building the dependency graph.VersionRangeResolverResult.getExceptions()
VersionResolverResult.getExceptions()
DependencyCoordinateFactoryRequest.getExclusions()
SettingsBuilderRequest.getGlobalSettingsPath()
Gets the global settings path.SettingsBuilderRequest.getGlobalSettingsSource()
Gets the global settings source.ToolchainsBuilderRequest.getGlobalToolchainsPath()
Gets the global Toolchains path.ToolchainsBuilderRequest.getGlobalToolchainsSource()
Gets the global Toolchains source.VersionRangeResolverResult.getHigherVersion()
BuilderProblem.getLocation()
Gets the location of the problem.Source.getLocation()
Provides a user-friendly hint about the location of the source.VersionRangeResolverResult.getLowerVersion()
DependencyCollectorRequest.getManagedDependencies()
BuilderProblem.getMessage()
Gets the message that describes this problem.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 resolved file in the local repository if the artifact has been resolved.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()
ProjectBuilderResult.getPomFile()
Gets the POM file from which the project was built.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.ProjectBuilderResult.getProject()
Gets the project that was built.ProjectBuilderResult.getProjectId()
Gets the identifier of the project that could not be built.SettingsBuilderRequest.getProjectSettingsPath()
Gets the project settings path.SettingsBuilderRequest.getProjectSettingsSource()
Gets the project settings source.ArtifactDeployerRequest.getRepository()
VersionRangeResolverResult.getRepository
(Version version) VersionResolverResult.getRepository()
DependencyResolverRequest.getResolutionScope()
DependencyCollectorRequest.getRoot()
DependencyCollectorRequest.getRootArtifact()
ArtifactCoordinateFactoryRequest.getSession()
ArtifactDeployerRequest.getSession()
ArtifactFactoryRequest.getSession()
ArtifactInstallerRequest.getSession()
ArtifactResolverRequest.getSession()
DependencyCollectorRequest.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.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.ToolchainManager.getToolchainFromBuildContext
(Session session, String type) ToolchainManager.getToolchainsForType
(Session session, String type) Obtain theType
from the specifiedid
.SettingsBuilderRequest.getUserSettingsPath()
Gets the user settings path.SettingsBuilderRequest.getUserSettingsSource()
Gets the user settings source.ToolchainsBuilderRequest.getUserToolchainsPath()
Gets the user Toolchains path.ToolchainsBuilderRequest.getUserToolchainsSource()
Gets the user Toolchains source.VersionResolverResult.getVersion()
VersionRangeResolverResult.getVersions()
Append message content in info style.DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependencies
(List<DependencyCoordinate> managedDependencies) Sets the dependency management to apply to transitive dependencies.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependencies
(List<DependencyCoordinate> managedDependencies) DependencyCollectorRequest.DependencyCollectorRequestBuilder.managedDependency
(DependencyCoordinate managedDependency) Adds the specified managed dependency.DependencyResolverRequest.DependencyResolverRequestBuilder.managedDependency
(DependencyCoordinate managedDependency) Append message content in mojo style.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.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".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.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder.repository
(RemoteRepository repository) DependencyResolverRequest.DependencyResolverRequestBuilder.resolutionScope
(ResolutionScope resolutionScope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency, ResolutionScope scope) default DependencyResolverResult
default DependencyResolverResult
DependencyResolver.resolve
(Session session, Project project, ResolutionScope scope) VersionRangeResolver.resolve
(VersionRangeResolverRequest request) default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinate artifactCoordinate) 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, ArtifactCoordinate artifactCoordinate) Resolves an artifact's meta version (if any) to a concrete version.DependencyCollectorRequest.DependencyCollectorRequestBuilder.root
(DependencyCoordinate root) DependencyResolverRequest.DependencyResolverRequestBuilder.root
(DependencyCoordinate root) DependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact
(Artifact rootArtifact) Sets the root artifact for the dependency graph.DependencyResolverRequest.DependencyResolverRequestBuilder.rootArtifact
(Artifact rootArtifact) Append message content in strong style.Append message content in success style.Append message content in trace style.TransportProvider.transport
(Session session, RemoteRepository repository) Provides newTransport
instance for givenRemoteRepository
, if possible.DependencyCollectorRequest.DependencyCollectorRequestBuilder.verbose
(boolean verbose) Specifies that the collection should be verbose.DependencyResolverRequest.DependencyResolverRequestBuilder.verbose
(boolean verbose) Append message content in warning style.Modifier and TypeMethodDescriptionArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String extension) ArtifactCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) ArtifactCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) ArtifactCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) 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 ArtifactCoordinate> coordinates) static ArtifactResolverRequest
ArtifactResolverRequest.build
(Session session, Collection<? extends ArtifactCoordinate> coordinates) static DependencyCollectorRequest
static DependencyCollectorRequest
DependencyCollectorRequest.build
(Session session, DependencyCoordinate root) static DependencyCollectorRequest
DependencyCollectorRequest.build
(Session session, DependencyCoordinate root) static DependencyCollectorRequest
static DependencyCollectorRequest
DependencyCoordinateFactoryRequest.build
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) DependencyCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build
(Session session, ArtifactCoordinate coordinate) DependencyCoordinateFactoryRequest.build
(Session session, Dependency dependency) DependencyCoordinateFactoryRequest.build
(Session session, Dependency dependency) default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from an artifact.default ProjectBuilderResult
Creates aProject
from an artifact.default ProjectBuilderResult
ProjectBuilder.build
(Session session, ArtifactCoordinate coordinate) Creates aProject
from a coordinate.default ProjectBuilderResult
ProjectBuilder.build
(Session session, ArtifactCoordinate coordinate) Creates aProject
from a coordinate.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
static ProjectBuilderRequest
ProjectBuilderRequest.build
(Session session, ArtifactCoordinate coordinate) static ProjectBuilderRequest
ProjectBuilderRequest.build
(Session session, ArtifactCoordinate coordinate) 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 globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
Builds the effective settings of the specified settings sources.default SettingsBuilderResult
Builds the effective settings of the specified settings sources.default SettingsBuilderResult
Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, 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 globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) static SettingsBuilderRequest
SettingsBuilderRequest.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.default ToolchainsBuilderResult
ToolchainsBuilder.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) Builds the effective toolchains for the specified toolchains sources.static ToolchainsBuilderRequest
static ToolchainsBuilderRequest
static ToolchainsBuilderRequest
static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) static ToolchainsBuilderRequest
ToolchainsBuilderRequest.build
(Session session, Source globalToolchainsSource, Source userToolchainsSource) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) static VersionRangeResolverRequest
VersionRangeResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) static VersionResolverRequest
VersionResolverRequest.build
(Session session, ArtifactCoordinate artifactCoordinate) MessageBuilderFactory.builder
(StringBuilder stringBuilder) Creates a new message builder backed by the given string builder.DependencyCollector.collect
(DependencyCollectorRequest request) Collects the transitive dependencies and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
DependencyCollector.collect
(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
DependencyCollector.collect
(Session session, DependencyCoordinate root) Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.default DependencyCollectorResult
Collects the transitive dependencies of some artifacts and builds a dependency graph.ArtifactCoordinateFactory.create
(ArtifactCoordinateFactoryRequest request) Creates a coordinate.default ArtifactCoordinate
ArtifactCoordinateFactory.create
(Session session, String groupId, String artifactId, String version, String extension) default ArtifactCoordinate
ArtifactCoordinateFactory.create
(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) default ArtifactCoordinate
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) DependencyCoordinateFactory.create
(DependencyCoordinateFactoryRequest request) Creates a newDependencyCoordinate
object from the request.default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ArtifactCoordinate coordinate) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ArtifactCoordinate coordinate) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) default DependencyCoordinate
default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ReportPlugin reportPlugin) RepositoryFactory.createLocal
(Path path) 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) boolean
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.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.GETs 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) Obtain theType
from the specifiedid
.void
ArtifactInstaller.install
(ArtifactInstallerRequest request) boolean
VersionParser.isSnapshot
(String version) Checks whether a given artifact version is considered aSNAPSHOT
or not.VersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".VersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".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.resolutionScope
(ResolutionScope resolutionScope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, List<DependencyCoordinate> dependencies, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, DependencyCoordinate dependency, ResolutionScope scope) default DependencyResolverResult
default DependencyResolverResult
default DependencyResolverResult
DependencyResolver.resolve
(Session session, Project project, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, Project project, ResolutionScope scope) default DependencyResolverResult
DependencyResolver.resolve
(Session session, Project project, ResolutionScope scope) VersionRangeResolver.resolve
(VersionRangeResolverRequest request) default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinate artifactCoordinate) Expands a version range to a list of matching versions, in ascending order.default VersionRangeResolverResult
VersionRangeResolver.resolve
(Session session, ArtifactCoordinate artifactCoordinate) 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, ArtifactCoordinate artifactCoordinate) Resolves an artifact's meta version (if any) to a concrete version.default VersionResolverResult
VersionResolver.resolve
(Session session, ArtifactCoordinate artifactCoordinate) Resolves an artifact's meta version (if any) to a concrete version.DependencyCollectorRequest.DependencyCollectorRequestBuilder.root
(DependencyCoordinate root) void
Associates the given file path to the artifact.void
ToolchainManager.storeToolchainToBuildContext
(Session session, Toolchain toolchain) 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. -
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.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.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.Parse the model obtained previously by a previous call toModelParser.locate(Path)
.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)
. -
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.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.artifact.repository.metadata.v4
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.cli.internal.extension.model
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.cli.jansi
Modifier and TypeMethodDescriptionJansiMessageBuilder.a
(char[] chars) JansiMessageBuilder.a
(char[] chars, int i, int i1) JansiMessageBuilder.a
(CharSequence charSequence) JansiMessageBuilder.a
(CharSequence charSequence, int i, int i1) JansiMessageBuilder.build()
JansiMessageBuilderFactory.builder()
JansiMessageBuilderFactory.builder
(StringBuilder stringBuilder) JansiMessageBuilder.newline()
Modifier and TypeMethodDescriptionJansiMessageBuilderFactory.builder
(StringBuilder stringBuilder) -
Uses of Nonnull in org.apache.maven.internal.impl
Modifier and TypeFieldDescriptionprotected final org.eclipse.aether.graph.DependencyNode
DefaultNode.node
protected final InternalSession
DefaultNode.session
Modifier and TypeMethodDescriptionDefaultMessageBuilder.a
(char[] chars) DefaultMessageBuilder.a
(char[] chars, int i, int i1) DefaultMessageBuilder.a
(CharSequence charSequence) DefaultMessageBuilder.a
(CharSequence charSequence, int i, int i1) DefaultDependencyProperties.asMap()
DefaultMessageBuilder.build()
DefaultProjectBuilder.build
(ProjectBuilderRequest request) DefaultSettingsBuilder.build
(SettingsBuilderRequest request) DefaultToolchainsBuilder.build
(ToolchainsBuilderRequest request) DefaultMessageBuilderFactory.builder()
DefaultMessageBuilderFactory.builder
(StringBuilder stringBuilder) DefaultDependencyCollector.collect
(DependencyCollectorRequest request) AbstractSession.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
DefaultDependencyCoordinateFactory.create
(DependencyCoordinateFactoryRequest request) AbstractSession.createDependencyCoordinate
(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)
AbstractSession.createDependencyCoordinate
(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, ResolutionScope scope) AbstractSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) DefaultProject.getArtifact()
InternalSession.getArtifact
(org.eclipse.aether.artifact.Artifact artifact) DefaultArtifact.getArtifactId()
DefaultArtifactCoordinate.getArtifactId()
DefaultProject.getArtifactId()
AbstractSession.getArtifactPath
(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)
DefaultProjectManager.getAttachedArtifacts
(Project project) DefaultArtifact.getClassifier()
DefaultArtifactCoordinate.getClassifier()
DefaultSession.getData()
DefaultProject.getDependencies()
AbstractSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) org.eclipse.aether.graph.Dependency
DefaultDependency.getDependency()
org.eclipse.aether.graph.Dependency
DefaultDependencyCoordinate.getDependency()
InternalSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinate.getExclusions()
DefaultArtifact.getExtension()
DefaultArtifact.getGroupId()
DefaultArtifactCoordinate.getGroupId()
DefaultProject.getGroupId()
DefaultLocalRepository.getId()
DefaultRemoteRepository.getId()
AbstractSession.getListeners()
DefaultSession.getLocalRepository()
DefaultProject.getManagedDependencies()
DefaultSession.getMavenVersion()
DefaultProject.getModel()
DefaultProject.getPackaging()
DefaultLocalRepository.getPath()
DefaultSession.getPluginContext
(Project project) DefaultProject.getPomPath()
DefaultSession.getProjects()
DefaultRemoteRepository.getProtocol()
DefaultSession.getRemoteRepositories()
org.eclipse.aether.repository.LocalRepository
DefaultLocalRepository.getRepository()
org.eclipse.aether.RepositorySystem
DefaultSession.getRepositorySystem()
DefaultDependency.getScope()
DefaultDependencyCoordinate.getScope()
<T extends Service>
TDefaultSession.getService
(Class<T> clazz) org.eclipse.aether.RepositorySystemSession
DefaultSession.getSession()
DefaultSession.getSettings()
DefaultSession.getStartTime()
DefaultSession.getSystemProperties()
DefaultLocalRepository.getType()
DefaultRemoteRepository.getType()
DefaultRemoteRepository.getUrl()
DefaultSession.getUserProperties()
DefaultArtifact.getVersion()
DefaultArtifactCoordinate.getVersion()
DefaultProject.getVersion()
DefaultMessageBuilder.newline()
DefaultArtifact.toCoordinate()
DefaultDependency.toCoordinate()
DefaultSession.withLocalRepository
(LocalRepository localRepository) DefaultSession.withRemoteRepositories
(List<RemoteRepository> repositories) Modifier and TypeMethodDescriptionDefaultMessageBuilderFactory.builder
(StringBuilder stringBuilder) boolean
DefaultDependencyCollector.collect
(DependencyCollectorRequest request) AbstractSession.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
DefaultArtifactCoordinateFactory.create
(ArtifactCoordinateFactoryRequest request) DefaultArtifactFactory.create
(ArtifactFactoryRequest request) DefaultDependencyCoordinateFactory.create
(DependencyCoordinateFactoryRequest request) AbstractSession.createDependencyCoordinate
(ArtifactCoordinate coordinate) Shortcut forgetService(DependencyFactory.class).create(...)
AbstractSession.createDependencyCoordinate
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
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, ResolutionScope scope) AbstractSession.flattenDependencies
(Node node, ResolutionScope scope) static Model
Simply parse the given xml string.AbstractSession.getArtifact
(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) boolean
AbstractSession.isVersionSnapshot
(String version) Shortcut forgetService(VersionParser.class).isSnapshot(...)
DefaultModelXmlFactory.read
(XmlReaderRequest request) DefaultSettingsXmlFactory.read
(XmlReaderRequest request) DefaultToolchainsXmlFactory.read
(XmlReaderRequest request) void
AbstractSession.registerListener
(Listener listener) void
AbstractSession.setArtifactPath
(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
void
AbstractSession.setArtifactPath
(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)
void
static String
Simply converts the given content to an xml string.void
AbstractSession.unregisterListener
(Listener listener) DefaultSession.withLocalRepository
(LocalRepository localRepository) DefaultSession.withRemoteRepositories
(List<RemoteRepository> repositories) ModifierConstructorDescriptionDefaultArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifact
(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) DefaultArtifactCoordinate
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinate) DefaultArtifactCoordinate
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinate) DefaultArtifactManager
(InternalSession session) DefaultDependency
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependency
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinate
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyCoordinate
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) DefaultDependencyProperties
(Map<String, String> properties) 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) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) DefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, MavenRepositorySystem mavenRepositorySystem, org.codehaus.plexus.PlexusContainer container, RuntimeInformation runtimeInformation) -
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) default String
RootLocator.getNoRootMessage()
-
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()