Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a(char[]) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(char[], int, int) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(CharSequence) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(CharSequence, int, int) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- accept(NodeVisitor) - Method in interface org.apache.maven.api.Node
-
Traverses this node and potentially its children using the specified visitor.
- activatedProfiles() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the list of profiles to activate.
- activation(Activation) - Method in class org.apache.maven.api.model.Profile.Builder
- activation(Activation) - Method in class org.apache.maven.api.settings.Profile.Builder
- Activation - Class in org.apache.maven.api.model
-
The conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.
- Activation - Class in org.apache.maven.api.settings
-
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
- Activation(Activation.Builder) - Constructor for class org.apache.maven.api.model.Activation
-
Constructor for this class, to be called from its subclasses and
Activation.Builder
. - Activation(Activation.Builder) - Constructor for class org.apache.maven.api.settings.Activation
-
Constructor for this class, to be called from its subclasses and
Activation.Builder
. - Activation.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Activation instances.
- Activation.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Activation instances.
- ActivationFile - Class in org.apache.maven.api.model
-
This is the file specification used to activate the profile.
- ActivationFile - Class in org.apache.maven.api.settings
-
This is the file specification used to activate a profile.
- ActivationFile(ActivationFile.Builder) - Constructor for class org.apache.maven.api.model.ActivationFile
-
Constructor for this class, to be called from its subclasses and
ActivationFile.Builder
. - ActivationFile(ActivationFile.Builder) - Constructor for class org.apache.maven.api.settings.ActivationFile
-
Constructor for this class, to be called from its subclasses and
ActivationFile.Builder
. - ActivationFile.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ActivationFile instances.
- ActivationFile.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationFile instances.
- ActivationOS - Class in org.apache.maven.api.model
-
This is an activator which will detect an operating system's attributes in order to activate its profile.
- ActivationOS - Class in org.apache.maven.api.settings
-
This is an activator which will detect an operating system's attributes in order to activate its profile.
- ActivationOS(ActivationOS.Builder) - Constructor for class org.apache.maven.api.model.ActivationOS
-
Constructor for this class, to be called from its subclasses and
ActivationOS.Builder
. - ActivationOS(ActivationOS.Builder) - Constructor for class org.apache.maven.api.settings.ActivationOS
-
Constructor for this class, to be called from its subclasses and
ActivationOS.Builder
. - ActivationOS.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ActivationOS instances.
- ActivationOS.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationOS instances.
- ActivationProperty - Class in org.apache.maven.api.model
-
This is the property specification used to activate a profile.
- ActivationProperty - Class in org.apache.maven.api.settings
-
This is the property specification used to activate a profile.
- ActivationProperty(ActivationProperty.Builder) - Constructor for class org.apache.maven.api.model.ActivationProperty
-
Constructor for this class, to be called from its subclasses and
ActivationProperty.Builder
. - ActivationProperty(ActivationProperty.Builder) - Constructor for class org.apache.maven.api.settings.ActivationProperty
-
Constructor for this class, to be called from its subclasses and
ActivationProperty.Builder
. - ActivationProperty.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ActivationProperty instances.
- ActivationProperty.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create ActivationProperty instances.
- activeByDefault(boolean) - Method in class org.apache.maven.api.model.Activation.Builder
- activeByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation.Builder
- activeProfileIds(List<String>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- activeProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings.Builder
- activeString(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- add(BuilderProblem.Severity, ModelProblem.Version, String) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- add(BuilderProblem.Severity, ModelProblem.Version, String, Exception) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- add(BuilderProblem.Severity, ModelProblem.Version, String, InputLocation) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- add(BuilderProblem.Severity, ModelProblem.Version, String, InputLocation, Exception) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- add(ModelProblem) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- addCompileSourceRoot(Project, ProjectScope, Path) - Method in interface org.apache.maven.api.services.ProjectManager
-
Add a compilation source root to the given project for the given scope.
- addDefaultEntities(boolean) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- addResource(Project, ProjectScope, Resource) - Method in interface org.apache.maven.api.services.ProjectManager
-
Add a resource set to the given project for the given scope.
- address(String) - Method in class org.apache.maven.api.model.Notifier.Builder
- After - Annotation Interface in org.apache.maven.api.plugin.annotations
-
Specifies that the mojo should be run after the specific phase.
- AFTER - Enum constant in enum class org.apache.maven.api.Lifecycle.Link.Kind
- AFTER - Static variable in interface org.apache.maven.api.Lifecycle
- After.Type - Enum Class in org.apache.maven.api.plugin.annotations
-
Type of pointer.
- AGENT - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
-agentpath
option. - aggregate(Session, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.apache.maven.api.services.RepositoryFactory
- aggregator() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
if the Mojo uses the Maven project and its subprojects.
- aggregator(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- alias() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
alias supported to get parameter value.
- alias(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- aliases() - Method in interface org.apache.maven.api.Lifecycle
-
Collection of aliases.
- allPhases() - Method in interface org.apache.maven.api.Lifecycle
-
Stream of phases containing all child phases recursively.
- allPhases() - Method in interface org.apache.maven.api.Lifecycle.Phase
- alsoMake() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should also build the specified projects' dependencies.
- alsoMakeDependents() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should also build the specified projects' dependents.
- alternatePomFile() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the path to an alternate POM file.
- altInstallationSettings() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to an alternate installation settings file.
- altInstallationToolchains() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to an alternate installation toolchains file.
- altProjectSettings() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to an alternate project settings file.
- altUserSettings() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to an alternate user settings file.
- altUserToolchains() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to an alternate user toolchains file.
- append(char) - Method in interface org.apache.maven.api.services.MessageBuilder
- append(CharSequence) - Method in interface org.apache.maven.api.services.MessageBuilder
- append(CharSequence, int, int) - Method in interface org.apache.maven.api.services.MessageBuilder
- arch(String) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- arch(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- archive(String) - Method in class org.apache.maven.api.model.MailingList.Builder
- args() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the command-line arguments to be parsed.
- Artifact - Interface in org.apache.maven.api
-
A Maven artifact is a file, typically a JAR, that is produced and used by Maven projects.
- artifactCoordinates(ArtifactCoordinates) - Method in class org.apache.maven.api.services.VersionRangeResolverRequest.VersionResolverRequestBuilder
- artifactCoordinates(ArtifactCoordinates) - Method in class org.apache.maven.api.services.VersionResolverRequest.VersionResolverRequestBuilder
- ArtifactCoordinates - Interface in org.apache.maven.api
-
Partial identification of an
Artifact
in a Maven repository. - ArtifactCoordinatesFactory - Interface in org.apache.maven.api.services
-
Service used to create
ArtifactCoordinates
objects. - ArtifactCoordinatesFactoryRequest - Interface in org.apache.maven.api.services
-
A request for creating a
ArtifactCoordinates
object. - ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder - Class in org.apache.maven.api.services
- ArtifactDeployer - Interface in org.apache.maven.api.services
-
Deploys
Artifact
s to aRemoteRepository
. - ArtifactDeployerException - Exception Class in org.apache.maven.api.services
-
An artifact could not correctly being deployed.
- ArtifactDeployerException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ArtifactDeployerException
- ArtifactDeployerRequest - Interface in org.apache.maven.api.services
-
A request for deploying one or more artifacts to a remote repository.
- ArtifactDeployerRequest.ArtifactDeployerRequestBuilder - Class in org.apache.maven.api.services
- ArtifactFactory - Interface in org.apache.maven.api.services
-
Service used to create
Artifact
objects. - ArtifactFactoryRequest - Interface in org.apache.maven.api.services
- ArtifactFactoryRequest.ArtifactFactoryRequestBuilder - Class in org.apache.maven.api.services
- artifactId(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- artifactId(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- artifactId(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Exclusion.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Extension.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Model.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Parent.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Plugin.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.Relocation.Builder
- artifactId(String) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- artifactId(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- artifactId(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- artifactId(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- artifactId(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- artifactId(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- ArtifactInstaller - Interface in org.apache.maven.api.services
-
Installs
Artifact
s to the local repository. - ArtifactInstallerException - Exception Class in org.apache.maven.api.services
- ArtifactInstallerException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ArtifactInstallerException
- ArtifactInstallerRequest - Interface in org.apache.maven.api.services
-
A request for installing one or more artifacts in the local repository.
- ArtifactInstallerRequest.ArtifactInstallerRequestBuilder - Class in org.apache.maven.api.services
- ArtifactManager - Interface in org.apache.maven.api.services
- ArtifactResolver - Interface in org.apache.maven.api.services
-
Resolves the artifact, i.e.
- ArtifactResolverException - Exception Class in org.apache.maven.api.services
- ArtifactResolverException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ArtifactResolverException
- ArtifactResolverRequest - Interface in org.apache.maven.api.services
-
A request for resolving an artifact.
- ArtifactResolverRequest.ArtifactResolverRequestBuilder - Class in org.apache.maven.api.services
- ArtifactResolverResult - Interface in org.apache.maven.api.services
-
The Artifact Result
- artifacts(Collection<Artifact>) - Method in class org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
- artifacts(Collection<Artifact>) - Method in class org.apache.maven.api.services.ArtifactInstallerRequest.ArtifactInstallerRequestBuilder
- asString() - Method in interface org.apache.maven.api.Node
-
Returns a string representation of this dependency node.
- asString() - Method in interface org.apache.maven.api.Version
-
Returns a string representation of this version.
- asString() - Method in interface org.apache.maven.api.VersionConstraint
-
Returns a string representation of this version constraint
- asString() - Method in interface org.apache.maven.api.VersionRange
-
Returns a string representation of this version range
- AT - Static variable in interface org.apache.maven.api.Lifecycle
- attachArtifact(Project, ProducedArtifact, Path) - Method in interface org.apache.maven.api.services.ProjectManager
- attachArtifact(Session, Project, String, Path) - Method in interface org.apache.maven.api.services.ProjectManager
- attachArtifact(Session, Project, Path) - Method in interface org.apache.maven.api.services.ProjectManager
B
- BASE - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- BEFORE - Enum constant in enum class org.apache.maven.api.Lifecycle.Link.Kind
- BEFORE - Static variable in interface org.apache.maven.api.Lifecycle
- blocked(boolean) - Method in class org.apache.maven.api.settings.Mirror.Builder
- BOM - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a BOM file.
- build() - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- build() - Method in class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- build() - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- build() - Method in class org.apache.maven.api.metadata.Metadata.Builder
- build() - Method in class org.apache.maven.api.metadata.Plugin.Builder
- build() - Method in class org.apache.maven.api.metadata.Snapshot.Builder
- build() - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
- build() - Method in class org.apache.maven.api.metadata.Versioning.Builder
- build() - Method in class org.apache.maven.api.model.Activation.Builder
- build() - Method in class org.apache.maven.api.model.ActivationFile.Builder
- build() - Method in class org.apache.maven.api.model.ActivationOS.Builder
- build() - Method in class org.apache.maven.api.model.ActivationProperty.Builder
- build() - Method in class org.apache.maven.api.model.Build.Builder
- build() - Method in class org.apache.maven.api.model.BuildBase.Builder
- build() - Method in class org.apache.maven.api.model.CiManagement.Builder
- build() - Method in class org.apache.maven.api.model.ConfigurationContainer.Builder
- build() - Method in class org.apache.maven.api.model.Contributor.Builder
- build() - Method in class org.apache.maven.api.model.Dependency.Builder
- build() - Method in class org.apache.maven.api.model.DependencyManagement.Builder
- build() - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- build() - Method in class org.apache.maven.api.model.Developer.Builder
- build() - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- build() - Method in class org.apache.maven.api.model.Exclusion.Builder
- build() - Method in class org.apache.maven.api.model.Extension.Builder
- build() - Method in class org.apache.maven.api.model.FileSet.Builder
- build() - Method in class org.apache.maven.api.model.IssueManagement.Builder
- build() - Method in class org.apache.maven.api.model.License.Builder
- build() - Method in class org.apache.maven.api.model.MailingList.Builder
- build() - Method in class org.apache.maven.api.model.Model.Builder
- build() - Method in class org.apache.maven.api.model.ModelBase.Builder
- build() - Method in class org.apache.maven.api.model.Notifier.Builder
- build() - Method in class org.apache.maven.api.model.Organization.Builder
- build() - Method in class org.apache.maven.api.model.Parent.Builder
- build() - Method in class org.apache.maven.api.model.PatternSet.Builder
- build() - Method in class org.apache.maven.api.model.Plugin.Builder
- build() - Method in class org.apache.maven.api.model.PluginConfiguration.Builder
- build() - Method in class org.apache.maven.api.model.PluginContainer.Builder
- build() - Method in class org.apache.maven.api.model.PluginExecution.Builder
- build() - Method in class org.apache.maven.api.model.PluginManagement.Builder
- build() - Method in class org.apache.maven.api.model.Prerequisites.Builder
- build() - Method in class org.apache.maven.api.model.Profile.Builder
- build() - Method in class org.apache.maven.api.model.Relocation.Builder
- build() - Method in class org.apache.maven.api.model.Reporting.Builder
- build() - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- build() - Method in class org.apache.maven.api.model.ReportSet.Builder
- build() - Method in class org.apache.maven.api.model.Repository.Builder
- build() - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- build() - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- build() - Method in class org.apache.maven.api.model.Resource.Builder
- build() - Method in class org.apache.maven.api.model.Scm.Builder
- build() - Method in class org.apache.maven.api.model.Site.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- build() - Method in class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- build() - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- build() - Method in class org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
- build() - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- build() - Method in class org.apache.maven.api.services.ArtifactInstallerRequest.ArtifactInstallerRequestBuilder
- build() - Method in class org.apache.maven.api.services.ArtifactResolverRequest.ArtifactResolverRequestBuilder
- build() - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- build() - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- build() - Method in interface org.apache.maven.api.services.MessageBuilder
-
Return the built message.
- build() - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- build() - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- build() - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- build() - Method in class org.apache.maven.api.services.ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder
- build() - Method in class org.apache.maven.api.services.VersionRangeResolverRequest.VersionResolverRequestBuilder
- build() - Method in class org.apache.maven.api.services.VersionResolverRequest.VersionResolverRequestBuilder
- build() - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- build() - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
- build() - Method in class org.apache.maven.api.settings.Activation.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- build() - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- build() - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- build() - Method in class org.apache.maven.api.settings.Mirror.Builder
- build() - Method in class org.apache.maven.api.settings.Profile.Builder
- build() - Method in class org.apache.maven.api.settings.Proxy.Builder
- build() - Method in class org.apache.maven.api.settings.Repository.Builder
- build() - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- build() - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- build() - Method in class org.apache.maven.api.settings.Server.Builder
- build() - Method in class org.apache.maven.api.settings.Settings.Builder
- build() - Method in class org.apache.maven.api.settings.TrackableBase.Builder
- build() - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- build() - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- build() - Method in class org.apache.maven.api.toolchain.TrackableBase.Builder
- build(Build) - Method in class org.apache.maven.api.model.Model.Builder
- build(BuildBase) - Method in class org.apache.maven.api.model.Profile.Builder
- build(ModelBuilderRequest) - Method in interface org.apache.maven.api.services.ModelBuilder.ModelBuilderSession
- build(ModelBuilderRequest, ModelSource) - Static method in interface org.apache.maven.api.services.ModelBuilderRequest
- build(ProjectBuilderRequest) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from a POM file. - build(SettingsBuilderRequest) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings files.
- build(ToolchainsBuilderRequest) - Method in interface org.apache.maven.api.services.ToolchainsBuilder
-
Builds the effective toolchains for the specified toolchains files.
- build(Session, String) - Static method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- build(Session, String, String, String, String) - Static method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- build(Session, String, String, String, String) - Static method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- build(Session, String, String, String, String, String, String) - Static method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- build(Session, String, String, String, String, String, String) - Static method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- build(Session, String, String, String, String, String, String) - Static method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- build(Session, Path) - Static method in interface org.apache.maven.api.services.ModelBuilderRequest
- build(Session, Path) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from a POM file. - build(Session, Path) - Static method in interface org.apache.maven.api.services.ProjectBuilderRequest
- build(Session, Path, Path) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings paths.
- build(Session, Path, Path) - Static method in interface org.apache.maven.api.services.SettingsBuilderRequest
- build(Session, Path, Path) - Static method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
- build(Session, Path, Path, Path) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings paths.
- build(Session, Path, Path, Path) - Static method in interface org.apache.maven.api.services.SettingsBuilderRequest
- build(Session, Collection<? extends ArtifactCoordinates>) - Static method in interface org.apache.maven.api.services.ArtifactResolverRequest
- build(Session, Collection<? extends ArtifactCoordinates>, List<RemoteRepository>) - Static method in interface org.apache.maven.api.services.ArtifactResolverRequest
- build(Session, Collection<Artifact>) - Static method in interface org.apache.maven.api.services.ArtifactInstallerRequest
- build(Session, ArtifactCoordinates) - Static method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- build(Session, ArtifactCoordinates) - Static method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- build(Session, ArtifactCoordinates) - Static method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- build(Session, ArtifactCoordinates) - Static method in interface org.apache.maven.api.services.VersionResolverRequest
- build(Session, ArtifactCoordinates, List<RemoteRepository>) - Static method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- build(Session, ArtifactCoordinates, List<RemoteRepository>) - Static method in interface org.apache.maven.api.services.VersionResolverRequest
- build(Session, Dependency) - Static method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- build(Session, RemoteRepository, Collection<Artifact>) - Static method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- build(Session, DependencyResolverRequest.RequestType, List<DependencyCoordinates>) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, List<DependencyCoordinates>, PathScope) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, Artifact) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, Artifact, PathScope) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, DependencyCoordinates) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, DependencyCoordinates, PathScope) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, Project) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, DependencyResolverRequest.RequestType, Project, PathScope) - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- build(Session, ModelSource) - Static method in interface org.apache.maven.api.services.ModelBuilderRequest
- build(Session, Source) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from a POM file. - build(Session, Source) - Static method in interface org.apache.maven.api.services.ProjectBuilderRequest
- build(Session, Source, Source) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings sources.
- build(Session, Source, Source) - Static method in interface org.apache.maven.api.services.SettingsBuilderRequest
- build(Session, Source, Source) - Method in interface org.apache.maven.api.services.ToolchainsBuilder
-
Builds the effective toolchains for the specified toolchains sources.
- build(Session, Source, Source) - Static method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
- build(Session, Source, Source, Source) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings sources.
- build(Session, Source, Source, Source) - Static method in interface org.apache.maven.api.services.SettingsBuilderRequest
- Build - Class in org.apache.maven.api.model
-
The
<build>
element contains information required to build the project. - Build(Build.Builder) - Constructor for class org.apache.maven.api.model.Build
-
Constructor for this class, to be called from its subclasses and
Build.Builder
. - BUILD - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- BUILD_POM - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
The request is for building a model from a POM file in a project on the filesystem.
- Build.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Build instances.
- BuildBase - Class in org.apache.maven.api.model
-
Build configuration in a profile.
- BuildBase(BuildBase.Builder) - Constructor for class org.apache.maven.api.model.BuildBase
-
Constructor for this class, to be called from its subclasses and
BuildBase.Builder
. - BuildBase.Builder - Class in org.apache.maven.api.model
-
Builder class used to create BuildBase instances.
- builder() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the id of the build strategy to use.
- builder() - Static method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- builder() - Static method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- builder() - Static method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- builder() - Static method in interface org.apache.maven.api.services.ArtifactInstallerRequest
- builder() - Static method in interface org.apache.maven.api.services.ArtifactResolverRequest
- builder() - Static method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- builder() - Static method in interface org.apache.maven.api.services.DependencyResolverRequest
- builder() - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Creates a new message builder.
- builder() - Static method in interface org.apache.maven.api.services.ModelBuilderRequest
- builder() - Static method in interface org.apache.maven.api.services.ProjectBuilderRequest
- builder() - Static method in interface org.apache.maven.api.services.SettingsBuilderRequest
- builder() - Static method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
- builder() - Static method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- builder() - Static method in interface org.apache.maven.api.services.VersionResolverRequest
- builder() - Static method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- builder() - Static method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- builder(int) - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Creates a new message builder of the specified size.
- builder(String, String, List<String>, Logger, MessageBuilderFactory) - Static method in interface org.apache.maven.api.cli.ParserRequest
-
Creates a new Builder instance for constructing a ParserRequest.
- builder(ModelBuilderRequest) - Static method in interface org.apache.maven.api.services.ModelBuilderRequest
- Builder(boolean) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.metadata.Metadata.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.metadata.Plugin.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.metadata.Snapshot.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.metadata.SnapshotVersion.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.metadata.Versioning.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Activation.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ActivationFile.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ActivationOS.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ActivationProperty.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Build.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.BuildBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.CiManagement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ConfigurationContainer.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Contributor.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Dependency.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.DependencyManagement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.DeploymentRepository.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Developer.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.DistributionManagement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Exclusion.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Extension.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.FileSet.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.IssueManagement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.License.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.MailingList.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Model.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ModelBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Notifier.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Organization.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Parent.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.PatternSet.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Plugin.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.PluginConfiguration.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.PluginContainer.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.PluginExecution.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.PluginManagement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Prerequisites.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Profile.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Relocation.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Reporting.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ReportPlugin.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.ReportSet.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Repository.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.RepositoryBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.RepositoryPolicy.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Resource.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Scm.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.model.Site.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Execution.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Activation.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.ActivationFile.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.ActivationOS.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.ActivationProperty.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.IdentifiableBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Mirror.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Profile.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Proxy.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Repository.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.RepositoryBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.RepositoryPolicy.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Server.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.Settings.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.settings.TrackableBase.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.toolchain.ToolchainModel.Builder
- Builder(boolean) - Constructor for class org.apache.maven.api.toolchain.TrackableBase.Builder
- Builder(CoreExtension, boolean) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- Builder(CoreExtensions, boolean) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- Builder(Metadata, boolean) - Constructor for class org.apache.maven.api.metadata.Metadata.Builder
- Builder(Plugin, boolean) - Constructor for class org.apache.maven.api.metadata.Plugin.Builder
- Builder(Snapshot, boolean) - Constructor for class org.apache.maven.api.metadata.Snapshot.Builder
- Builder(SnapshotVersion, boolean) - Constructor for class org.apache.maven.api.metadata.SnapshotVersion.Builder
- Builder(Versioning, boolean) - Constructor for class org.apache.maven.api.metadata.Versioning.Builder
- Builder(ActivationFile, boolean) - Constructor for class org.apache.maven.api.model.ActivationFile.Builder
- Builder(ActivationOS, boolean) - Constructor for class org.apache.maven.api.model.ActivationOS.Builder
- Builder(Activation, boolean) - Constructor for class org.apache.maven.api.model.Activation.Builder
- Builder(ActivationProperty, boolean) - Constructor for class org.apache.maven.api.model.ActivationProperty.Builder
- Builder(BuildBase, boolean) - Constructor for class org.apache.maven.api.model.BuildBase.Builder
- Builder(Build, boolean) - Constructor for class org.apache.maven.api.model.Build.Builder
- Builder(CiManagement, boolean) - Constructor for class org.apache.maven.api.model.CiManagement.Builder
- Builder(ConfigurationContainer, boolean) - Constructor for class org.apache.maven.api.model.ConfigurationContainer.Builder
- Builder(Contributor, boolean) - Constructor for class org.apache.maven.api.model.Contributor.Builder
- Builder(DependencyManagement, boolean) - Constructor for class org.apache.maven.api.model.DependencyManagement.Builder
- Builder(Dependency, boolean) - Constructor for class org.apache.maven.api.model.Dependency.Builder
- Builder(DeploymentRepository, boolean) - Constructor for class org.apache.maven.api.model.DeploymentRepository.Builder
- Builder(Developer, boolean) - Constructor for class org.apache.maven.api.model.Developer.Builder
- Builder(DistributionManagement, boolean) - Constructor for class org.apache.maven.api.model.DistributionManagement.Builder
- Builder(Exclusion, boolean) - Constructor for class org.apache.maven.api.model.Exclusion.Builder
- Builder(Extension, boolean) - Constructor for class org.apache.maven.api.model.Extension.Builder
- Builder(FileSet, boolean) - Constructor for class org.apache.maven.api.model.FileSet.Builder
- Builder(IssueManagement, boolean) - Constructor for class org.apache.maven.api.model.IssueManagement.Builder
- Builder(License, boolean) - Constructor for class org.apache.maven.api.model.License.Builder
- Builder(MailingList, boolean) - Constructor for class org.apache.maven.api.model.MailingList.Builder
- Builder(ModelBase, boolean) - Constructor for class org.apache.maven.api.model.ModelBase.Builder
- Builder(Model, boolean) - Constructor for class org.apache.maven.api.model.Model.Builder
- Builder(Notifier, boolean) - Constructor for class org.apache.maven.api.model.Notifier.Builder
- Builder(Organization, boolean) - Constructor for class org.apache.maven.api.model.Organization.Builder
- Builder(Parent, boolean) - Constructor for class org.apache.maven.api.model.Parent.Builder
- Builder(PatternSet, boolean) - Constructor for class org.apache.maven.api.model.PatternSet.Builder
- Builder(PluginConfiguration, boolean) - Constructor for class org.apache.maven.api.model.PluginConfiguration.Builder
- Builder(PluginContainer, boolean) - Constructor for class org.apache.maven.api.model.PluginContainer.Builder
- Builder(PluginExecution, boolean) - Constructor for class org.apache.maven.api.model.PluginExecution.Builder
- Builder(PluginManagement, boolean) - Constructor for class org.apache.maven.api.model.PluginManagement.Builder
- Builder(Plugin, boolean) - Constructor for class org.apache.maven.api.model.Plugin.Builder
- Builder(Prerequisites, boolean) - Constructor for class org.apache.maven.api.model.Prerequisites.Builder
- Builder(Profile, boolean) - Constructor for class org.apache.maven.api.model.Profile.Builder
- Builder(Relocation, boolean) - Constructor for class org.apache.maven.api.model.Relocation.Builder
- Builder(Reporting, boolean) - Constructor for class org.apache.maven.api.model.Reporting.Builder
- Builder(ReportPlugin, boolean) - Constructor for class org.apache.maven.api.model.ReportPlugin.Builder
- Builder(ReportSet, boolean) - Constructor for class org.apache.maven.api.model.ReportSet.Builder
- Builder(RepositoryBase, boolean) - Constructor for class org.apache.maven.api.model.RepositoryBase.Builder
- Builder(Repository, boolean) - Constructor for class org.apache.maven.api.model.Repository.Builder
- Builder(RepositoryPolicy, boolean) - Constructor for class org.apache.maven.api.model.RepositoryPolicy.Builder
- Builder(Resource, boolean) - Constructor for class org.apache.maven.api.model.Resource.Builder
- Builder(Scm, boolean) - Constructor for class org.apache.maven.api.model.Scm.Builder
- Builder(Site, boolean) - Constructor for class org.apache.maven.api.model.Site.Builder
- Builder(Dependency, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- Builder(Execution, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Execution.Builder
- Builder(LifecycleConfiguration, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- Builder(Lifecycle, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
- Builder(Phase, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- Builder(MojoDescriptor, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- Builder(Parameter, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- Builder(PluginDescriptor, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- Builder(Requirement, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- Builder(Resolution, boolean) - Constructor for class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- Builder(ActivationFile, boolean) - Constructor for class org.apache.maven.api.settings.ActivationFile.Builder
- Builder(ActivationOS, boolean) - Constructor for class org.apache.maven.api.settings.ActivationOS.Builder
- Builder(Activation, boolean) - Constructor for class org.apache.maven.api.settings.Activation.Builder
- Builder(ActivationProperty, boolean) - Constructor for class org.apache.maven.api.settings.ActivationProperty.Builder
- Builder(IdentifiableBase, boolean) - Constructor for class org.apache.maven.api.settings.IdentifiableBase.Builder
- Builder(Mirror, boolean) - Constructor for class org.apache.maven.api.settings.Mirror.Builder
- Builder(Profile, boolean) - Constructor for class org.apache.maven.api.settings.Profile.Builder
- Builder(Proxy, boolean) - Constructor for class org.apache.maven.api.settings.Proxy.Builder
- Builder(RepositoryBase, boolean) - Constructor for class org.apache.maven.api.settings.RepositoryBase.Builder
- Builder(Repository, boolean) - Constructor for class org.apache.maven.api.settings.Repository.Builder
- Builder(RepositoryPolicy, boolean) - Constructor for class org.apache.maven.api.settings.RepositoryPolicy.Builder
- Builder(Server, boolean) - Constructor for class org.apache.maven.api.settings.Server.Builder
- Builder(Settings, boolean) - Constructor for class org.apache.maven.api.settings.Settings.Builder
- Builder(TrackableBase, boolean) - Constructor for class org.apache.maven.api.settings.TrackableBase.Builder
- Builder(PersistedToolchains, boolean) - Constructor for class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- Builder(ToolchainModel, boolean) - Constructor for class org.apache.maven.api.toolchain.ToolchainModel.Builder
- Builder(TrackableBase, boolean) - Constructor for class org.apache.maven.api.toolchain.TrackableBase.Builder
- BuilderProblem - Interface in org.apache.maven.api.services
-
Describes a problem that was encountered during project building.
- BuilderProblem.Severity - Enum Class in org.apache.maven.api.services
-
The different severity levels for a problem, in decreasing order.
- buildNumber(int) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
- buildRawModel(ModelBuilderRequest) - Method in interface org.apache.maven.api.services.ModelBuilder
C
- cacheArtifactNotFound() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should cache the "not found" status of artifacts that were not found in remote repositories.
- calculate(byte[], Collection<ChecksumAlgorithmService.ChecksumAlgorithm>) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Calculates checksums for specified data.
- calculate(InputStream, Collection<ChecksumAlgorithmService.ChecksumAlgorithm>) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Calculates checksums for specified stream.
- calculate(ByteBuffer, Collection<ChecksumAlgorithmService.ChecksumAlgorithm>) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Calculates checksums for specified data.
- calculate(Path, Collection<ChecksumAlgorithmService.ChecksumAlgorithm>) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Calculates checksums for specified file.
- CENTRAL_ID - Static variable in interface org.apache.maven.api.Repository
-
The reserved id for Maven Central
- chain(Collection<? extends Function<String, String>>) - Static method in interface org.apache.maven.api.services.Interpolator
-
Creates a composite function from a collection of functions.
- chain(Function<String, String>...) - Static method in interface org.apache.maven.api.services.Interpolator
- checksum() - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService.ChecksumCalculator
-
Returns the algorithm end result as string, never
null
. - ChecksumAlgorithmService - Interface in org.apache.maven.api.services
-
Checksum algorithms service.
- ChecksumAlgorithmService.ChecksumAlgorithm - Interface in org.apache.maven.api.services
-
The checksum algorithm.
- ChecksumAlgorithmService.ChecksumCalculator - Interface in org.apache.maven.api.services
-
The checksum calculator.
- ChecksumAlgorithmServiceException - Exception Class in org.apache.maven.api.services
- ChecksumAlgorithmServiceException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.ChecksumAlgorithmServiceException
- checksumPolicy(String) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- checksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- childProjectUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Model.Builder
- CHILDREN - Enum constant in enum class org.apache.maven.api.Lifecycle.Pointer.Type
- CHILDREN - Enum constant in enum class org.apache.maven.api.plugin.annotations.After.Type
- CHILDREN_COMBINATION_APPEND - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
- childScmConnectionInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm.Builder
- childScmDeveloperConnectionInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm.Builder
- childScmUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm.Builder
- childSiteUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Site.Builder
- ciManagement(CiManagement) - Method in class org.apache.maven.api.model.Model.Builder
- CiManagement - Class in org.apache.maven.api.model
-
The
<ciManagement>
element contains information required to the continuous integration system of the project. - CiManagement(CiManagement.Builder) - Constructor for class org.apache.maven.api.model.CiManagement
-
Constructor for this class, to be called from its subclasses and
CiManagement.Builder
. - CiManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create CiManagement instances.
- CLASSES - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--class-path
option. - classifier(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
- classifier(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- classifier(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- classifier(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- classifier(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- classLoadingStrategy(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- CLASSPATH_JAR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file to unconditionally place on the class-path.
- CLASSPATH_PROCESSOR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file to unconditionally place on the annotation processor class-path.
- CLEAN - Static variable in interface org.apache.maven.api.Lifecycle
- CLEAN - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- close() - Method in interface org.apache.maven.api.cli.Invoker
-
Closes and disposes of this
Invoker
instance, releasing any resources it may hold. - close() - Method in interface org.apache.maven.api.cli.mvn.resident.ResidentMavenInvoker
-
Closes cleanly the daemon.
- collect(DependencyResolverRequest) - Method in interface org.apache.maven.api.services.DependencyResolver
-
Collects the transitive dependencies and builds a dependency graph.
- collect(Session, Artifact, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
-
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.
- collect(Session, DependencyCoordinates, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
-
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.
- collect(Session, Project, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
-
Collects the transitive dependencies of some artifacts and builds a dependency graph for the given path scope.
- COLLECT - Enum constant in enum class org.apache.maven.api.services.DependencyResolverRequest.RequestType
- collectDependencies(Artifact, PathScope) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).collect(...)
- collectDependencies(DependencyCoordinates, PathScope) - Method in interface org.apache.maven.api.Session
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collectDependencies(Project, PathScope) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).collect(...)
- color() - Method in interface org.apache.maven.api.cli.Options
-
Returns the color setting for console output.
- command() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the Maven command to be executed.
- commandName() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the Maven command name (ie "Maven").
- comments(String) - Method in class org.apache.maven.api.model.License.Builder
- COMPILE - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Compile, runtime and test.
- COMPILE - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- COMPILE_ONLY - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Compile only.
- computeIfAbsent(SessionData.Key<T>, Supplier<T>) - Method in interface org.apache.maven.api.SessionData
-
Retrieve of compute the data associated with the specified key.
- computePhases(Lifecycle) - Method in interface org.apache.maven.api.services.LifecycleRegistry
- Config - Annotation Interface in org.apache.maven.api.annotations
- Config.Source - Enum Class in org.apache.maven.api.annotations
- configuration(Map<String, String>) - Method in class org.apache.maven.api.model.Notifier.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.ConfigurationContainer.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.Extension.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.Plugin.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.ReportSet.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.settings.Server.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- ConfigurationContainer - Class in org.apache.maven.api.model
-
Contains the configuration information of the container like Plugin.
- ConfigurationContainer(ConfigurationContainer.Builder) - Constructor for class org.apache.maven.api.model.ConfigurationContainer
-
Constructor for this class, to be called from its subclasses and
ConfigurationContainer.Builder
. - ConfigurationContainer.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ConfigurationContainer instances.
- configurator() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
TODO: v4: add a SPI for the configurator configurator bean name.
- configurator(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- connection(String) - Method in class org.apache.maven.api.model.Scm.Builder
- Constants - Class in org.apache.maven.api
-
Configuration constants.
- constructKey(String, String) - Static method in class org.apache.maven.api.model.Plugin
- constructKey(String, String) - Static method in class org.apache.maven.api.model.ReportPlugin
- Consumer - Annotation Interface in org.apache.maven.api.annotations
-
A type implemented by, or extended by maven plugins or extensions.
- CONSUMER_POM - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
The request is for building the consumer POM.
- consumerPom(Map<String, String>) - Static method in class org.apache.maven.api.feature.Features
-
Check if the consumer POM feature is active.
- consumerPom(Properties) - Static method in class org.apache.maven.api.feature.Features
-
Check if the consumer POM feature is active.
- consumerPom(Session) - Static method in class org.apache.maven.api.feature.Features
-
Check if the consumer POM feature is active.
- contains(Version) - Method in interface org.apache.maven.api.VersionConstraint
-
Determines whether the specified version is contained within this constraint.
- contains(Version) - Method in interface org.apache.maven.api.VersionRange
-
Determines whether the specified version is contained within this range.
- content(T) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
- Context-sensitive interpretation - Search tag in org.apache.maven.api.JavaPathType.CLASSES
- Section
- Context-sensitive interpretation - Search tag in org.apache.maven.api.JavaPathType.MODULES
- Section
- Context-sensitive interpretation - Search tag in org.apache.maven.api.JavaPathType.patchModule(String)
- Section
- contribute(Map<String, String>) - Method in interface org.apache.maven.api.spi.PropertyContributor
-
Invoked just before session is created with a mutable map that carries collected user properties so far.
- Contributor - Class in org.apache.maven.api.model
-
Description of a person who has contributed to the project, but who does not have commit privileges.
- Contributor(Contributor.Builder) - Constructor for class org.apache.maven.api.model.Contributor
-
Constructor for this class, to be called from its subclasses and
Contributor.Builder
. - Contributor.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Contributor instances.
- contributors(Collection<Contributor>) - Method in class org.apache.maven.api.model.Model.Builder
- convert(Profile) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Convert a model profile to a settings profile.
- convert(Profile) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Convert a settings profile to a model profile.
- coordinates(Collection<? extends ArtifactCoordinates>) - Method in class org.apache.maven.api.services.ArtifactResolverRequest.ArtifactResolverRequestBuilder
- coordinateString(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- coordinateString(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- CoreExtension - Class in org.apache.maven.api.cli.extensions
-
Describes a build extension to utilise.
- CoreExtension(CoreExtension.Builder) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtension
-
Constructor for this class, to be called from its subclasses and
CoreExtension.Builder
. - CoreExtension.Builder - Class in org.apache.maven.api.cli.extensions
-
Builder class used to create CoreExtension instances.
- coreExtensions() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns a list of core extensions, if configured in the .mvn/extensions.xml file.
- CoreExtensions - Class in org.apache.maven.api.cli.extensions
-
Extensions to load.
- CoreExtensions(CoreExtensions.Builder) - Constructor for class org.apache.maven.api.cli.extensions.CoreExtensions
-
Constructor for this class, to be called from its subclasses and
CoreExtensions.Builder
. - CoreExtensions.Builder - Class in org.apache.maven.api.cli.extensions
-
Builder class used to create CoreExtensions instances.
- create(ArtifactCoordinatesFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactory
-
Creates artifact coordinates.
- create(ArtifactFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactFactory
-
Creates an artifact.
- create(DependencyCoordinatesFactoryRequest) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
-
Creates a new
DependencyCoordinates
object from the request. - create(Session, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactory
-
Creates coordinates out of string that is formatted like:
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
- create(Session, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactory
- create(Session, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactFactory
- create(Session, String, String, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactory
- create(Session, String, String, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactFactory
- create(Session, Artifact) - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactory
- create(Session, ArtifactCoordinates) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
- create(Session, Dependency) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
- create(Session, Dependency) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
- create(Session, Plugin) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
- create(Session, ReportPlugin) - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactory
- createArtifact(String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
. - createArtifact(String, String, String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
. - createArtifactCoordinates(String) - Method in interface org.apache.maven.api.Session
-
Creates a coordinates out of string that is formatted like:
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
. - createArtifactCoordinates(String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
. - createArtifactCoordinates(String, String, String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
. - createArtifactCoordinates(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
. - createDependencyCoordinates(ArtifactCoordinates) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyFactory.class).create(...)
. - createDependencyCoordinates(Dependency) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyFactory.class).create(...)
. - createLocal(Path) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createLocalRepository(Path) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createLocal(...)
. - createProduced(ArtifactFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactFactory
-
Creates an artifact.
- createProduced(Session, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactFactory
- createProduced(Session, String, String, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactFactory
- createProducedArtifact(String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).createProduced(...)
. - createProducedArtifact(String, String, String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).createProduced(...)
. - createRemote(String, String) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createRemote(Repository) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createRemoteRepository(String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
. - createRemoteRepository(Repository) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
. - cwd() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the current working directory for the Maven execution.
- cwd() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the current working directory for the Maven execution.
- cwd(Path) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
D
- debug(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message to the user in the debug error level.
- debug(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message (and accompanying exception) to the user in the debug error level.
- debug(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in debug style.
- debug(String) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a debug message without an associated exception.
- debug(String, Throwable) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a debug message with an associated exception.
- debug(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends an exception to the user in the debug error level.
- debug(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- debug(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- DEBUG - Enum constant in enum class org.apache.maven.api.cli.Logger.Level
- DEFAULT - Static variable in interface org.apache.maven.api.Lifecycle
- DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
- DEFAULT_EXECUTION_ID - Static variable in class org.apache.maven.api.model.PluginExecution
- DEFAULT_SELF_COMBINATION_MODE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one.
- defaultGoal(String) - Method in class org.apache.maven.api.model.Build.Builder
- defaultGoal(String) - Method in class org.apache.maven.api.model.BuildBase.Builder
- defaultPhase() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
default phase to bind your mojo.
- defaultValue() - Element in annotation interface org.apache.maven.api.annotations.Config
- defaultValue() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
parameter default value, may contain
${...}
expressions which will be interpreted at inject time: see PluginParameterExpressionEvaluator. - defaultValue(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- dependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.DependencyManagement.Builder
- dependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Model.Builder
- dependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.ModelBase.Builder
- dependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Plugin.Builder
- dependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Profile.Builder
- dependencies(List<DependencyCoordinates>) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Sets the direct dependencies.
- DEPENDENCIES - Enum constant in enum class org.apache.maven.api.Lifecycle.Pointer.Type
- DEPENDENCIES - Enum constant in enum class org.apache.maven.api.plugin.annotations.After.Type
- dependency(DependencyCoordinates) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Adds the specified direct dependency.
- Dependency - Class in org.apache.maven.api.model
-
The
<dependency>
element contains information about a dependency of the project. - Dependency - Class in org.apache.maven.api.plugin.descriptor
-
Definition of a dependency, needed by the plugin at runtime.
- Dependency - Interface in org.apache.maven.api
-
A result of collecting, flattening and resolving
DependencyCoordinates
s. - Dependency(Dependency.Builder) - Constructor for class org.apache.maven.api.model.Dependency
-
Constructor for this class, to be called from its subclasses and
Dependency.Builder
. - Dependency(Dependency.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.Dependency
-
Constructor for this class, to be called from its subclasses and
Dependency.Builder
. - DEPENDENCY - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
The request is for building a model from a dependency POM file from a downloaded artifact.
- Dependency.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Dependency instances.
- Dependency.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create Dependency instances.
- dependencyCollection() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
Indicates whether dependency collection will be required when executing the Mojo.
- dependencyCollection(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- DependencyCoordinates - Interface in org.apache.maven.api
-
ArtifactCoordinates
completed with information about how the artifact will be used. - DependencyCoordinatesFactory - Interface in org.apache.maven.api.services
- DependencyCoordinatesFactoryRequest - Interface in org.apache.maven.api.services
- DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder - Class in org.apache.maven.api.services
- dependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.Model.Builder
- dependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.ModelBase.Builder
- dependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.Profile.Builder
- DependencyManagement - Class in org.apache.maven.api.model
-
Section for management of default dependency information for use in a group of POMs.
- DependencyManagement(DependencyManagement.Builder) - Constructor for class org.apache.maven.api.model.DependencyManagement
-
Constructor for this class, to be called from its subclasses and
DependencyManagement.Builder
. - Dependency management - Search tag in package org.apache.maven.api
- Section
- DependencyManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DependencyManagement instances.
- dependencyResolution(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- dependencyResolutionPathScopes() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
Comma separated list of path scopes that will be required for dependency resolution.
- DependencyResolver - Interface in org.apache.maven.api.services
-
Collects, flattens and resolves dependencies.
- DependencyResolverException - Exception Class in org.apache.maven.api.services
- DependencyResolverException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.DependencyResolverException
- DependencyResolverRequest - Interface in org.apache.maven.api.services
-
A request to collect the transitive dependencies and to build a dependency graph from them.
- DependencyResolverRequest.DependencyResolverRequestBuilder - Class in org.apache.maven.api.services
- DependencyResolverRequest.RequestType - Enum Class in org.apache.maven.api.services
- DependencyResolverResult - Interface in org.apache.maven.api.services
-
The result of a dependency resolution request.
- DependencyScope - Enum Class in org.apache.maven.api
-
Indicates when the dependency will be used.
- dependencyScopes() - Method in interface org.apache.maven.api.PathScope
- deploy(ArtifactDeployerRequest) - Method in interface org.apache.maven.api.services.ArtifactDeployer
- deploy(Session, RemoteRepository, Collection<Artifact>) - Method in interface org.apache.maven.api.services.ArtifactDeployer
- DEPLOY - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- deployArtifact(RemoteRepository, Artifact...) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactDeployer.class).deploy(...)
. - DeploymentRepository - Class in org.apache.maven.api.model
-
Deployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.
- DeploymentRepository(DeploymentRepository.Builder) - Constructor for class org.apache.maven.api.model.DeploymentRepository
-
Constructor for this class, to be called from its subclasses and
DeploymentRepository.Builder
. - DeploymentRepository.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DeploymentRepository instances.
- deprecated(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- deprecated(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- description(String) - Method in class org.apache.maven.api.model.Model.Builder
- description(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- description(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- description(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- Design note - Search tag in org.apache.maven.api.services.DependencyResolverResult.getDispatchedPaths()
- Section
- Developer - Class in org.apache.maven.api.model
-
Information about one of the committers on this project.
- Developer(Developer.Builder) - Constructor for class org.apache.maven.api.model.Developer
-
Constructor for this class, to be called from its subclasses and
Developer.Builder
. - Developer.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Developer instances.
- developerConnection(String) - Method in class org.apache.maven.api.model.Scm.Builder
- developers(Collection<Developer>) - Method in class org.apache.maven.api.model.Model.Builder
- DiIndexProcessor - Class in org.apache.maven.di.tool
- DiIndexProcessor() - Constructor for class org.apache.maven.di.tool.DiIndexProcessor
- directInvocationOnly(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- directory(String) - Method in class org.apache.maven.api.model.Build.Builder
- directory(String) - Method in class org.apache.maven.api.model.BuildBase.Builder
- directory(String) - Method in class org.apache.maven.api.model.FileSet.Builder
- directory(String) - Method in class org.apache.maven.api.model.Resource.Builder
- directoryPermissions(String) - Method in class org.apache.maven.api.settings.Server.Builder
- displayHelp(ParserRequest, PrintWriter) - Method in interface org.apache.maven.api.cli.Options
-
Displays help information for these options.
- distribution(String) - Method in class org.apache.maven.api.model.License.Builder
- distributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.Model.Builder
- distributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.ModelBase.Builder
- distributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.Profile.Builder
- DistributionManagement - Class in org.apache.maven.api.model
-
This elements describes all that pertains to distribution for a project.
- DistributionManagement(DistributionManagement.Builder) - Constructor for class org.apache.maven.api.model.DistributionManagement
-
Constructor for this class, to be called from its subclasses and
DistributionManagement.Builder
. - DistributionManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DistributionManagement instances.
- DOCLET - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Javadoc
-doclet
option. - DownloadedArtifact - Interface in org.apache.maven.api
-
An
Artifact
that has been resolved, i.e. - DownloadedDependency - Interface in org.apache.maven.api
-
A
Dependency
that has been resolved, i.e. - downloadUrl(String) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
E
- editable(boolean) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- email(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- email(String) - Method in class org.apache.maven.api.model.Developer.Builder
- enabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- enabled(String) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- EncryptInvoker - Interface in org.apache.maven.api.cli.mvnenc
-
Defines the contract for a component responsible for invoking the Maven encryption tool.
- EncryptInvokerRequest - Interface in org.apache.maven.api.cli.mvnenc
-
Represents a request to invoke the Maven encryption tool.
- EncryptOptions - Interface in org.apache.maven.api.cli.mvnenc
-
Defines the options specific to the Maven encryption tool.
- EncryptParser - Interface in org.apache.maven.api.cli.mvnenc
-
Defines the contract for parsing encryption-related command-line arguments and creating an EncryptInvokerRequest.
- enter(Node) - Method in interface org.apache.maven.api.NodeVisitor
-
Starts the visit to the specified dependency node.
- equals(Object) - Method in class org.apache.maven.api.metadata.SnapshotVersion
- equals(Object) - Method in class org.apache.maven.api.model.DeploymentRepository
- equals(Object) - Method in class org.apache.maven.api.model.Extension
- equals(Object) - Method in class org.apache.maven.api.model.InputSource
- equals(Object) - Method in class org.apache.maven.api.model.Plugin
- equals(Object) - Method in class org.apache.maven.api.model.Repository
- equals(Object) - Method in class org.apache.maven.api.model.RepositoryBase
- equals(Object) - Method in class org.apache.maven.api.SessionData.Key
- equals(Object) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Checks equality based on
ToolchainModel.getType()
andToolchainModel.getProvides()
values. - err() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the error stream for the Maven execution, if running in embedded mode.
- err() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the error stream to be used for the Maven execution.
- err(OutputStream) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- error(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message (and accompanying exception) to the user in the error error level.
- error(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in error style.
- error(String) - Method in interface org.apache.maven.api.cli.Logger
-
Logs an error message without an associated exception.
- error(String, Throwable) - Method in interface org.apache.maven.api.cli.Logger
-
Logs an error message with an associated exception.
- error(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends an exception to the user in the error error level.
- error(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- error(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- ERROR - Enum constant in enum class org.apache.maven.api.cli.Logger.Level
- ERROR - Enum constant in enum class org.apache.maven.api.services.BuilderProblem.Severity
- Event - Interface in org.apache.maven.api
-
Event sent by maven during various phases of the build process.
- EventType - Enum Class in org.apache.maven.api
-
The possible types of execution events.
- Examples - Search tag in org.apache.maven.api.PathType.option(Iterable<? extends Path>)
- Section
- excludeDefaults(String) - Method in class org.apache.maven.api.model.Reporting.Builder
- excludes(Collection<String>) - Method in class org.apache.maven.api.model.FileSet.Builder
- excludes(Collection<String>) - Method in class org.apache.maven.api.model.PatternSet.Builder
- excludes(Collection<String>) - Method in class org.apache.maven.api.model.Resource.Builder
- exclusion(Exclusion) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- Exclusion - Class in org.apache.maven.api.model
-
The
<exclusion>
element contains information required to exclude an artifact to the project. - Exclusion - Interface in org.apache.maven.api
-
A dependency exclusion.
- Exclusion(Exclusion.Builder) - Constructor for class org.apache.maven.api.model.Exclusion
-
Constructor for this class, to be called from its subclasses and
Exclusion.Builder
. - Exclusion.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Exclusion instances.
- exclusions(Collection<Exclusion>) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- exclusions(Collection<Exclusion>) - Method in class org.apache.maven.api.model.Dependency.Builder
- execute() - Method in interface org.apache.maven.api.plugin.Mojo
-
Perform whatever build-process behavior this
Mojo
implements. - Execute - Annotation Interface in org.apache.maven.api.plugin.annotations
-
Used if your Mojo needs to fork a lifecycle.
- executeGoal(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- executeLifecycle(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- executePhase(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- Execution - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
A set of goals to execute.
- Execution(Execution.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Constructor for this class, to be called from its subclasses and
Execution.Builder
. - Execution.Builder - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
Builder class used to create Execution instances.
- executionPoint(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- executions(Collection<PluginExecution>) - Method in class org.apache.maven.api.model.Plugin.Builder
- executions(Collection<Execution>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- exists(String) - Method in class org.apache.maven.api.model.ActivationFile.Builder
- exists(String) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- Experimental - Annotation Interface in org.apache.maven.api.annotations
-
This annotation tags types that are part of an experimental API.
- expression(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- ExtensibleEnum - Interface in org.apache.maven.api
-
Interface that defines some kind of enums that can be extended by Maven plugins or extensions.
- ExtensibleEnumProvider<T> - Interface in org.apache.maven.api.spi
-
An SPI interface to extend Maven with a new enum value.
- ExtensibleEnumRegistry<T> - Interface in org.apache.maven.api.services
- extension(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
- extension(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- extension(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- extension(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- Extension - Class in org.apache.maven.api.model
-
Describes a build extension to utilise.
- Extension(Extension.Builder) - Constructor for class org.apache.maven.api.model.Extension
-
Constructor for this class, to be called from its subclasses and
Extension.Builder
. - Extension.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Extension instances.
- extensions(String) - Method in class org.apache.maven.api.model.Plugin.Builder
- extensions(Collection<CoreExtension>) - Method in class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- extensions(Collection<Extension>) - Method in class org.apache.maven.api.model.Build.Builder
F
- failAtEnd() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should run all builds but defer error reporting to the end.
- failFast() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should stop at the first failure in a multi-module build.
- failNever() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should never fail the build, regardless of project result.
- failOnSeverity() - Method in interface org.apache.maven.api.cli.Options
-
Returns the severity level at which the build should fail.
- failure(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in failure style.
- family(String) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- family(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- FATAL - Enum constant in enum class org.apache.maven.api.services.BuilderProblem.Severity
- FATJAR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a fat-JAR file that can be only on the class-path.
- Features - Class in org.apache.maven.api.feature
-
Centralized class for Maven Core feature information.
- field(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- fieldName(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- file(ActivationFile) - Method in class org.apache.maven.api.model.Activation.Builder
- file(ActivationFile) - Method in class org.apache.maven.api.settings.Activation.Builder
- filePermissions(String) - Method in class org.apache.maven.api.settings.Server.Builder
- FileSet - Class in org.apache.maven.api.model
-
A PatternSet for files.
- FileSet(FileSet.Builder) - Constructor for class org.apache.maven.api.model.FileSet
-
Constructor for this class, to be called from its subclasses and
FileSet.Builder
. - FileSet.Builder - Class in org.apache.maven.api.model
-
Builder class used to create FileSet instances.
- filter(Predicate<Node>) - Method in interface org.apache.maven.api.Node
-
Returns a new tree starting at this node, filtering the children.
- filtering(String) - Method in class org.apache.maven.api.model.Resource.Builder
- filters(Collection<String>) - Method in class org.apache.maven.api.model.Build.Builder
- filters(Collection<String>) - Method in class org.apache.maven.api.model.BuildBase.Builder
- finalName(String) - Method in class org.apache.maven.api.model.Build.Builder
- finalName(String) - Method in class org.apache.maven.api.model.BuildBase.Builder
- findTool(String) - Method in interface org.apache.maven.api.Toolchain
-
Gets the platform tool executable.
- flatten(DependencyResolverRequest) - Method in interface org.apache.maven.api.services.DependencyResolver
- flatten(Session, Node, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
-
Flattens a list of nodes.
- flatten(Session, Project, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
- FLATTEN - Enum constant in enum class org.apache.maven.api.services.DependencyResolverRequest.RequestType
- flattenDependencies(Node, PathScope) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).flatten(...)
. - flushReportSetMap() - Method in class org.apache.maven.api.model.ReportPlugin
-
Reset the
reportSetMap
field tonull
- force() - Method in interface org.apache.maven.api.cli.mvnenc.EncryptOptions
-
Should the operation be forced (ie overwrite existing config, if any).
- forceInteractive() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to force interactive mode.
- forId(String) - Static method in enum class org.apache.maven.api.DependencyScope
- FORK_FAILED - Enum constant in enum class org.apache.maven.api.EventType
- FORK_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- FORK_SUCCEEDED - Enum constant in enum class org.apache.maven.api.EventType
- FORKED_PROJECT_FAILED - Enum constant in enum class org.apache.maven.api.EventType
- FORKED_PROJECT_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- FORKED_PROJECT_SUCCEEDED - Enum constant in enum class org.apache.maven.api.EventType
- ForkedMavenInvoker - Interface in org.apache.maven.api.cli.mvn.forked
-
Local Maven invoker.
- ForkedMavenInvokerRequest - Interface in org.apache.maven.api.cli.mvn.forked
-
Represents a request to invoke Maven in a forked JVM.
- ForkedMavenParser - Interface in org.apache.maven.api.cli.mvn.forked
-
Defines the contract for parsing command-line arguments specific to forked Maven executions.
- format(String, Object...) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append formatted content to the buffer.
- fromPath(Path) - Static method in interface org.apache.maven.api.services.ModelSource
- fromPath(Path) - Static method in interface org.apache.maven.api.services.Source
-
Creates a Source for the following Path
- fromPath(Path, String) - Static method in interface org.apache.maven.api.services.ModelSource
- fromXmlString(String) - Method in interface org.apache.maven.api.services.xml.XmlFactory
-
Simply parse the given xml string.
- fullGoalName(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
G
- Generated - Annotation Interface in org.apache.maven.api.annotations
-
This annotation indicates that a type is automatically generated.
- get(URI, Path) - Method in interface org.apache.maven.api.services.Transport
-
GETs the source URI content into target (does not have to exist, or will be overwritten if exist).
- get(SessionData.Key<T>) - Method in interface org.apache.maven.api.SessionData
-
Gets the session data associated with the specified key.
- getActivation() - Method in class org.apache.maven.api.model.Profile
-
The conditional logic which will automatically trigger the inclusion of this profile.
- getActivation() - Method in class org.apache.maven.api.settings.Profile
-
The conditional logic which will automatically trigger the inclusion of this profile.
- getActiveExternalProfiles() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the external profiles that were active during model building.
- getActivePomProfiles() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the profiles that were active during model building.
- getActiveProfileIds() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
-
List of profile ids that have been explicitly activated by the user.
- getActiveProfiles() - Method in class org.apache.maven.api.settings.Settings
-
List of manually-activated build profiles, specified in the order in which they should be applied.
- getActiveString() - Method in class org.apache.maven.api.settings.Proxy
-
Whether this proxy configuration is the active one.
- getAddress() - Method in class org.apache.maven.api.model.Notifier
-
Deprecated.Where to send the notification to - eg email address.
- getAlias() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Specifies an alias which can be used to configure this parameter from the POM.
- getAllArtifacts(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns project's all artifacts as immutable collection.
- getArch() - Method in class org.apache.maven.api.model.ActivationOS
-
The architecture of the operating system to be used to activate the profile.
- getArch() - Method in class org.apache.maven.api.settings.ActivationOS
-
The architecture of the OS to be used to activate a profile.
- getArchive() - Method in class org.apache.maven.api.model.MailingList
-
The link to a URL where you can browse the mailing list archive.
- getArtifact() - Method in interface org.apache.maven.api.Node
- getArtifact() - Method in interface org.apache.maven.api.Plugin
- getArtifactCoordinates() - Method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- getArtifactCoordinates() - Method in interface org.apache.maven.api.services.VersionResolverRequest
- getArtifactId() - Method in interface org.apache.maven.api.Artifact
-
Returns the identifier of the artifact.
- getArtifactId() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns the identifier of the artifact.
- getArtifactId() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
The artifact ID of the extension.
- getArtifactId() - Method in interface org.apache.maven.api.Exclusion
- getArtifactId() - Method in class org.apache.maven.api.metadata.Metadata
-
The artifactId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- getArtifactId() - Method in class org.apache.maven.api.metadata.Plugin
-
The plugin artifactId
- getArtifactId() - Method in class org.apache.maven.api.model.Dependency
-
The unique id for an artifact produced by the project group, e.g.
- getArtifactId() - Method in class org.apache.maven.api.model.Exclusion
-
The artifact ID of the project to exclude.
- getArtifactId() - Method in class org.apache.maven.api.model.Extension
-
The artifact ID of the extension.
- getArtifactId() - Method in class org.apache.maven.api.model.Model
-
The identifier for this artifact that is unique within the group given by the group ID.
- getArtifactId() - Method in class org.apache.maven.api.model.Parent
-
The artifact id of the parent project to inherit from.
- getArtifactId() - Method in class org.apache.maven.api.model.Plugin
-
The artifact ID of the plugin in the repository.
- getArtifactId() - Method in class org.apache.maven.api.model.Relocation
-
The new artifact ID of the artifact.
- getArtifactId() - Method in class org.apache.maven.api.model.ReportPlugin
-
The artifact ID of the reporting plugin in the repository.
- getArtifactId() - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
The artifact id of the dependency.
- getArtifactId() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
The artifact id of the plugin.
- getArtifactId() - Method in interface org.apache.maven.api.Project
-
Returns the project artifactId.
- getArtifactId() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getArtifactId() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getArtifactPath(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactManager.class).getPath(...)
. - getArtifacts() - Method in interface org.apache.maven.api.Project
-
Returns the project artifacts as immutable list.
- getArtifacts() - Method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- getArtifacts() - Method in interface org.apache.maven.api.services.ArtifactInstallerRequest
- getArtifacts() - Method in interface org.apache.maven.api.services.ArtifactResolverResult
- getAttachedArtifacts(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns an immutable collection of attached artifacts for given project.
- getAttribute(String) - Method in interface org.apache.maven.api.xml.XmlNode
- getAttributes() - Method in interface org.apache.maven.api.xml.XmlNode
- getBasedir() - Method in interface org.apache.maven.api.Project
-
Returns the project base directory, i.e.
- getBaseVersion() - Method in interface org.apache.maven.api.Artifact
-
Returns the version or meta-version of the artifact.
- getBuild() - Method in class org.apache.maven.api.model.Model
-
Information required to build the project.
- getBuild() - Method in class org.apache.maven.api.model.Profile
-
Information required to build the project.
- getBuild() - Method in interface org.apache.maven.api.Project
-
Shorthand method.
- getBuildNumber() - Method in class org.apache.maven.api.metadata.Snapshot
-
The incremental build number
- getBytes(URI) - Method in interface org.apache.maven.api.services.Transport
-
GETs the source URI content as byte array.
- getCalculator() - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService.ChecksumAlgorithm
-
Each invocation of this method returns a new instance of calculator, never
null
value. - getCharacterOffset() - Method in interface org.apache.maven.api.services.xml.Location
-
Return the byte or character offset into the input source this location is pointing to.
- getChecksumAlgorithmNames() - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Returns immutable collection of all supported algorithm names.
- getChecksumPolicy() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
What to do when verification of an artifact checksum fails.
- getChecksumPolicy() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
What to do when verification of an artifact checksum fails.
- getChild(String) - Method in interface org.apache.maven.api.xml.XmlNode
- getChildProjectUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Model
-
When children inherit from project's url, append path or not? Note: While the type of this field is
String
for technical reasons, the semantic type is actuallyBoolean
- getChildren() - Method in interface org.apache.maven.api.Node
-
Gets the child nodes of this node.
- getChildren() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the children of this result.
- getChildren() - Method in interface org.apache.maven.api.xml.XmlNode
- getChildScmConnectionInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
-
When children inherit from scm connection, append path or not? Note: While the type of this field is
String
for technical reasons, the semantic type is actuallyBoolean
- getChildScmDeveloperConnectionInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
-
When children inherit from scm developer connection, append path or not? Note: While the type of this field is
String
for technical reasons, the semantic type is actuallyBoolean
- getChildScmUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
-
When children inherit from scm url, append path or not? Note: While the type of this field is
String
for technical reasons, the semantic type is actuallyBoolean
Default value is:true
- getChildSiteUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Site
-
When children inherit from distribution management site url, append path or not? Note: While the type of this field is
String
for technical reasons, the semantic type is actuallyBoolean
- getCiManagement() - Method in class org.apache.maven.api.model.Model
-
The project's continuous integration information.
- getClassifier() - Method in interface org.apache.maven.api.Artifact
-
Returns the classifier of the artifact.
- getClassifier() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns the classifier of the artifact.
- getClassifier() - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
The classifier of the sub-artifact.
- getClassifier() - Method in class org.apache.maven.api.model.Dependency
-
The classifier of the dependency.
- getClassifier() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getClassifier() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getClassifier() - Method in interface org.apache.maven.api.Type
-
Get the default classifier associated to the dependency type.
- getClassLoader() - Method in interface org.apache.maven.api.Plugin
- getClassLoadingStrategy() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
The class loading strategy: 'self-first' (the default), 'parent-first' (loads classes from the parent, then from the extension) or 'plugin' (follows the rules from extensions defined as plugins).
- getColumnNumber() - Method in class org.apache.maven.api.model.InputLocation
- getColumnNumber() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the one-based index of the column containing the problem.
- getColumnNumber() - Method in interface org.apache.maven.api.services.xml.Location
-
Return the column number where the current event ends, returns -1 if none is available.
- getColumnNumber() - Method in class org.apache.maven.api.settings.InputLocation
- getColumnNumber() - Method in exception class org.apache.maven.api.spi.ModelParserException
- getColumnNumber() - Method in class org.apache.maven.api.toolchain.InputLocation
- getComments() - Method in class org.apache.maven.api.model.License
-
Addendum information pertaining to this license.
- getCompileSourceRoots(Project, ProjectScope) - Method in interface org.apache.maven.api.services.ProjectManager
-
Obtain an immutable list of compile source roots for the given project and scope.
- getConfiguration() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
- getConfiguration() - Method in class org.apache.maven.api.model.ConfigurationContainer
-
The configuration as DOM object.
- getConfiguration() - Method in class org.apache.maven.api.model.Extension
-
The configuration of the extension.
- getConfiguration() - Method in class org.apache.maven.api.model.Notifier
-
Extended configuration specific to this notifier goes here.
- getConfiguration() - Method in interface org.apache.maven.api.MojoExecution
- getConfiguration() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Configuration to pass to the goals.
- getConfiguration() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Configuration to pass to all goals run in this phase.
- getConfiguration() - Method in class org.apache.maven.api.settings.Server
-
Extra configuration for the transport layer.
- getConfiguration() - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Toolchain configuration information, like location or any information that is to be retrieved.
- getConfigurator() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
The configurator type to use when injecting parameter values into this Mojo.
- getConnection() - Method in class org.apache.maven.api.model.Scm
-
The source control management system URL that describes the repository and how to connect to the repository.
- getContent() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- getContributors() - Method in class org.apache.maven.api.model.Model
-
Describes the contributors to a project that are not yet committers.
- getCoordinates() - Method in interface org.apache.maven.api.services.ArtifactResolverRequest
- getCoordinatesString() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getData() - Method in interface org.apache.maven.api.Session
-
Retrieves the session data associated with this session.
- getDefaultGoal() - Method in class org.apache.maven.api.model.BuildBase
-
The default goal (or phase in Maven 2) to execute when none is specified for the project.
- getDefaultValue() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
The default value, as an expression that will be evaluated at injection or run-time.
- getDegreeOfConcurrency() - Method in interface org.apache.maven.api.Session
-
Returns the degree of concurrency for the build.
- getDependencies() - Method in class org.apache.maven.api.model.DependencyManagement
-
The dependencies specified here are not used until they are referenced in a POM within the group.
- getDependencies() - Method in class org.apache.maven.api.model.ModelBase
-
This element describes all the dependencies associated with a project.
- getDependencies() - Method in class org.apache.maven.api.model.Plugin
-
Additional dependencies that this project needs to introduce to the plugin's classloader.
- getDependencies() - Method in interface org.apache.maven.api.Plugin
- getDependencies() - Method in interface org.apache.maven.api.Project
-
Returns the project direct dependencies (directly specified or inherited).
- getDependencies() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getDependencies() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Returns all dependencies associated to their paths.
- getDependenciesMap() - Method in interface org.apache.maven.api.Plugin
- getDependency() - Method in interface org.apache.maven.api.Node
- getDependencyCollection() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo as requiring information about the dependencies that would make up the specified class path.
- getDependencyManagement() - Method in class org.apache.maven.api.model.ModelBase
-
Default dependency information for projects that inherit from this one.
- getDependencyResolution() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo as requiring the dependencies in the specified class path to be resolved before it can execute:
compile
,runtime
,test
,compile+runtime
(since Maven 3.0) orruntime+system
(since Maven 3.0) - getDependencyResolverResult() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the result of the dependency resolution for the project.
- getDeprecated() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Description with the reason of Mojo deprecation.
- getDeprecated() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Description with the reason of parameter deprecation.
- getDescription() - Method in class org.apache.maven.api.model.Model
-
A detailed description of the project, used by Maven whenever it needs to describe the project, such as on the website.
- getDescription() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
The description of this Mojo's functionality.
- getDescription() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
The description of this parameter's use inside the Mojo.
- getDescription() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Description of the plugin.
- getDescriptor() - Method in interface org.apache.maven.api.MojoExecution
- getDescriptor() - Method in interface org.apache.maven.api.Plugin
- getDeveloperConnection() - Method in class org.apache.maven.api.model.Scm
-
Just like
connection
, but for developers, i.e. - getDevelopers() - Method in class org.apache.maven.api.model.Model
-
Describes the committers of a project.
- getDirectory() - Method in class org.apache.maven.api.model.BuildBase
-
The directory where all files generated by the build are placed.
- getDirectory() - Method in class org.apache.maven.api.model.FileSet
-
Describe the directory where the resources are stored.
- getDirectoryPermissions() - Method in class org.apache.maven.api.settings.Server
-
The permissions for directories when they are created.
- getDispatchedPaths() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Returns the file paths of all dependencies, dispatched according the tool options where to place them.
- getDistribution() - Method in class org.apache.maven.api.model.License
-
The primary method by which this project may be distributed.
- getDistributionManagement() - Method in class org.apache.maven.api.model.ModelBase
-
Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.
- getDownloadUrl() - Method in class org.apache.maven.api.model.DistributionManagement
-
The URL of the project's download page.
- getEffectiveId() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Get the effective ID of this phase, e.g.,
generate-sources
orafter:integration-test[1000]
. - getEffectiveModel() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the assembled model with inheritance, interpolation and profile injection.
- getEffectiveProperties(Project) - Method in interface org.apache.maven.api.Session
-
Each invocation computes a new map of effective properties.
- getEffectiveSettings() - Method in interface org.apache.maven.api.services.SettingsBuilderResult
-
Gets the assembled settings.
- getEffectiveToolchains() - Method in interface org.apache.maven.api.services.ToolchainsBuilderResult
-
Gets the assembled toolchains.
- getEmail() - Method in class org.apache.maven.api.model.Contributor
-
The email address of the contributor.
- getEnabled() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Whether to use this repository for downloading this type of artifact.
- getException() - Method in interface org.apache.maven.api.Event
-
Gets the exception that caused the event (if any).
- getException() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the exception that caused this problem (if any).
- getExceptions() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Gets the exceptions that occurred while building the dependency graph.
- getExceptions() - Method in interface org.apache.maven.api.services.VersionRangeResolverResult
- getExceptions() - Method in interface org.apache.maven.api.services.VersionResolverResult
- getExcludeDefaults() - Method in class org.apache.maven.api.model.Reporting
-
If true, then the default reports are not included in the site generation.
- getExcludes() - Method in class org.apache.maven.api.model.PatternSet
-
A list of patterns to exclude, e.g.
- getExclusions() - Method in interface org.apache.maven.api.DependencyCoordinates
-
Returns transitive dependencies to exclude.
- getExclusions() - Method in class org.apache.maven.api.model.Dependency
-
Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.
- getExclusions() - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- getExecuteGoal() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Reference the invocation goal of the Mojo.
- getExecuteLifecycle() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
- getExecutePhase() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Reference the invocation phase of the Mojo.
- getExecutionId() - Method in interface org.apache.maven.api.MojoExecution
- getExecutionPoint() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
If specified, identifies this phase as a dynamic phase to decorate the specified phase id, e.g.
- getExecutionProject(Project) - Method in interface org.apache.maven.api.services.ProjectManager
- getExecutions() - Method in class org.apache.maven.api.model.Plugin
-
Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.
- getExecutions() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
The goals to execute within the phase.
- getExists() - Method in class org.apache.maven.api.model.ActivationFile
-
The name of the file that must exist to activate the profile.
- getExists() - Method in class org.apache.maven.api.settings.ActivationFile
-
The name of the file that should exist to activate a profile.
- getExpression() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Parameter expression, to let user override default value with a user property, system property or project property.
- getExtension() - Method in interface org.apache.maven.api.Artifact
-
Returns the file extension of the artifact.
- getExtension() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns the file extension of the artifact.
- getExtension() - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
The file extension of the sub-artifact.
- getExtension() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getExtension() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getExtension() - Method in interface org.apache.maven.api.Type
-
Get the file extension of artifacts of this type.
- getExtensions() - Method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
A set of build extensions to use from this project.
- getExtensions() - Method in class org.apache.maven.api.model.Build
-
A set of build extensions to use from this project.
- getExtensions() - Method in class org.apache.maven.api.model.Plugin
-
Whether to load Maven extensions (such as packaging and type handlers) from this plugin.
- getFamily() - Method in class org.apache.maven.api.model.ActivationOS
-
The general family of the OS to be used to activate the profile, such as
windows
orunix
. - getFamily() - Method in class org.apache.maven.api.settings.ActivationOS
-
The general family of the OS to be used to activate a profile (e.g.
- getField() - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
the name of the field to be injected
- getFieldName() - Method in class org.apache.maven.api.plugin.descriptor.Requirement
-
The field name which has this requirement.
- getFile() - Method in class org.apache.maven.api.model.Activation
-
Specifies that this profile will be activated based on existence of a file.
- getFile() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated based on existence of a file.
- getFileExtension() - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService.ChecksumAlgorithm
-
Returns the file extension to be used for given checksum file (without leading dot), never
null
. - getFileModel() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the file model.
- getFilePermissions() - Method in class org.apache.maven.api.settings.Server
-
The permissions for files when they are created.
- getFiltering() - Method in class org.apache.maven.api.model.Resource
-
Whether resources are filtered to replace tokens with parameterised values or not.
- getFilters() - Method in class org.apache.maven.api.model.BuildBase
-
The list of filter properties files that are used when filtering is enabled.
- getFinalName() - Method in class org.apache.maven.api.model.BuildBase
-
The filename (excluding the extension, and with no path information) that the produced artifact will be called.
- getFullGoalName() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
the full goal name
- getGoal() - Method in interface org.apache.maven.api.MojoExecution
- getGoal() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
The goal name for the Mojo, that users will reference from the command line to execute the Mojo directly, or inside a POM in order to provide Mojo-specific configuration.
- getGoalPrefix() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- getGoals() - Method in class org.apache.maven.api.model.PluginExecution
-
The goals to execute with the given configuration.
- getGoals() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
The goals to execute.
- getGroupId() - Method in interface org.apache.maven.api.Artifact
-
Returns the group identifier of the artifact.
- getGroupId() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns the group identifier of the artifact.
- getGroupId() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
The group ID of the extension's artifact.
- getGroupId() - Method in interface org.apache.maven.api.Exclusion
- getGroupId() - Method in class org.apache.maven.api.metadata.Metadata
-
The groupId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- getGroupId() - Method in class org.apache.maven.api.model.Dependency
-
The project group that produced the dependency, e.g.
- getGroupId() - Method in class org.apache.maven.api.model.Exclusion
-
The group ID of the project to exclude.
- getGroupId() - Method in class org.apache.maven.api.model.Extension
-
The group ID of the extension's artifact.
- getGroupId() - Method in class org.apache.maven.api.model.Model
-
A universally unique identifier for a project.
- getGroupId() - Method in class org.apache.maven.api.model.Parent
-
The group id of the parent project to inherit from.
- getGroupId() - Method in class org.apache.maven.api.model.Plugin
-
The group ID of the plugin in the repository.
- getGroupId() - Method in class org.apache.maven.api.model.Relocation
-
The group ID the artifact has moved to.
- getGroupId() - Method in class org.apache.maven.api.model.ReportPlugin
-
The group ID of the reporting plugin in the repository.
- getGroupId() - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
The group id of the dependency.
- getGroupId() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
The group id of the plugin.
- getGroupId() - Method in interface org.apache.maven.api.Project
-
Returns the project groupId.
- getGroupId() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getGroupId() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getHigherVersion() - Method in interface org.apache.maven.api.services.VersionRangeResolverResult
- getHost() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy host.
- getId() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns a unique string representation identifying this artifact.
- getId() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Gets the identifier of the extension.
- getId() - Method in class org.apache.maven.api.model.Developer
-
The unique ID of the developer in the SCM.
- getId() - Method in class org.apache.maven.api.model.Model
- getId() - Method in class org.apache.maven.api.model.Parent
- getId() - Method in class org.apache.maven.api.model.Plugin
-
Gets the identifier of the plugin.
- getId() - Method in class org.apache.maven.api.model.PluginExecution
-
The identifier of this execution for labelling the goals during the build, and for matching executions to merge during inheritance and profile injection.
- getId() - Method in class org.apache.maven.api.model.Profile
-
The identifier of this build profile.
- getId() - Method in class org.apache.maven.api.model.ReportSet
-
The unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.
- getId() - Method in class org.apache.maven.api.model.RepositoryBase
-
A unique identifier for a repository.
- getId() - Method in class org.apache.maven.api.model.Site
-
A unique identifier for a deployment location.
- getId() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
The ID of this lifecycle, for identification in the mojo descriptor.
- getId() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
The ID of this phase, e.g.,
generate-sources
. - getId() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
the id of the mojo, based on the goal name
- getId() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- getId() - Method in interface org.apache.maven.api.Project
-
Returns the project ID, usable as key.
- getId() - Method in interface org.apache.maven.api.Repository
-
Gets the identifier of this repository.
- getId() - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Item identifier.
- getImplementation() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
The Mojo's fully-qualified class name (or script path in the case of non-Java Mojos).
- getImportedFrom() - Method in class org.apache.maven.api.model.Activation
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.ActivationFile
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.ActivationOS
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.ActivationProperty
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.CiManagement
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Contributor
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Dependency
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.DependencyManagement
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.DistributionManagement
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Exclusion
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Extension
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.InputLocation
-
Gets the parent InputLocation where this InputLocation may have been imported from.
- getImportedFrom() - Method in interface org.apache.maven.api.model.InputLocationTracker
-
Gets the parent InputLocation where this InputLocation may have been imported from.
- getImportedFrom() - Method in class org.apache.maven.api.model.InputSource
-
Gets the parent InputLocation where this InputLocation may have been imported from.
- getImportedFrom() - Method in class org.apache.maven.api.model.IssueManagement
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.License
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.MailingList
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.ModelBase
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Notifier
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Organization
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Parent
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.PatternSet
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.PluginContainer
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Prerequisites
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Relocation
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Reporting
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.RepositoryBase
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Scm
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.model.Site
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.Activation
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.ActivationFile
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.ActivationOS
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.ActivationProperty
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.settings.TrackableBase
-
Gets the input location that caused this model to be read.
- getImportedFrom() - Method in class org.apache.maven.api.toolchain.TrackableBase
-
Gets the input location that caused this model to be read.
- getInactiveProfileIds() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
-
List of profile ids that have been explicitly deactivated by the user.
- getInceptionYear() - Method in class org.apache.maven.api.model.Model
-
The year of the project's inception, specified with 4 digits.
- getIncludes() - Method in class org.apache.maven.api.model.PatternSet
-
A list of patterns to include, e.g.
- getInherited() - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Whether any configuration should be propagated to child POMs.
- getInputLocation() - Method in interface org.apache.maven.api.xml.XmlNode
- getInputLocationFormatter() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- getInputStream() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getInstallationSettingsSource() - Method in interface org.apache.maven.api.services.SettingsBuilderRequest
-
Gets the installation settings source.
- getInstallationToolchainsSource() - Method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
-
Gets the installation Toolchains source.
- getInterpolationSource() - Method in interface org.apache.maven.api.services.SettingsBuilderRequest
-
The optional interpolation source used for interpolation.
- getIssueManagement() - Method in class org.apache.maven.api.model.Model
-
The project's issue management system information.
- getJavaHome() - Method in interface org.apache.maven.api.JavaToolchain
- getJdk() - Method in class org.apache.maven.api.model.Activation
-
Specifies that this profile will be activated when a matching JDK is detected.
- getJdk() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when a matching JDK is detected.
- getKey() - Method in class org.apache.maven.api.model.Plugin
- getKey() - Method in class org.apache.maven.api.model.ReportPlugin
- getLanguage() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
The implementation language for this Mojo (java, beanshell, etc.).
- getLanguage() - Method in interface org.apache.maven.api.Project
-
Returns the project language.
- getLanguage() - Method in interface org.apache.maven.api.Type
-
Returns the dependency type language.
- getLastUpdated() - Method in class org.apache.maven.api.metadata.Versioning
-
When the metadata was last updated (both "groupId/artifactId" and "groupId/artifactId/version" directories).
- getLatest() - Method in class org.apache.maven.api.metadata.Versioning
-
What the last version added to the directory is, including both releases and snapshots ("groupId/artifactId" directory only)
- getLayout() - Method in class org.apache.maven.api.model.RepositoryBase
-
The type of layout this repository uses for locating and storing artifacts - can be
legacy
ordefault
. - getLayout() - Method in class org.apache.maven.api.settings.Mirror
-
The layout of the mirror repository.
- getLayout() - Method in class org.apache.maven.api.settings.RepositoryBase
-
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".
- getLicenses() - Method in class org.apache.maven.api.model.Model
-
This element describes all the licenses for this project.
- getLifecycleBindingsInjector() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getLifecyclePhase() - Method in interface org.apache.maven.api.MojoExecution
- getLifecycles() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
- getLifecycles() - Method in interface org.apache.maven.api.Plugin
- getLifecycles() - Method in interface org.apache.maven.api.plugin.LifecycleProvider
- getLineNumber() - Method in class org.apache.maven.api.model.InputLocation
- getLineNumber() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the one-based index of the line containing the problem.
- getLineNumber() - Method in interface org.apache.maven.api.services.xml.Location
-
Return the line number where the current event ends, returns -1 if none is available.
- getLineNumber() - Method in class org.apache.maven.api.settings.InputLocation
- getLineNumber() - Method in exception class org.apache.maven.api.spi.ModelParserException
- getLineNumber() - Method in class org.apache.maven.api.toolchain.InputLocation
- getListeners() - Method in interface org.apache.maven.api.Session
-
Returns the list of registered listeners.
- getLocalRepository() - Method in interface org.apache.maven.api.Session
-
Retrieves the local repository associated with this session.
- getLocalRepository() - Method in class org.apache.maven.api.settings.Settings
-
The local repository.
Default value is:${user.home}/.m2/repository
- getLocation() - Method in class org.apache.maven.api.model.InputSource
-
Get the path/URL of the POM or
null
if unknown. - getLocation() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the location of the problem.
- getLocation() - Method in interface org.apache.maven.api.services.Source
-
Provides a user-friendly hint about the location of the source.
- getLocation() - Method in exception class org.apache.maven.api.services.xml.XmlReaderException
- getLocation() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getLocation() - Method in exception class org.apache.maven.api.services.xml.XmlWriterException
- getLocation() - Method in class org.apache.maven.api.settings.InputSource
-
Get the path/URL of the settings definition or
null
if unknown. - getLocation() - Method in class org.apache.maven.api.toolchain.InputSource
-
Get the path/URL of the settings definition or
null
if unknown. - getLocation(Object) - Method in class org.apache.maven.api.model.Activation
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ActivationFile
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ActivationOS
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ActivationProperty
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Build
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.BuildBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.CiManagement
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Contributor
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Dependency
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.DependencyManagement
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Developer
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.DistributionManagement
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Exclusion
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Extension
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.FileSet
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.InputLocation
- getLocation(Object) - Method in interface org.apache.maven.api.model.InputLocationTracker
- getLocation(Object) - Method in class org.apache.maven.api.model.IssueManagement
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.License
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.MailingList
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Model
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ModelBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Notifier
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Organization
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Parent
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.PatternSet
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Plugin
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.PluginConfiguration
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.PluginContainer
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.PluginExecution
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.PluginManagement
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Prerequisites
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Profile
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Relocation
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Reporting
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ReportPlugin
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.ReportSet
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Repository
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.RepositoryBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Resource
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Scm
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.model.Site
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Activation
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationFile
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationOS
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.ActivationProperty
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.InputLocation
- getLocation(Object) - Method in interface org.apache.maven.api.settings.InputLocationTracker
- getLocation(Object) - Method in class org.apache.maven.api.settings.Mirror
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Profile
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Proxy
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Repository
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Server
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.Settings
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.settings.TrackableBase
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.toolchain.InputLocation
- getLocation(Object) - Method in interface org.apache.maven.api.toolchain.InputLocationTracker
- getLocation(Object) - Method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Gets the location of the specified field in the input source.
- getLocation(Object) - Method in class org.apache.maven.api.toolchain.TrackableBase
-
Gets the location of the specified field in the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Activation
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ActivationFile
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ActivationOS
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ActivationProperty
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Build
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.BuildBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.CiManagement
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Contributor
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Dependency
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.DependencyManagement
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.DeploymentRepository
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Developer
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.DistributionManagement
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Exclusion
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Extension
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.FileSet
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.IssueManagement
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.License
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.MailingList
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Model
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ModelBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Notifier
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Organization
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Parent
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.PatternSet
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Plugin
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.PluginConfiguration
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.PluginContainer
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.PluginExecution
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.PluginManagement
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Prerequisites
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Profile
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Relocation
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Reporting
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ReportPlugin
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.ReportSet
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Repository
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.RepositoryBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Resource
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Scm
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.model.Site
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Activation
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.ActivationFile
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.ActivationOS
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.ActivationProperty
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Mirror
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Profile
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Proxy
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Repository
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.RepositoryBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Server
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.Settings
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.settings.TrackableBase
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Gets the keys of the locations of the input source.
- getLocationKeys() - Method in class org.apache.maven.api.toolchain.TrackableBase
-
Gets the keys of the locations of the input source.
- getLocations() - Method in class org.apache.maven.api.model.InputLocation
- getLocations() - Method in class org.apache.maven.api.settings.InputLocation
- getLocations() - Method in class org.apache.maven.api.toolchain.InputLocation
- getLongMessage() - Method in exception class org.apache.maven.api.plugin.MojoException
- getLowerBoundary() - Method in interface org.apache.maven.api.VersionRange
-
Returns the lower boundary of this range, or
null
if none. - getLowerVersion() - Method in interface org.apache.maven.api.services.VersionRangeResolverResult
- getMailingLists() - Method in class org.apache.maven.api.model.Model
-
Contains information about a project's mailing lists.
- getMainArtifact() - Method in interface org.apache.maven.api.Project
-
Returns the project main artifact, which is the artifact produced by this project build, if applicable.
- getManagedDependencies() - Method in interface org.apache.maven.api.Project
-
Returns the project managed dependencies (directly specified or inherited).
- getManagedDependencies() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getManagementKey() - Method in class org.apache.maven.api.model.Dependency
- getMaven() - Method in class org.apache.maven.api.model.Prerequisites
-
For a plugin project (packaging is
maven-plugin
), the minimum version of Maven required to use the resulting plugin.
In Maven 2, this was also specifying the minimum version of Maven required to build a project, but this usage is deprecated in Maven 3 and not checked any more: use the Maven Enforcer Plugin'srequireMavenVersion
rule instead. - getMavenVersion() - Method in interface org.apache.maven.api.Session
-
Returns the current maven version.
- getMergeId() - Method in class org.apache.maven.api.model.Resource
-
FOR INTERNAL USE ONLY.
- getMessage() - Method in class org.apache.maven.api.model.Relocation
-
An additional message to show the user about the move, such as the reason.
- getMessage() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the message that describes this problem.
- getMirrorOf() - Method in class org.apache.maven.api.settings.Mirror
-
A repository id or (since Maven 2.0.9) an expression matching one or many repository ids to mirror, e.g.,
central
or*,!repo1
. - getMirrorOfLayouts() - Method in class org.apache.maven.api.settings.Mirror
-
The layouts of repositories being mirrored.
- getMirrors() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of download mirrors for repositories.
- getMissing() - Method in class org.apache.maven.api.model.ActivationFile
-
The name of the file that must be missing to activate the profile.
- getMissing() - Method in class org.apache.maven.api.settings.ActivationFile
-
The name of the file that should be missing to activate a profile.
- getModel() - Method in interface org.apache.maven.api.MojoExecution
- getModel() - Method in interface org.apache.maven.api.Plugin
- getModel() - Method in interface org.apache.maven.api.Project
-
Returns the project model.
- getModelEncoding() - Method in class org.apache.maven.api.cli.extensions.CoreExtensions
- getModelEncoding() - Method in class org.apache.maven.api.metadata.Metadata
- getModelEncoding() - Method in class org.apache.maven.api.model.Model
- getModelEncoding() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
- getModelEncoding() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- getModelEncoding() - Method in class org.apache.maven.api.settings.Settings
- getModelEncoding() - Method in class org.apache.maven.api.toolchain.PersistedToolchains
- getModelId() - Method in class org.apache.maven.api.model.InputSource
-
Get the identifier of the POM in the format
<groupId>:<artifactId>:<version>
. - getModelId() - Method in exception class org.apache.maven.api.services.ModelBuilderException
-
Gets the identifier of the POM whose effective model could not be built.
- getModelId() - Method in interface org.apache.maven.api.services.ModelProblem
-
Gets the identifier of the model from which the problem originated.
- getModelId() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getModelVersion() - Method in class org.apache.maven.api.metadata.Metadata
-
The version of the underlying metadata model.
- getModelVersion() - Method in class org.apache.maven.api.model.Model
-
Declares to which version of project descriptor this POM conforms.
- getModuleDescriptor(Path) - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Returns the Java module descriptor of the dependency at the given path.
- getModuleName(Path) - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Returns the Java module name of the dependency at the given path.
- getModules() - Method in class org.apache.maven.api.model.ModelBase
-
Deprecated.Use
ModelBase.subprojects
instead. - getMojoExecution() - Method in interface org.apache.maven.api.Event
-
Gets the current mojo execution (if any).
- getMojos() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Description of each Mojo provided by the plugin.
- getName() - Method in class org.apache.maven.api.metadata.Plugin
-
Display name for the plugin.
- getName() - Method in class org.apache.maven.api.model.ActivationOS
-
The name of the operating system to be used to activate the profile.
- getName() - Method in class org.apache.maven.api.model.ActivationProperty
-
The name of the property to be used to activate a profile.
- getName() - Method in class org.apache.maven.api.model.Contributor
-
The full name of the contributor.
- getName() - Method in class org.apache.maven.api.model.License
-
The full legal name of the license.
- getName() - Method in class org.apache.maven.api.model.MailingList
-
The name of the mailing list.
- getName() - Method in class org.apache.maven.api.model.Model
-
The full name of the project.
- getName() - Method in class org.apache.maven.api.model.Organization
-
The full name of the organization.
- getName() - Method in class org.apache.maven.api.model.RepositoryBase
-
Human readable name of the repository.
- getName() - Method in class org.apache.maven.api.model.Site
-
Human readable name of the deployment location.
- getName() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
The name of the parameter, to be used while configuring this parameter from the Mojo's declared defaults or from the POM.
- getName() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Name of the plugin.
- getName() - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService.ChecksumAlgorithm
-
Returns the algorithm name, usually used as key, never
null
value. - getName() - Method in class org.apache.maven.api.settings.ActivationOS
-
The name of the OS to be used to activate a profile.
- getName() - Method in class org.apache.maven.api.settings.ActivationProperty
-
The name of the property to be used to activate a profile.
- getName() - Method in class org.apache.maven.api.settings.Mirror
-
The optional name that describes the mirror.
- getName() - Method in class org.apache.maven.api.settings.RepositoryBase
-
Human readable name of the repository.
- getName() - Method in interface org.apache.maven.api.xml.XmlNode
- getNamespaceUri() - Method in class org.apache.maven.api.cli.extensions.CoreExtensions
- getNamespaceUri() - Method in class org.apache.maven.api.metadata.Metadata
- getNamespaceUri() - Method in class org.apache.maven.api.model.Model
- getNamespaceUri() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
- getNamespaceUri() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- getNamespaceUri() - Method in class org.apache.maven.api.settings.Settings
- getNamespaceUri() - Method in class org.apache.maven.api.toolchain.PersistedToolchains
- getNamespaceUri() - Method in interface org.apache.maven.api.xml.XmlNode
- getNodes() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
The ordered list of the flattened dependency nodes.
- getNonProxyHosts() - Method in class org.apache.maven.api.settings.Proxy
-
The list of non-proxied hosts (delimited by
|
). - getNotifiers() - Method in class org.apache.maven.api.model.CiManagement
-
Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
- getOptional() - Method in interface org.apache.maven.api.DependencyCoordinates
-
Returns whether the dependency is optional, mandatory or of unspecified obligation.
- getOptional() - Method in class org.apache.maven.api.model.Dependency
-
Indicates the dependency is optional for use of this library.
- getOrganization() - Method in class org.apache.maven.api.model.Contributor
-
The organization to which the contributor belongs.
- getOrganization() - Method in class org.apache.maven.api.model.Model
-
This element describes various attributes of the organization to which the project belongs.
- getOrganizationUrl() - Method in class org.apache.maven.api.model.Contributor
-
The URL of the organization.
- getOs() - Method in class org.apache.maven.api.model.Activation
-
Specifies that this profile will be activated when matching operating system attributes are detected.
- getOs() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when matching OS attributes are detected.
- getOtherArchives() - Method in class org.apache.maven.api.model.MailingList
-
The link to alternate URLs where you can browse the list archive.
- getOutputDirectory() - Method in class org.apache.maven.api.model.Build
-
The directory where compiled application classes are placed.
- getOutputDirectory() - Method in class org.apache.maven.api.model.Reporting
-
Where to store all the generated reports.
- getOutputStream() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- getPackaging() - Method in class org.apache.maven.api.model.Activation
-
Specifies that this profile will be activated based on the project's packaging.
- getPackaging() - Method in class org.apache.maven.api.model.Model
-
The type of artifact this project produces, for example
jar
,war
,ear
,pom
. - getPackaging() - Method in interface org.apache.maven.api.Project
-
Returns the project packaging.
- getPackaging() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated based on the project's packaging.
- getParameters() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
- getParent() - Method in class org.apache.maven.api.model.Model
-
The location of the parent project, if one exists.
- getParent() - Method in interface org.apache.maven.api.Project
-
Returns project parent project, if any.
- getParentModel() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the effective model of the parent POM.
- getPassphrase() - Method in class org.apache.maven.api.settings.Server
-
The passphrase used in conjunction with the privateKey to authenticate.
- getPassword() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy password.
- getPassword() - Method in class org.apache.maven.api.settings.Server
-
The password used in conjunction with the username to authenticate.
- getPath() - Method in interface org.apache.maven.api.DownloadedArtifact
-
Returns the actual file that has been downloaded in the file system.
- getPath() - Method in interface org.apache.maven.api.LocalRepository
- getPath() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- getPath() - Method in interface org.apache.maven.api.services.Source
-
Provides access the file to be parsed, if this source is backed by a file.
- getPath() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getPath() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- getPath(Artifact) - Method in interface org.apache.maven.api.services.ArtifactManager
-
Returns the path of the file previously associated to this artifact or
Optional.empty()
if no path has been associated. - getPath(Artifact) - Method in interface org.apache.maven.api.services.ArtifactResolverResult
- getPath(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns the path to the built project artifact file, if the project has been built.
- getPathForLocalArtifact(Artifact) - Method in interface org.apache.maven.api.Session
-
Gets the relative path for a locally installed artifact.
- getPathForLocalArtifact(Session, LocalRepository, Artifact) - Method in interface org.apache.maven.api.services.LocalRepositoryManager
-
Gets the relative path for a locally installed artifact.
- getPathForRemoteArtifact(RemoteRepository, Artifact) - Method in interface org.apache.maven.api.Session
-
Gets the relative path for an artifact cached from a remote repository.
- getPathForRemoteArtifact(Session, LocalRepository, RemoteRepository, Artifact) - Method in interface org.apache.maven.api.services.LocalRepositoryManager
-
Gets the relative path for an artifact cached from a remote repository.
- getPaths() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Returns the file paths of all dependencies, regardless on which tool option those paths should be placed.
- getPathScope() - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
pathScope used to flatten dependencies
- getPathScope() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getPathTypeFilter() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
-
Returns a filter for the types of path (class-path, module-path, …) accepted by the tool.
- getPathTypes() - Method in interface org.apache.maven.api.Type
-
Types of path (class-path, module-path, …) where the dependency can be placed.
- getPhase() - Method in class org.apache.maven.api.model.PluginExecution
-
The build lifecycle phase to bind the goals in this execution to.
- getPhase() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Defines a default phase to bind a Mojo execution to if the user does not explicitly set a phase in the POM.
- getPhases() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
The phase mappings for this lifecycle.
- getPlugin() - Method in interface org.apache.maven.api.MojoExecution
- getPluginContext(Project) - Method in interface org.apache.maven.api.Session
-
Returns the plugin context for mojo being executed and the specified
Project
, never returnsnull
as if context not present, creates it. - getPluginGroups() - Method in class org.apache.maven.api.settings.Settings
-
List of groupIds to search for a plugin when that plugin groupId is not explicitly provided.
- getPluginLookupKey() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- getPluginManagement() - Method in class org.apache.maven.api.model.PluginConfiguration
-
Default plugin information to be made available for reference by projects derived from this one.
- getPluginRepositories() - Method in class org.apache.maven.api.model.ModelBase
-
The lists of the remote repositories for discovering plugins for builds and reports.
- getPluginRepositories() - Method in class org.apache.maven.api.settings.Profile
-
The lists of the remote repositories for discovering plugins.
- getPluginRepositories() - Method in class org.apache.maven.api.settings.Settings
-
The lists of the remote repositories for discovering plugins.
- getPlugins() - Method in class org.apache.maven.api.metadata.Metadata
-
The set of plugins when this directory represents a "groupId".
- getPlugins() - Method in class org.apache.maven.api.model.PluginContainer
-
The list of plugins to use.
- getPlugins() - Method in class org.apache.maven.api.model.Reporting
-
The reporting plugins to use and their configuration.
- getPluginsAsMap() - Method in class org.apache.maven.api.model.PluginContainer
- getPomArtifact() - Method in interface org.apache.maven.api.Project
-
Returns the project POM artifact, which is the artifact of the POM of this project.
- getPomFile() - Method in class org.apache.maven.api.model.Model
-
Originating POM file
- getPomFile() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the POM file from which the project was built.
- getPomPath() - Method in interface org.apache.maven.api.Project
-
Returns the path to the pom file for this project.
- getPort() - Method in class org.apache.maven.api.settings.Proxy
-
Returns the port to use for this proxy.
- getPortString() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy port.
- getPost() - Method in class org.apache.maven.api.model.MailingList
-
The email address or link that can be used to post to the mailing list.
- getPrefix() - Method in class org.apache.maven.api.metadata.Plugin
-
The plugin invocation prefix (i.e.
- getPrefix() - Method in interface org.apache.maven.api.xml.XmlNode
- getPrerequisites() - Method in class org.apache.maven.api.model.Model
-
Describes the prerequisites in the build environment for this project.
- getPriority() - Method in class org.apache.maven.api.model.PluginExecution
-
The priority of this execution compared to other executions which are bound to the same phase.
- getPriority() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
If specified, identifies a within phase prioritization of executions.
- getPrivateKey() - Method in class org.apache.maven.api.settings.Server
-
The private key location used to authenticate.
- getProblems() - Method in exception class org.apache.maven.api.services.ModelBuilderException
-
Gets the problems that caused this exception.
- getProblems() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the problems that were encountered during the project building.
- getProblems() - Method in interface org.apache.maven.api.services.ModelProblemCollector
-
The collected problems.
- getProblems() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the problems that were encountered during the project building.
- getProblems() - Method in exception class org.apache.maven.api.services.SettingsBuilderException
- getProblems() - Method in interface org.apache.maven.api.services.SettingsBuilderResult
-
Gets the problems that were encountered during the settings building.
- getProblems() - Method in exception class org.apache.maven.api.services.ToolchainsBuilderException
- getProblems() - Method in interface org.apache.maven.api.services.ToolchainsBuilderResult
-
Gets the problems that were encountered during the settings building.
- getProfiles() - Method in class org.apache.maven.api.model.Model
-
A listing of project-local build profiles which will modify the build process when activated.
- getProfiles() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
-
Defines external profiles that may be activated for the given model.
- getProfiles() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of build profiles for adjusting the build according to environmental parameters.
- getProject() - Method in interface org.apache.maven.api.Event
-
Gets the current project (if any).
- getProject() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getProject() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the project that was built.
- getProjectDirectory() - Method in class org.apache.maven.api.model.Model
-
Gets the base directory for the corresponding project (if any).
- getProjectId() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the identifier of the project that could not be built.
- getProjects() - Method in interface org.apache.maven.api.Session
-
Retrieves a list of projects associated with the session.
- getProjectSettingsSource() - Method in interface org.apache.maven.api.services.SettingsBuilderRequest
-
Gets the project settings source.
- getProperties() - Method in class org.apache.maven.api.model.Contributor
-
Properties about the contributor, such as an instant messenger handle.
- getProperties() - Method in class org.apache.maven.api.model.ModelBase
-
Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled.
- getProperties() - Method in class org.apache.maven.api.settings.Profile
-
Extended configuration specific to this profile goes here.
- getProperties(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns an immutable map of the project properties.
- getProperty() - Method in class org.apache.maven.api.model.Activation
-
Specifies that this profile will be activated when this property is specified.
- getProperty() - Method in class org.apache.maven.api.settings.Activation
-
Specifies that this profile will be activated when this property is specified.
- getProtocol() - Method in interface org.apache.maven.api.RemoteRepository
- getProtocol() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy protocol.
- getProvides() - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Toolchain identification information, which will be matched against project requirements.
- getProxies() - Method in class org.apache.maven.api.settings.Settings
-
Configuration for different proxy profiles.
- getPublicId() - Method in interface org.apache.maven.api.services.xml.Location
-
Returns the public ID of the XML
- getRawModel() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the file model + build pom transformation, without inheritance nor interpolation.
- getReader() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getRecommendedVersion() - Method in interface org.apache.maven.api.VersionConstraint
-
Returns the recommended version of this constraint, or
null
if none. - getRelativePath() - Method in class org.apache.maven.api.model.Parent
-
The relative path of the parent subproject POM file or directory within the checkout.
- getRelease() - Method in class org.apache.maven.api.metadata.Versioning
-
What the last version added to the directory is, for the releases only ("groupId/artifactId" directory only)
- getReleases() - Method in class org.apache.maven.api.model.Repository
-
How to handle downloading of releases from this repository.
- getReleases() - Method in class org.apache.maven.api.settings.Repository
-
How to handle downloading of releases from this repository
- getRelocation() - Method in class org.apache.maven.api.model.DistributionManagement
-
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
- getRemotePluginRepositories(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns an immutable list of project remote plugin repositories (directly specified or inherited).
- getRemoteProjectRepositories(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns an immutable list of project remote repositories (directly specified or inherited).
- getRemoteRepositories() - Method in interface org.apache.maven.api.Node
- getRemoteRepositories() - Method in interface org.apache.maven.api.Session
-
Retrieves a list of remote repositories associated with this session.
- getReporting() - Method in class org.apache.maven.api.model.ModelBase
-
This element includes the specification of report plugins to use to generate the reports on the Maven-generated site.
- getReports() - Method in class org.apache.maven.api.model.ReportSet
-
The list of reports from this plugin which should be generated from this set.
- getReportSets() - Method in class org.apache.maven.api.model.ReportPlugin
-
Multiple specifications of a set of reports, each having (possibly) different configuration.
- getReportSetsAsMap() - Method in class org.apache.maven.api.model.ReportPlugin
- getRepositories() - Method in class org.apache.maven.api.model.ModelBase
-
The lists of the remote repositories for discovering dependencies and extensions.
- getRepositories() - Method in interface org.apache.maven.api.services.ArtifactResolverRequest
- getRepositories() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getRepositories() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getRepositories() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- getRepositories() - Method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- getRepositories() - Method in interface org.apache.maven.api.services.VersionResolverRequest
- getRepositories() - Method in class org.apache.maven.api.settings.Profile
-
The lists of the remote repositories.
- getRepositories() - Method in class org.apache.maven.api.settings.Settings
-
The lists of the remote repositories.
- getRepository() - Method in class org.apache.maven.api.model.DistributionManagement
-
Information needed to deploy the artifacts generated by the project to a remote repository.
- getRepository() - Method in interface org.apache.maven.api.Node
-
The repository where this artifact has been downloaded from.
- getRepository() - Method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- getRepository() - Method in interface org.apache.maven.api.services.VersionResolverResult
- getRepository(Version) - Method in interface org.apache.maven.api.services.VersionRangeResolverResult
- getRepositoryMerging() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getRequestType() - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
either
collect
,flatten
, orresolve
- getRequestType() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getRequestType() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getRequiredJavaVersion() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
A version range which specifies the supported Java versions.
- getRequiredMavenVersion() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
A version range which specifies the supported Maven versions.
- getResolutions() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
- getResources() - Method in class org.apache.maven.api.model.BuildBase
-
This element describes all the classpath resources such as properties files associated with a project.
- getResources(Project, ProjectScope) - Method in interface org.apache.maven.api.services.ProjectManager
-
Get the list of resources for the given project and scope
- getResult() - Method in exception class org.apache.maven.api.services.ModelBuilderException
-
Gets the interim result of the model building up to the point where it failed.
- getRetryFailedDeploymentCount() - Method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- getRole() - Method in class org.apache.maven.api.plugin.descriptor.Requirement
- getRoleHint() - Method in class org.apache.maven.api.plugin.descriptor.Requirement
- getRoles() - Method in class org.apache.maven.api.model.Contributor
-
The roles the contributor plays in the project.
- getRoot() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getRoot() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
Gets the root node of the dependency graph.
- getRootArtifact() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getRootDirectory() - Method in interface org.apache.maven.api.Project
-
Gets the root directory of the project, which is the parent directory containing the
.mvn
directory or flagged withroot="true"
. - getRootDirectory() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getRootDirectory() - Method in interface org.apache.maven.api.Session
-
Gets the root directory of the session, which is the root directory for the top directory project.
- getRootModel() - Method in interface org.apache.maven.api.services.ModelProblemCollector
- getScm() - Method in class org.apache.maven.api.model.Model
-
Specification for the SCM used by the project, such as CVS, Subversion, etc.
- getScope() - Method in interface org.apache.maven.api.Dependency
-
Returns the time at which the dependency will be used.
- getScope() - Method in interface org.apache.maven.api.DependencyCoordinates
-
Returns the time at which the dependency will be used.
- getScope() - Method in class org.apache.maven.api.model.Dependency
-
The scope of the dependency -
compile
,runtime
,test
,system
, andprovided
. - getScope() - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- getScriptSourceDirectory() - Method in class org.apache.maven.api.model.Build
-
This element specifies a directory containing the script sources of the project.
- getServers() - Method in class org.apache.maven.api.settings.Settings
-
Configuration of server-specific settings, mainly authentication method.
- getService(Class<T>) - Method in interface org.apache.maven.api.Session
-
Retrieves the service for the interface
- getSession() - Method in interface org.apache.maven.api.Event
-
Gets the session from which this event originates.
- getSession() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getSession() - Method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- getSession() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getSession() - Method in interface org.apache.maven.api.services.ArtifactInstallerRequest
- getSession() - Method in interface org.apache.maven.api.services.ArtifactResolverRequest
- getSession() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getSession() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getSession() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- getSession() - Method in interface org.apache.maven.api.services.SettingsBuilderRequest
- getSession() - Method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
- getSession() - Method in interface org.apache.maven.api.services.VersionRangeResolverRequest
- getSession() - Method in interface org.apache.maven.api.services.VersionResolverRequest
- getSettings() - Method in interface org.apache.maven.api.Session
-
Retrieves the settings for the current session.
- getSeverity() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the severity level of this problem.
- getSince() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Specify the version when the Mojo was added to the API.
- getSince() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Specify the version when the parameter was added to the API.
- getSite() - Method in class org.apache.maven.api.model.DistributionManagement
-
Information needed for deploying the web site of the project.
- getSnapshot() - Method in class org.apache.maven.api.metadata.Versioning
-
The current snapshot data in use for this version ("groupId/artifactId/version" only)
- getSnapshotRepository() - Method in class org.apache.maven.api.model.DistributionManagement
-
Where to deploy snapshots of artifacts to.
- getSnapshots() - Method in class org.apache.maven.api.model.Repository
-
How to handle downloading of snapshots from this repository.
- getSnapshots() - Method in class org.apache.maven.api.settings.Repository
-
How to handle downloading of snapshots from this repository
- getSnapshotVersions() - Method in class org.apache.maven.api.metadata.Versioning
-
Information for each sub-artifact available in this artifact snapshot.
- getSource() - Method in class org.apache.maven.api.model.InputLocation
- getSource() - Method in class org.apache.maven.api.model.Profile
- getSource() - Method in exception class org.apache.maven.api.plugin.MojoException
- getSource() - Method in interface org.apache.maven.api.services.BuilderProblem
-
Gets the hint about the source of the problem.
- getSource() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- getSource() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Gets the source from which the model was read.
- getSource() - Method in interface org.apache.maven.api.services.ModelProblemCollector
- getSource() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- getSource() - Method in class org.apache.maven.api.settings.InputLocation
- getSource() - Method in class org.apache.maven.api.toolchain.InputLocation
- getSourceDirectory() - Method in class org.apache.maven.api.model.Build
-
This element specifies a directory containing the source of the project.
- getStartTime() - Method in interface org.apache.maven.api.Session
-
Returns the start time of the session.
- getStatus() - Method in class org.apache.maven.api.model.DistributionManagement
-
Gives the status of this artifact in the remote repository.
- getString(URI) - Method in interface org.apache.maven.api.services.Transport
-
GETs the source URI content as string using UTF8 charset.
- getString(URI, Charset) - Method in interface org.apache.maven.api.services.Transport
-
GETs the source URI content as string.
- getSubprojects() - Method in class org.apache.maven.api.model.ModelBase
-
The subprojects (formerly called modules) to build as a part of this project.
- getSubscribe() - Method in class org.apache.maven.api.model.MailingList
-
The email address or link that can be used to subscribe to the mailing list.
- getSuperPom(String) - Method in interface org.apache.maven.api.services.SuperPomProvider
-
Gets the super POM for the specified model version.
- getSystem() - Method in class org.apache.maven.api.model.CiManagement
-
The name of the continuous integration system, e.g.
- getSystem() - Method in class org.apache.maven.api.model.IssueManagement
-
The name of the issue management system, e.g.
- getSystemId() - Method in interface org.apache.maven.api.services.xml.Location
-
Returns the system ID of the XML
- getSystemPath() - Method in class org.apache.maven.api.model.Dependency
-
FOR SYSTEM SCOPE ONLY.
- getSystemProperties() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
-
Provides a map of system properties.
- getSystemProperties() - Method in interface org.apache.maven.api.Session
-
Returns immutable system properties to use for interpolation.
- getTag() - Method in class org.apache.maven.api.model.Scm
-
The tag of current code.
- getTargetPath() - Method in class org.apache.maven.api.model.Resource
-
Describe the resource target path.
- getTerminalWidth() - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Returns the terminal width or
-1
if not supported. - getTestOutputDirectory() - Method in class org.apache.maven.api.model.Build
-
The directory where compiled test classes are placed.
- getTestResources() - Method in class org.apache.maven.api.model.BuildBase
-
This element describes all the classpath resources such as properties files associated with a project's unit tests.
- getTestSourceDirectory() - Method in class org.apache.maven.api.model.Build
-
This element specifies a directory containing the unit test source of the project.
- getTimestamp() - Method in class org.apache.maven.api.metadata.Snapshot
-
The timestamp when this version was deployed.
- getTimezone() - Method in class org.apache.maven.api.model.Contributor
-
The timezone the contributor is in.
- getToolchainFromBuildContext(Session, String) - Method in interface org.apache.maven.api.services.ToolchainManager
- getToolchains() - Method in class org.apache.maven.api.toolchain.PersistedToolchains
-
The toolchain instance definition.
- getToolchains(Session, String, Map<String, String>) - Method in interface org.apache.maven.api.services.ToolchainManager
- getToolchainsForType(Session, String) - Method in interface org.apache.maven.api.services.ToolchainManager
- getTopDirectory() - Method in interface org.apache.maven.api.Session
-
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. - getTransformer() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getType() - Method in interface org.apache.maven.api.Dependency
-
Returns the type of the dependency.
- getType() - Method in interface org.apache.maven.api.DependencyCoordinates
-
Returns the type of the dependency.
- getType() - Method in interface org.apache.maven.api.Event
-
Gets the type of the event.
- getType() - Method in class org.apache.maven.api.model.Dependency
-
The type of dependency, that will be mapped to a file extension, an optional classifier, and a few other attributes.
- getType() - Method in class org.apache.maven.api.model.Notifier
-
The mechanism used to deliver notifications.
- getType() - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
The type of dependency.
- getType() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
The Java type for this parameter.
- getType() - Method in interface org.apache.maven.api.Repository
-
Gets the type of the repository, for example "default".
- getType() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getType() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getType() - Method in interface org.apache.maven.api.Toolchain
-
Gets the type of toolchain.
- getType() - Method in class org.apache.maven.api.toolchain.ToolchainModel
- getUnsubscribe() - Method in class org.apache.maven.api.model.MailingList
-
The email address or link that can be used to unsubscribe to the mailing list.
- getUpdated() - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
The timestamp when this version information was last updated.
- getUpdatePolicy() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
The frequency for downloading updates - can be
always
,daily
(default),interval:XXX
(in minutes) ornever
(only if it doesn't exist locally). - getUpdatePolicy() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
The frequency for downloading updates - can be "always", "daily" (default), "interval:XXX" (in minutes) or "never" (only if it doesn't exist locally).
- getUpperBoundary() - Method in interface org.apache.maven.api.VersionRange
-
Returns the upper boundary of this range, or
null
if none. - getUrl() - Method in class org.apache.maven.api.model.CiManagement
-
URL for the continuous integration system used by the project if it has a web interface.
- getUrl() - Method in class org.apache.maven.api.model.Contributor
-
The URL for the homepage of the contributor.
- getUrl() - Method in class org.apache.maven.api.model.IssueManagement
-
URL for the issue management system used by the project.
- getUrl() - Method in class org.apache.maven.api.model.License
-
The official url for the license text.
- getUrl() - Method in class org.apache.maven.api.model.Model
-
The URL to the project's homepage.
- getUrl() - Method in class org.apache.maven.api.model.Organization
-
The URL to the organization's home page.
- getUrl() - Method in class org.apache.maven.api.model.RepositoryBase
-
The url of the repository, in the form
protocol://hostname/path
. - getUrl() - Method in class org.apache.maven.api.model.Scm
-
The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
- getUrl() - Method in class org.apache.maven.api.model.Site
-
The url of the location where website is deployed, in the form
protocol://hostname/path
. - getUrl() - Method in interface org.apache.maven.api.RemoteRepository
- getUrl() - Method in class org.apache.maven.api.settings.Mirror
-
The URL of the mirror repository.
- getUrl() - Method in class org.apache.maven.api.settings.RepositoryBase
-
The url of the repository.
- getURL() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- getUsername() - Method in class org.apache.maven.api.settings.Proxy
-
The proxy user.
- getUsername() - Method in class org.apache.maven.api.settings.Server
-
The username used to authenticate.
- getUserProperties() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
-
Provides a map of user properties.
- getUserProperties() - Method in interface org.apache.maven.api.Session
-
Returns immutable user properties to use for interpolation.
- getUserSettingsSource() - Method in interface org.apache.maven.api.services.SettingsBuilderRequest
-
Gets the user settings source.
- getUserToolchainsSource() - Method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
-
Gets the user Toolchains source.
- getValue() - Method in class org.apache.maven.api.model.ActivationProperty
-
The value of the property required to activate a profile.
- getValue() - Method in class org.apache.maven.api.settings.ActivationProperty
-
The value of the property to be used to activate a profile.
- getValue() - Method in interface org.apache.maven.api.xml.XmlNode
- getVerbose() - Method in interface org.apache.maven.api.services.DependencyResolverRequest
- getVersion() - Method in interface org.apache.maven.api.Artifact
-
Returns the version of the artifact.
- getVersion() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
The version of the extension.
- getVersion() - Method in class org.apache.maven.api.metadata.Metadata
-
The base version (i.e.
- getVersion() - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
The resolved snapshot version of the sub-artifact.
- getVersion() - Method in class org.apache.maven.api.model.ActivationOS
-
The version of the operating system to be used to activate the profile.
- getVersion() - Method in class org.apache.maven.api.model.Dependency
-
The version of the dependency, e.g.
- getVersion() - Method in class org.apache.maven.api.model.Extension
-
The version of the extension.
- getVersion() - Method in class org.apache.maven.api.model.Model
-
The current version of the artifact produced by this project.
- getVersion() - Method in class org.apache.maven.api.model.Parent
-
The version of the parent project to inherit.
- getVersion() - Method in class org.apache.maven.api.model.Plugin
-
The version (or valid range of versions) of the plugin to be used.
- getVersion() - Method in class org.apache.maven.api.model.Relocation
-
The new version of the artifact.
- getVersion() - Method in class org.apache.maven.api.model.ReportPlugin
-
The version of the reporting plugin to be used.
- getVersion() - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
The version of the dependency.
- getVersion() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
The version of the plugin.
- getVersion() - Method in interface org.apache.maven.api.Project
-
Returns the project version.
- getVersion() - Method in interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
- getVersion() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
- getVersion() - Method in interface org.apache.maven.api.services.ModelProblem
-
Gets the applicable maven version/validation level of this problem
- getVersion() - Method in interface org.apache.maven.api.services.VersionResolverResult
- getVersion() - Method in class org.apache.maven.api.settings.ActivationOS
-
The version of the OS to be used to activate a profile.
- getVersion() - Method in interface org.apache.maven.api.VersionRange.Boundary
-
The bounding version.
- getVersionConstraint() - Method in interface org.apache.maven.api.ArtifactCoordinates
-
Returns the specific version, range of versions or meta-version of the artifact.
- getVersioning() - Method in class org.apache.maven.api.metadata.Metadata
-
Versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- getVersionRange() - Method in interface org.apache.maven.api.VersionConstraint
-
Returns the range of this constraint, or
null
if none. - getVersions() - Method in class org.apache.maven.api.metadata.Versioning
-
Versions available of the artifact (both releases and snapshots) ("groupId/artifactId" directory only)
- getVersions() - Method in interface org.apache.maven.api.services.VersionRangeResolverResult
- getWriter() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- goal() - Element in annotation interface org.apache.maven.api.plugin.annotations.Execute
-
Goal to fork.
- goal(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- goalPrefix(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- goals() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the list of goals and phases to execute.
- goals() - Method in interface org.apache.maven.api.cli.mvnenc.EncryptOptions
-
Returns the list of encryption goals to be executed.
- goals(Collection<String>) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- goals(Collection<String>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution.Builder
- groupId(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- groupId(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Exclusion.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Extension.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Model.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Parent.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Plugin.Builder
- groupId(String) - Method in class org.apache.maven.api.model.Relocation.Builder
- groupId(String) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- groupId(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- groupId(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- groupId(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- groupId(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- groupId(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
H
- hasErrors() - Method in interface org.apache.maven.api.services.ModelProblemCollector
- hasFatalErrors() - Method in interface org.apache.maven.api.services.ModelProblemCollector
- hashCode() - Method in class org.apache.maven.api.metadata.SnapshotVersion
- hashCode() - Method in class org.apache.maven.api.model.DeploymentRepository
- hashCode() - Method in class org.apache.maven.api.model.Extension
- hashCode() - Method in class org.apache.maven.api.model.InputSource
- hashCode() - Method in class org.apache.maven.api.model.Plugin
- hashCode() - Method in class org.apache.maven.api.model.Repository
- hashCode() - Method in class org.apache.maven.api.model.RepositoryBase
- hashCode() - Method in class org.apache.maven.api.SessionData.Key
- hashCode() - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Computes a hash value based on
ToolchainModel.getType()
andToolchainModel.getProvides()
values. - help() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to show help information.
- host(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
I
- id() - Method in enum class org.apache.maven.api.DependencyScope
-
The
id
uniquely represents a value for this extensible enum. - id() - Method in interface org.apache.maven.api.ExtensibleEnum
-
The
id
uniquely represents a value for this extensible enum. - id() - Method in enum class org.apache.maven.api.JavaPathType
-
Returns the unique name of this path type.
- id() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the name of the tool option for this path, including the module name.
- id() - Method in interface org.apache.maven.api.Lifecycle
-
Name or identifier of this lifecycle.
- id() - Method in interface org.apache.maven.api.Packaging
-
The packaging id.
- id() - Method in interface org.apache.maven.api.PathType
-
Returns the unique name of this path type, including the module to patch if any.
- id() - Method in interface org.apache.maven.api.Type
-
Returns the dependency type id.
- id(String) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- id(String) - Method in class org.apache.maven.api.model.Developer.Builder
- id(String) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- id(String) - Method in class org.apache.maven.api.model.Profile.Builder
- id(String) - Method in class org.apache.maven.api.model.ReportSet.Builder
- id(String) - Method in class org.apache.maven.api.model.Repository.Builder
- id(String) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- id(String) - Method in class org.apache.maven.api.model.Site.Builder
- id(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
- id(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- id(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- id(String) - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- id(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- id(String) - Method in class org.apache.maven.api.settings.Profile.Builder
- id(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- id(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- id(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- id(String) - Method in class org.apache.maven.api.settings.Server.Builder
- ID_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
In case of complex XML structures, combining can be done based on id.
- IdentifiableBase - Class in org.apache.maven.api.settings
-
Base class for
Mirror
,Profile
,Proxy
andServer
. - IdentifiableBase(IdentifiableBase.Builder) - Constructor for class org.apache.maven.api.settings.IdentifiableBase
-
Constructor for this class, to be called from its subclasses and
IdentifiableBase.Builder
. - IdentifiableBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create IdentifiableBase instances.
- ignoreTransitiveRepositories() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should ignore transitive repositories.
- Immutable - Annotation Interface in org.apache.maven.api.annotations
-
The
Immutable
annotation indicates that the object is immutable, i.e. - implementation(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Activation.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ActivationFile.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ActivationProperty.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Build.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.BuildBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.CiManagement.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ConfigurationContainer.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Contributor.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Dependency.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.DependencyManagement.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Developer.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Exclusion.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Extension.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.FileSet.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.IssueManagement.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.License.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.MailingList.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Model.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ModelBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Notifier.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Organization.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Parent.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.PatternSet.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Plugin.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.PluginConfiguration.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.PluginContainer.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.PluginManagement.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Prerequisites.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Profile.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Relocation.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Reporting.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.ReportSet.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Repository.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Resource.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Scm.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.model.Site.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Activation.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Mirror.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Profile.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Proxy.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Repository.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Server.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.Settings.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.settings.TrackableBase.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- importedFrom(InputLocation) - Method in class org.apache.maven.api.toolchain.TrackableBase.Builder
- in() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the input stream for the Maven execution, if running in embedded mode.
- in() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the input stream to be used for the Maven execution.
- in(InputStream) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- inactiveProfileIds(List<String>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- inceptionYear(String) - Method in class org.apache.maven.api.model.Model.Builder
- includes(Collection<String>) - Method in class org.apache.maven.api.model.FileSet.Builder
- includes(Collection<String>) - Method in class org.apache.maven.api.model.PatternSet.Builder
- includes(Collection<String>) - Method in class org.apache.maven.api.model.Resource.Builder
- info(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message to the user in the info error level.
- info(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message (and accompanying exception) to the user in the info error level.
- info(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in info style.
- info(String) - Method in interface org.apache.maven.api.cli.Logger
-
Logs an info message without an associated exception.
- info(String, Throwable) - Method in interface org.apache.maven.api.cli.Logger
-
Logs an info message with an associated exception.
- info(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends an exception to the user in the info error level.
- info(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- info(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- INFO - Enum constant in enum class org.apache.maven.api.cli.Logger.Level
- inherited(String) - Method in class org.apache.maven.api.model.ConfigurationContainer.Builder
- inherited(String) - Method in class org.apache.maven.api.model.Plugin.Builder
- inherited(String) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- inherited(String) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- inherited(String) - Method in class org.apache.maven.api.model.ReportSet.Builder
- inheritedByDefault(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- inheritedByDefault(boolean) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- INITIALIZE - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- Inject - Annotation Interface in org.apache.maven.api.di
- InputLocation - Class in org.apache.maven.api.model
-
Class InputLocation.
- InputLocation - Class in org.apache.maven.api.settings
-
Class InputLocation.
- InputLocation - Class in org.apache.maven.api.toolchain
-
Class InputLocation.
- InputLocation(int, int) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(int, int) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int) - Constructor for class org.apache.maven.api.toolchain.InputLocation
- InputLocation(int, int, InputSource) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(int, int, InputSource, Object) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(int, int, InputSource, Map<Object, InputLocation>) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(int, int, InputSource) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource, Object) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource, Map<Object, InputLocation>) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(int, int, InputSource) - Constructor for class org.apache.maven.api.toolchain.InputLocation
- InputLocation(int, int, InputSource, Object) - Constructor for class org.apache.maven.api.toolchain.InputLocation
- InputLocation(int, int, InputSource, Map<Object, InputLocation>) - Constructor for class org.apache.maven.api.toolchain.InputLocation
- InputLocation(InputLocation) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(InputSource) - Constructor for class org.apache.maven.api.model.InputLocation
- InputLocation(InputSource) - Constructor for class org.apache.maven.api.settings.InputLocation
- InputLocation(InputSource) - Constructor for class org.apache.maven.api.toolchain.InputLocation
- InputLocation.StringFormatter - Interface in org.apache.maven.api.model
-
Class StringFormatter.
- InputLocation.StringFormatter - Interface in org.apache.maven.api.settings
-
Class StringFormatter.
- InputLocation.StringFormatter - Interface in org.apache.maven.api.toolchain
-
Class StringFormatter.
- inputLocationFormatter(Function<Object, String>) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
- InputLocationTracker - Interface in org.apache.maven.api.model
- InputLocationTracker - Interface in org.apache.maven.api.settings
- InputLocationTracker - Interface in org.apache.maven.api.toolchain
- InputSource - Class in org.apache.maven.api.model
-
Class InputSource.
- InputSource - Class in org.apache.maven.api.settings
-
Class InputSource.
- InputSource - Class in org.apache.maven.api.toolchain
-
Class InputSource.
- InputSource(String) - Constructor for class org.apache.maven.api.settings.InputSource
- InputSource(String) - Constructor for class org.apache.maven.api.toolchain.InputSource
- InputSource(String, String) - Constructor for class org.apache.maven.api.model.InputSource
- InputSource(String, String, InputLocation) - Constructor for class org.apache.maven.api.model.InputSource
- InputSource(Collection<InputSource>) - Constructor for class org.apache.maven.api.model.InputSource
- inputStream(InputStream) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- install(ArtifactInstallerRequest) - Method in interface org.apache.maven.api.services.ArtifactInstaller
- install(Session, Collection<Artifact>) - Method in interface org.apache.maven.api.services.ArtifactInstaller
- install(Session, Artifact) - Method in interface org.apache.maven.api.services.ArtifactInstaller
- INSTALL - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- installArtifacts(Collection<Artifact>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactInstaller.class).install(...)
. - installArtifacts(Artifact...) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactInstaller.class).install(...)
. - installationDirectory() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the Maven installation directory.
- installationSettingsSource(Source) - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- installationToolchainsSource(Source) - Method in class org.apache.maven.api.services.ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder
- INTEGRATION_TEST - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- interactiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- interpolate(String, Function<String, String>) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates a single string value using the provided callback function.
- interpolate(String, Function<String, String>, boolean) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates a single string value using the provided callback function.
- interpolate(String, Function<String, String>, BiFunction<String, String, String>, boolean) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates a single string value using the provided callback function.
- interpolate(Collection<Map<String, String>>) - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns a new instance of
MavenOptions
with values interpolated using the given properties. - interpolate(Collection<Map<String, String>>) - Method in interface org.apache.maven.api.cli.mvnenc.EncryptOptions
-
Returns a new instance of EncryptOptions with values interpolated using the given properties.
- interpolate(Collection<Map<String, String>>) - Method in interface org.apache.maven.api.cli.Options
-
Returns a new instance of
Options
with values interpolated using the given properties. - interpolate(Map<String, String>, Function<String, String>) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates the values in the given map using the provided callback function.
- interpolate(Map<String, String>, Function<String, String>, boolean) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates the values in the given map using the provided callback function.
- interpolate(Map<String, String>, Function<String, String>, BiFunction<String, String, String>, boolean) - Method in interface org.apache.maven.api.services.Interpolator
-
Interpolates the values in the given map using the provided callback function.
- interpolationSource(Function<String, String>) - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- Interpolator - Interface in org.apache.maven.api.services
-
The Interpolator service provides methods for variable substitution in strings and maps.
- InterpolatorException - Exception Class in org.apache.maven.api.services
-
Exception thrown by
Interpolator
implementations when an error occurs during interpolation. - InterpolatorException() - Constructor for exception class org.apache.maven.api.services.InterpolatorException
-
Constructs a new InterpolatorException with
null
as its detail message. - InterpolatorException(String) - Constructor for exception class org.apache.maven.api.services.InterpolatorException
-
Constructs a new InterpolatorException with the specified detail message.
- InterpolatorException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.InterpolatorException
-
Constructs a new InterpolatorException with the specified detail message and cause.
- invoke(EncryptInvokerRequest) - Method in interface org.apache.maven.api.cli.mvnenc.EncryptInvoker
-
Invokes the encryption tool using the provided EncryptInvokerRequest.
- invoke(R) - Method in interface org.apache.maven.api.cli.Invoker
-
Invokes the Maven application using the provided
InvokerRequest
. - invoke(R) - Method in interface org.apache.maven.api.cli.mvn.MavenInvoker
-
Invokes Maven using the provided MavenInvokerRequest.
- Invoker<R> - Interface in org.apache.maven.api.cli
-
Defines the contract for a component responsible for invoking a Maven application using the information provided in an
InvokerRequest
. - InvokerException - Exception Class in org.apache.maven.api.cli
-
Represents an exception that occurs during the invocation of a Maven build or command.
- InvokerException(String) - Constructor for exception class org.apache.maven.api.cli.InvokerException
-
Constructs a new
InvokerException
with the specified detail message. - InvokerException(String, Throwable) - Constructor for exception class org.apache.maven.api.cli.InvokerException
-
Constructs a new
InvokerException
with the specified detail message and cause. - InvokerRequest<O> - Interface in org.apache.maven.api.cli
-
Represents a Maven execution request, encapsulating all necessary information for invoking a Maven build or command.
- is(String) - Method in enum class org.apache.maven.api.DependencyScope
- isActive() - Method in class org.apache.maven.api.settings.Proxy
-
Indicates if this proxy is active.
- isActiveByDefault() - Method in class org.apache.maven.api.model.Activation
-
If set to true, this profile will be active unless another profile in this pom is activated using the command line -P option or by one of that profile's activators.
- isActiveByDefault() - Method in class org.apache.maven.api.settings.Activation
-
Flag specifying whether this profile is active as a default.
- isAddDefaultEntities() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- isAggregator() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo to run it in a multi-module way, i.e.
- isAllowStubModel() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- isBlocked() - Method in class org.apache.maven.api.settings.Mirror
-
Whether this mirror should be blocked from any download request but fail the download process, explaining why.
- isChildProjectUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Model
- isChildScmConnectionInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
- isChildScmDeveloperConnectionInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
- isChildScmUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Scm
- isChildSiteUrlInheritAppendPath() - Method in class org.apache.maven.api.model.Site
- isColorEnabled() - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Checks if the underlying output does support styling or not.
- isDebugEnabled() - Method in interface org.apache.maven.api.plugin.Log
-
Returns true if the debug error level is enabled.
- isDirectInvocationOnly() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo to be invoked directly only.
- isEditable() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Specifies that this parameter can be configured directly by the user (as in the case of POM-specified configuration).
- isEnabled() - Method in class org.apache.maven.api.model.RepositoryPolicy
- isEnabled() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Whether to use this repository for downloading this type of artifact.
- isErrorEnabled() - Method in interface org.apache.maven.api.plugin.Log
-
Returns true if the error error level is enabled.
- isExcludeDefaults() - Method in class org.apache.maven.api.model.Reporting
- isExtensions() - Method in class org.apache.maven.api.model.Plugin
- isFiltering() - Method in class org.apache.maven.api.model.Resource
- isIncludesDependencies() - Method in interface org.apache.maven.api.Type
-
Specifies if the artifact already embeds its own dependencies.
- isInclusive() - Method in interface org.apache.maven.api.VersionRange.Boundary
-
Returns
true
if version is included of the range. - isInfoEnabled() - Method in interface org.apache.maven.api.plugin.Log
-
Returns true if the info error level is enabled.
- isInherited() - Method in class org.apache.maven.api.model.ConfigurationContainer
- isInheritedByDefault() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Specify that the Mojo is inherited.
- isInheritedByDefault() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- isInteractiveMode() - Method in class org.apache.maven.api.settings.Settings
-
Whether Maven should attempt to interact with the user for input.
- isIsolatedRealm() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
- isLocalCopy() - Method in class org.apache.maven.api.metadata.Snapshot
-
Whether to use a local copy instead (with filename that includes the base version)
- isLocationTracking() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- isOffline() - Method in class org.apache.maven.api.settings.Settings
-
Indicate whether maven should operate in offline mode full-time.
- isolatedRealm(boolean) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- isOnlineRequired() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo to require online mode for its operation.
- isOptional() - Method in interface org.apache.maven.api.Dependency
-
Returns whether the dependency is optional or mandatory.
- isOptional() - Method in class org.apache.maven.api.model.Dependency
- isOptional() - Method in interface org.apache.maven.api.services.DependencyCoordinatesFactoryRequest
- isPreserveModelVersion() - Method in class org.apache.maven.api.model.Model
-
Indicates if the build POM for this project should be preserved or downgraded to the lowest compatible version.
- isProcessPlugins() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- isProjectRequired() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Flags this Mojo to require running inside of a project.
- isRecursive() - Method in interface org.apache.maven.api.services.ModelBuilderRequest
- isRecursive() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
- isRequired() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Whether this parameter is required for the Mojo to function.
- isRoot() - Method in class org.apache.maven.api.model.Model
-
Indicates that this project is the root project, located in the upper directory of the source tree.
- isRootProject() - Method in interface org.apache.maven.api.Project
-
Returns a boolean indicating if the project is a root project, meaning that the
Project.getRootDirectory()
andProject.getBasedir()
points to the same directory, and that eitherModel.isRoot()
istrue
or thatbasedir
contains a.mvn
child directory. - isSendOnError() - Method in class org.apache.maven.api.model.Notifier
-
Whether to send notifications on error.
- isSendOnFailure() - Method in class org.apache.maven.api.model.Notifier
-
Whether to send notifications on failure.
- isSendOnSuccess() - Method in class org.apache.maven.api.model.Notifier
-
Whether to send notifications on success.
- isSendOnWarning() - Method in class org.apache.maven.api.model.Notifier
-
Whether to send notifications on warning.
- isSnapshot() - Method in interface org.apache.maven.api.Artifact
-
Determines whether this artifact uses a snapshot version.
- isSnapshot(String) - Method in interface org.apache.maven.api.services.VersionParser
-
Checks whether a given artifact version is considered a
SNAPSHOT
or not. - isStrict() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
- issueManagement(IssueManagement) - Method in class org.apache.maven.api.model.Model.Builder
- IssueManagement - Class in org.apache.maven.api.model
-
Information about the issue tracking (or bug tracking) system used to manage this project.
- IssueManagement(IssueManagement.Builder) - Constructor for class org.apache.maven.api.model.IssueManagement
-
Constructor for this class, to be called from its subclasses and
IssueManagement.Builder
. - IssueManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create IssueManagement instances.
- isTopProject() - Method in interface org.apache.maven.api.Project
-
Returns a boolean indicating if the project is the top level project for this reactor build.
- isTransitive() - Method in enum class org.apache.maven.api.DependencyScope
- isUniqueVersion() - Method in class org.apache.maven.api.model.DeploymentRepository
-
Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time
- isUsePluginRegistry() - Method in class org.apache.maven.api.settings.Settings
-
Whether Maven should use the
plugin-registry.xml
file to manage plugin versions. - isVersionSnapshot(String) - Method in interface org.apache.maven.api.Session
-
Checks whether a given artifact version is considered a
SNAPSHOT
or not. - isWarnEnabled() - Method in interface org.apache.maven.api.plugin.Log
-
Returns true if the warn error level is enabled.
J
- JAR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file that can be placed either on the class-path or on the module-path.
- JAVA_FAMILY - Static variable in interface org.apache.maven.api.Language
- JAVA_SOURCE - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for source code packaged in a JAR file.
- JAVADOC - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for javadoc packaged in a JAR file.
- JavaPathType - Enum Class in org.apache.maven.api
-
The option of a Java command-line tool where to place the paths to some dependencies.
- JavaPathType.Modular - Class in org.apache.maven.api
-
Type of path which is applied to only one specific Java module.
- JavaToolchain - Interface in org.apache.maven.api
-
Represents a Java toolchain in the Maven build system.
- jdk(String) - Method in class org.apache.maven.api.model.Activation.Builder
- jdk(String) - Method in class org.apache.maven.api.settings.Activation.Builder
- jvmArguments() - Method in interface org.apache.maven.api.cli.mvn.forked.ForkedMavenInvokerRequest
-
Returns the list of extra JVM arguments to be passed to the forked Maven process.
K
- key() - Method in interface org.apache.maven.api.Artifact
-
Returns a unique identifier for this artifact.
- key(Class<T>) - Static method in interface org.apache.maven.api.SessionData
-
Create a key using the given class as an identifier and as the type of the object.
- key(Class<T>, Object) - Static method in interface org.apache.maven.api.SessionData
-
Create a key using the given class and id.
- KEYS_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
In case of complex XML structures, combining can be done based on keys.
- kind() - Method in interface org.apache.maven.api.Lifecycle.Link
L
- language() - Method in interface org.apache.maven.api.Packaging
-
The language of this packaging.
- language(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- Language - Interface in org.apache.maven.api
-
Language.
- LanguageProvider - Interface in org.apache.maven.api.spi
- LanguageRegistry - Interface in org.apache.maven.api.services
- lastUpdated(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
- latest(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
- layout(String) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- layout(String) - Method in class org.apache.maven.api.model.Repository.Builder
- layout(String) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- layout(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- layout(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- layout(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- leave(Node) - Method in interface org.apache.maven.api.NodeVisitor
-
Ends the visit to the specified dependency node.
- License - Class in org.apache.maven.api.model
-
Describes the licenses for this project.
- License(License.Builder) - Constructor for class org.apache.maven.api.model.License
-
Constructor for this class, to be called from its subclasses and
License.Builder
. - License.Builder - Class in org.apache.maven.api.model
-
Builder class used to create License instances.
- licenses(Collection<License>) - Method in class org.apache.maven.api.model.Model.Builder
- lifecycle() - Element in annotation interface org.apache.maven.api.plugin.annotations.Execute
-
Lifecycle id of the lifecycle that defines
Execute.phase()
. - Lifecycle - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
A custom lifecycle mapping definition.
- Lifecycle - Interface in org.apache.maven.api
-
A Maven lifecycle is a sequence of predefined phases that govern the build process of a Maven project.
- Lifecycle(Lifecycle.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Constructor for this class, to be called from its subclasses and
Lifecycle.Builder
. - Lifecycle.Alias - Interface in org.apache.maven.api
-
A phase alias, mostly used to support the Maven 3 phases which are mapped to dynamic phases in Maven 4.
- Lifecycle.Builder - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
Builder class used to create Lifecycle instances.
- Lifecycle.ChildrenPointer - Interface in org.apache.maven.api
- Lifecycle.DependenciesPointer - Interface in org.apache.maven.api
- Lifecycle.Link - Interface in org.apache.maven.api
-
A link from a phase to another phase, consisting of a type which can be
Lifecycle.Link.Kind.BEFORE
orLifecycle.Link.Kind.AFTER
, and aLifecycle.Pointer
to another phase. - Lifecycle.Link.Kind - Enum Class in org.apache.maven.api
- Lifecycle.Phase - Interface in org.apache.maven.api
-
A phase in the lifecycle.
- Lifecycle.PhasePointer - Interface in org.apache.maven.api
- Lifecycle.Pointer - Interface in org.apache.maven.api
- Lifecycle.Pointer.Type - Enum Class in org.apache.maven.api
- lifecycleBindingsInjector(ModelTransformer) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- LifecycleConfiguration - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
Root element of the
lifecycle.xml
file. - LifecycleConfiguration(LifecycleConfiguration.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Constructor for this class, to be called from its subclasses and
LifecycleConfiguration.Builder
. - LifecycleConfiguration.Builder - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
Builder class used to create LifecycleConfiguration instances.
- LifecycleProvider - Interface in org.apache.maven.api.plugin
-
Interface that can be provided by the plugin to wire in custom lifecycles leveraged using the
Execute
annotation. - LifecycleProvider - Interface in org.apache.maven.api.spi
- LifecycleRegistry - Interface in org.apache.maven.api.services
- lifecycles(Collection<Lifecycle>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- links() - Method in interface org.apache.maven.api.Lifecycle.Phase
- Listener - Interface in org.apache.maven.api
-
A listener for session events.
- localCopy(boolean) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
- LocalMavenInvoker - Interface in org.apache.maven.api.cli.mvn.local
-
Local Maven invoker.
- localRepository(String) - Method in class org.apache.maven.api.settings.Settings.Builder
- LocalRepository - Interface in org.apache.maven.api
-
The local repository is a directory on the developer's machine where Maven stores all the downloaded artifacts (such as dependencies, plugins, and project artifacts).
- LocalRepositoryManager - Interface in org.apache.maven.api.services
- locate(Path) - Method in interface org.apache.maven.api.spi.ModelParser
-
Locates the pom in the given directory.
- locateAndParse(Path, Map<String, ?>) - Method in interface org.apache.maven.api.spi.ModelParser
-
Locate and parse the model in the specified directory.
- locateExistingPom(Path) - Method in interface org.apache.maven.api.services.ModelSource.ModelLocator
-
Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.
- location() - Method in enum class org.apache.maven.api.JavaPathType
-
Returns the identification of this path in the
javax.tool
API. - location(Object, InputLocation) - Method in class org.apache.maven.api.model.Activation.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ActivationFile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ActivationProperty.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Build.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.BuildBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.CiManagement.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ConfigurationContainer.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Contributor.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Dependency.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.DependencyManagement.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Developer.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Exclusion.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Extension.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.FileSet.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.IssueManagement.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.License.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.MailingList.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Model.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ModelBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Notifier.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Organization.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Parent.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.PatternSet.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Plugin.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.PluginConfiguration.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.PluginContainer.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.PluginManagement.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Prerequisites.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Profile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Relocation.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Reporting.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.ReportSet.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Repository.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Resource.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Scm.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.model.Site.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Activation.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.IdentifiableBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Mirror.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Profile.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Proxy.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Repository.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Server.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.Settings.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.settings.TrackableBase.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- location(Object, InputLocation) - Method in class org.apache.maven.api.toolchain.TrackableBase.Builder
- location(String) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- Location - Interface in org.apache.maven.api.services.xml
- locationTracking(boolean) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- log(Logger.Level, String) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a message at the specified level without an associated exception.
- log(Logger.Level, String, Throwable) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a message at the specified level with an associated exception.
- Log - Interface in org.apache.maven.api.plugin
-
This interface supplies the API for providing feedback to the user from the
Mojo
, using standard Maven channels. - logFile() - Method in interface org.apache.maven.api.cli.Options
-
Returns the path to the log file.
- logger() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Shorthand for
Logger
to use. - logger() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the logger to be used during the parsing process.
- Logger - Interface in org.apache.maven.api.cli
-
Defines a simple logging interface for Maven CLI operations.
- Logger.Level - Enum Class in org.apache.maven.api.cli
-
Represents the severity levels for log messages.
- longMessage - Variable in exception class org.apache.maven.api.plugin.MojoException
- lookup() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Shorthand for
Lookup
. - lookup() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Per-request
Lookup
for customization. - lookup(Class<T>) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a lookup for given typed component.
- lookup(Class<T>, String) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a lookup for given typed component.
- lookup(String) - Method in interface org.apache.maven.api.services.ExtensibleEnumRegistry
- lookup(Lookup) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- Lookup - Interface in org.apache.maven.api.services
- LookupException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
Lookup
service. - LookupException(Exception) - Constructor for exception class org.apache.maven.api.services.LookupException
- LookupException(String) - Constructor for exception class org.apache.maven.api.services.LookupException
- LookupException(String, Exception) - Constructor for exception class org.apache.maven.api.services.LookupException
- lookupList(Class<T>) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a collection lookup for given typed components.
- lookupMap(Class<T>) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a collection lookup for given typed components.
- lookupOptional(Class<T>) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a lookup for optional typed component.
- lookupOptional(Class<T>, String) - Method in interface org.apache.maven.api.services.Lookup
-
Performs a lookup for optional typed component.
M
- MailingList - Class in org.apache.maven.api.model
-
This element describes all of the mailing lists associated with a project.
- MailingList(MailingList.Builder) - Constructor for class org.apache.maven.api.model.MailingList
-
Constructor for this class, to be called from its subclasses and
MailingList.Builder
. - MailingList.Builder - Class in org.apache.maven.api.model
-
Builder class used to create MailingList instances.
- mailingLists(Collection<MailingList>) - Method in class org.apache.maven.api.model.Model.Builder
- MAIN - Static variable in interface org.apache.maven.api.ProjectScope
-
Main scope.
- MAIN_COMPILE - Static variable in interface org.apache.maven.api.PathScope
- MAIN_RUNTIME - Static variable in interface org.apache.maven.api.PathScope
- managedDependencies(List<DependencyCoordinates>) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Sets the dependency management to apply to transitive dependencies.
- managedDependency(DependencyCoordinates) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Adds the specified managed dependency.
- matchesRequirements(Map<String, String>) - Method in interface org.apache.maven.api.Toolchain
-
Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.
- maven(String) - Method in class org.apache.maven.api.model.Prerequisites.Builder
- MAVEN_BUILD_TIMESTAMP_FORMAT - Static variable in class org.apache.maven.api.Constants
-
Build timestamp format.
- MAVEN_CONSUMER_POM - Static variable in class org.apache.maven.api.Constants
-
User property for enabling/disabling the consumer POM feature.
- MAVEN_EXT_CLASS_PATH - Static variable in class org.apache.maven.api.Constants
-
Extensions class path.
- MAVEN_HOME - Static variable in class org.apache.maven.api.Constants
-
Maven home.
- MAVEN_INSTALLATION_CONF - Static variable in class org.apache.maven.api.Constants
-
Maven installation configuration directory.
- MAVEN_INSTALLATION_EXTENSIONS - Static variable in class org.apache.maven.api.Constants
-
Maven installation extensions.
- MAVEN_INSTALLATION_SETTINGS - Static variable in class org.apache.maven.api.Constants
-
Maven installation settings.
- MAVEN_INSTALLATION_TOOLCHAINS - Static variable in class org.apache.maven.api.Constants
-
Maven installation toolchains.
- MAVEN_MODEL_BUILDER_PARALLELISM - Static variable in class org.apache.maven.api.Constants
-
ProjectBuilder parallelism.
- MAVEN_PLUGIN - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a Maven plugin.
- MAVEN_PLUGIN_VALIDATION - Static variable in class org.apache.maven.api.Constants
-
Plugin validation level.
- MAVEN_PLUGIN_VALIDATION_EXCLUDES - Static variable in class org.apache.maven.api.Constants
-
Plugin validation exclusions.
- MAVEN_PROJECT_CONF - Static variable in class org.apache.maven.api.Constants
-
Maven project configuration directory.
- MAVEN_PROJECT_EXTENSIONS - Static variable in class org.apache.maven.api.Constants
-
Maven project extensions.
- MAVEN_PROJECT_SETTINGS - Static variable in class org.apache.maven.api.Constants
-
Maven project settings.
- MAVEN_RELOCATIONS_ENTRIES - Static variable in class org.apache.maven.api.Constants
-
User controlled relocations.
- MAVEN_REPO_CENTRAL - Static variable in class org.apache.maven.api.Constants
-
Maven central repository URL.
- MAVEN_REPO_LOCAL - Static variable in class org.apache.maven.api.Constants
-
Maven local repository.
- MAVEN_REPO_LOCAL_RECORD_REVERSE_TREE - Static variable in class org.apache.maven.api.Constants
-
User property for reverse dependency tree.
- MAVEN_REPO_LOCAL_TAIL - Static variable in class org.apache.maven.api.Constants
-
User property for chained LRM: list of "tail" local repository paths (separated by comma), to be used with
org.eclipse.aether.util.repository.ChainedLocalRepositoryManager
. - MAVEN_RESOLVER_DEPENDENCY_MANAGER_TRANSITIVITY - Static variable in class org.apache.maven.api.Constants
-
User property for selecting dependency manager behaviour regarding transitive dependencies and dependency management entries in their POMs.
- MAVEN_RESOLVER_TRANSPORT - Static variable in class org.apache.maven.api.Constants
-
Resolver transport to use.
- MAVEN_STYLE_COLOR_PROPERTY - Static variable in class org.apache.maven.api.Constants
-
Maven output color mode.
- MAVEN_USER_CONF - Static variable in class org.apache.maven.api.Constants
-
Maven user configuration directory.
- MAVEN_USER_EXTENSIONS - Static variable in class org.apache.maven.api.Constants
-
Maven user extensions.
- MAVEN_USER_SETTINGS - Static variable in class org.apache.maven.api.Constants
-
Maven user settings.
- MAVEN_USER_TOOLCHAINS - Static variable in class org.apache.maven.api.Constants
-
Maven user toolchains.
- MAVEN_VERSION_FILTERS - Static variable in class org.apache.maven.api.Constants
-
User property for version filters expression, a semicolon separated list of filters to apply.
- Maven Core API - Search tag in package org.apache.maven.api
- Section
- MavenException - Exception Class in org.apache.maven.api.services
-
Base class for all maven exceptions.
- MavenException() - Constructor for exception class org.apache.maven.api.services.MavenException
- MavenException(String) - Constructor for exception class org.apache.maven.api.services.MavenException
- MavenException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.MavenException
- MavenException(Throwable) - Constructor for exception class org.apache.maven.api.services.MavenException
- mavenHome() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the Maven home directory.
- mavenHome(Path) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- MavenInvoker<R> - Interface in org.apache.maven.api.cli.mvn
-
Defines the contract for a component responsible for invoking Maven using information provided in an invoker request.
- MavenInvokerRequest<O> - Interface in org.apache.maven.api.cli.mvn
-
Represents a request to invoke Maven.
- MavenOptions - Interface in org.apache.maven.api.cli.mvn
-
Defines the options specific to Maven operations.
- MavenParser<R> - Interface in org.apache.maven.api.cli.mvn
-
Defines the contract for parsing Maven-specific command-line arguments and creating a MavenInvokerRequest.
- memoize(Function<String, String>) - Static method in interface org.apache.maven.api.services.Interpolator
-
Memoizes a given function that takes a String input and produces a String output.
- merge(InputLocation, InputLocation, boolean) - Static method in class org.apache.maven.api.model.InputLocation
-
Merges the
source
location into thetarget
location. - merge(InputLocation, InputLocation, Collection<Integer>) - Static method in class org.apache.maven.api.model.InputLocation
-
Merges the
source
location into thetarget
location. - merge(InputSource, InputSource) - Static method in class org.apache.maven.api.model.InputSource
- merge(InputLocation, InputLocation, boolean) - Static method in class org.apache.maven.api.settings.InputLocation
-
Merges the
source
location into thetarget
location. - merge(InputLocation, InputLocation, Collection<Integer>) - Static method in class org.apache.maven.api.settings.InputLocation
-
Merges the
source
location into thetarget
location. - merge(InputLocation, InputLocation, boolean) - Static method in class org.apache.maven.api.toolchain.InputLocation
-
Merges the
source
location into thetarget
location. - merge(InputLocation, InputLocation, Collection<Integer>) - Static method in class org.apache.maven.api.toolchain.InputLocation
-
Merges the
source
location into thetarget
location. - merge(XmlNode) - Method in interface org.apache.maven.api.xml.XmlNode
- merge(XmlNode, Boolean) - Method in interface org.apache.maven.api.xml.XmlNode
- merge(XmlNode, XmlNode) - Static method in interface org.apache.maven.api.xml.XmlNode
-
Merge recessive into dominant and return either
dominant
with merged information or a clone ofrecessive
ifdominant
isnull
. - merge(XmlNode, XmlNode, Boolean) - Static method in interface org.apache.maven.api.xml.XmlNode
- mergeId(String) - Method in class org.apache.maven.api.model.Resource.Builder
- message(String) - Method in class org.apache.maven.api.model.Relocation.Builder
- MessageBuilder - Interface in org.apache.maven.api.services
-
Message builder that supports configurable styling.
- messageBuilderFactory() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Shorthand for
MessageBuilderFactory
. - messageBuilderFactory() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the factory for creating message builders.
- MessageBuilderFactory - Interface in org.apache.maven.api.services
-
A factory for
MessageBuilder
. - Metadata - Class in org.apache.maven.api.metadata
- Metadata(Metadata.Builder) - Constructor for class org.apache.maven.api.metadata.Metadata
-
Constructor for this class, to be called from its subclasses and
Metadata.Builder
. - Metadata.Builder - Class in org.apache.maven.api.metadata
-
Builder class used to create Metadata instances.
- Mirror - Class in org.apache.maven.api.settings
-
A download mirror for a given repository.
- Mirror(Mirror.Builder) - Constructor for class org.apache.maven.api.settings.Mirror
-
Constructor for this class, to be called from its subclasses and
Mirror.Builder
. - Mirror.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Mirror instances.
- mirrorOf(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- mirrorOfLayouts(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- mirrors(Collection<Mirror>) - Method in class org.apache.maven.api.settings.Settings.Builder
- missing(String) - Method in class org.apache.maven.api.model.ActivationFile.Builder
- missing(String) - Method in class org.apache.maven.api.settings.ActivationFile.Builder
- Model - Class in org.apache.maven.api.model
-
The
<project>
element is the root of the descriptor. - Model(Model.Builder) - Constructor for class org.apache.maven.api.model.Model
-
Constructor for this class, to be called from its subclasses and
Model.Builder
. - MODEL - Enum constant in enum class org.apache.maven.api.annotations.Config.Source
- MODEL_VERSION_4_0_0 - Static variable in interface org.apache.maven.api.services.ModelBuilder
- MODEL_VERSION_4_1_0 - Static variable in interface org.apache.maven.api.services.ModelBuilder
- Model.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Model instances.
- ModelBase - Class in org.apache.maven.api.model
-
Base class for the
Model
and theProfile
objects. - ModelBase(ModelBase.Builder) - Constructor for class org.apache.maven.api.model.ModelBase
-
Constructor for this class, to be called from its subclasses and
ModelBase.Builder
. - ModelBase.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ModelBase instances.
- ModelBuilder - Interface in org.apache.maven.api.services
- ModelBuilder.ModelBuilderSession - Interface in org.apache.maven.api.services
- ModelBuilderException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
ProjectBuilder
service. - ModelBuilderException(ModelBuilderResult) - Constructor for exception class org.apache.maven.api.services.ModelBuilderException
-
Creates a new exception from the specified interim result and its associated problems.
- ModelBuilderRequest - Interface in org.apache.maven.api.services
-
Request used to build a
Project
using theProjectBuilder
service. - ModelBuilderRequest.ModelBuilderRequestBuilder - Class in org.apache.maven.api.services
- ModelBuilderRequest.RepositoryMerging - Enum Class in org.apache.maven.api.services
-
The possible merge modes for combining remote repositories.
- ModelBuilderRequest.RequestType - Enum Class in org.apache.maven.api.services
-
The possible request types for building a model.
- ModelBuilderResult - Interface in org.apache.maven.api.services
-
Result of a project build call.
- modelEncoding(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.model.Model.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.settings.Settings.Builder
- modelEncoding(String) - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- modelId(String) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- ModelParser - Interface in org.apache.maven.api.spi
-
The
ModelParser
interface is used to locate and readModel
s from the file system. - ModelParserException - Exception Class in org.apache.maven.api.spi
- ModelParserException() - Constructor for exception class org.apache.maven.api.spi.ModelParserException
- ModelParserException(String) - Constructor for exception class org.apache.maven.api.spi.ModelParserException
- ModelParserException(String, int, int, Throwable) - Constructor for exception class org.apache.maven.api.spi.ModelParserException
- ModelParserException(String, Throwable) - Constructor for exception class org.apache.maven.api.spi.ModelParserException
- ModelParserException(Throwable) - Constructor for exception class org.apache.maven.api.spi.ModelParserException
- ModelProblem - Interface in org.apache.maven.api.services
-
Describes a problem that was encountered during model building.
- ModelProblem.Version - Enum Class in org.apache.maven.api.services
-
Version
- ModelProblemCollector - Interface in org.apache.maven.api.services
-
Collects problems that are encountered during model building.
- ModelSource - Interface in org.apache.maven.api.services
-
A Source specific to load POMs.
- ModelSource.ModelLocator - Interface in org.apache.maven.api.services
- ModelTransformer - Interface in org.apache.maven.api.services
-
A model transformer.
- ModelTransformer - Interface in org.apache.maven.api.spi
-
Marker interface for model transformers.
- ModelTransformerException - Exception Class in org.apache.maven.api.spi
- ModelTransformerException() - Constructor for exception class org.apache.maven.api.spi.ModelTransformerException
- ModelTransformerException(String) - Constructor for exception class org.apache.maven.api.spi.ModelTransformerException
- ModelTransformerException(String, Throwable) - Constructor for exception class org.apache.maven.api.spi.ModelTransformerException
- ModelTransformerException(Throwable) - Constructor for exception class org.apache.maven.api.spi.ModelTransformerException
- modelVersion(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- modelVersion(String) - Method in class org.apache.maven.api.model.Model.Builder
- ModelXmlFactory - Interface in org.apache.maven.api.services.xml
-
Reads or writes a
Model
using XML. - MODULAR_JAR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file to unconditionally place on the module-path.
- MODULAR_PROCESSOR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file to unconditionally place on the annotation processor module-path.
- moduleName() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the name of the module for which a path is specified
- modules(Collection<String>) - Method in class org.apache.maven.api.model.Model.Builder
-
Deprecated.
- modules(Collection<String>) - Method in class org.apache.maven.api.model.ModelBase.Builder
-
Deprecated.
- modules(Collection<String>) - Method in class org.apache.maven.api.model.Profile.Builder
-
Deprecated.
- MODULES - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--module-path
option. - mojo(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in mojo style.
- Mojo - Interface in org.apache.maven.api.plugin
-
This interface forms the contract required for Mojos to interact with the Maven infrastructure.
- Mojo - Annotation Interface in org.apache.maven.api.plugin.annotations
-
This annotation will mark your class as a Mojo, which is the implementation of a goal in a Maven plugin.
- MOJO_FAILED - Enum constant in enum class org.apache.maven.api.EventType
- MOJO_SKIPPED - Enum constant in enum class org.apache.maven.api.EventType
- MOJO_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- MOJO_SUCCEEDED - Enum constant in enum class org.apache.maven.api.EventType
- MojoDescriptor - Class in org.apache.maven.api.plugin.descriptor
-
A Mojo description.
- MojoDescriptor(MojoDescriptor.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Constructor for this class, to be called from its subclasses and
MojoDescriptor.Builder
. - MojoDescriptor.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create MojoDescriptor instances.
- MojoException - Exception Class in org.apache.maven.api.plugin
-
An exception occurring during the execution of a plugin.
- MojoException(Object, String, String) - Constructor for exception class org.apache.maven.api.plugin.MojoException
-
Constructs a new
MojoException
providing the source and a short and long message. - MojoException(String) - Constructor for exception class org.apache.maven.api.plugin.MojoException
-
Constructs a new
MojoException
providing amessage
. - MojoException(String, Throwable) - Constructor for exception class org.apache.maven.api.plugin.MojoException
-
Constructs a new
MojoException
wrapping an underlyingThrowable
and providing amessage
. - MojoException(Throwable) - Constructor for exception class org.apache.maven.api.plugin.MojoException
-
Constructs a new
MojoExecutionException
wrapping an underlyingThrowable
. - MojoExecution - Interface in org.apache.maven.api
-
A
MojoExecution
represents a single execution of a Maven Plugin during a given build. - MojoExecutionScoped - Annotation Interface in org.apache.maven.api.di
-
Indicates that the annotated bean has a lifespan limited to a given mojo execution, which means each mojo execution will result in a different instance being injected.
- mojos(Collection<MojoDescriptor>) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- mvn(String[], Logger, MessageBuilderFactory) - Method in interface org.apache.maven.api.cli.Parser
-
Parses the given Maven arguments to create an InvokerRequest.
- mvn(String[], Logger, MessageBuilderFactory) - Static method in interface org.apache.maven.api.cli.ParserRequest
-
Creates a new Builder instance for constructing a Maven ParserRequest.
- mvn(List<String>, Logger, MessageBuilderFactory) - Static method in interface org.apache.maven.api.cli.ParserRequest
-
Creates a new Builder instance for constructing a Maven ParserRequest.
- MVN_CMD - Static variable in interface org.apache.maven.api.cli.ParserRequest
- MVN_NAME - Static variable in interface org.apache.maven.api.cli.ParserRequest
- mvnenc(String[], Logger, MessageBuilderFactory) - Static method in interface org.apache.maven.api.cli.ParserRequest
-
Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.
- mvnenc(List<String>, Logger, MessageBuilderFactory) - Static method in interface org.apache.maven.api.cli.ParserRequest
-
Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest.
- MVNENC_CMD - Static variable in interface org.apache.maven.api.cli.ParserRequest
- MVNENC_NAME - Static variable in interface org.apache.maven.api.cli.ParserRequest
N
- name() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the name of the tool option for this path, not including the module name.
- name() - Method in interface org.apache.maven.api.Lifecycle.Phase
- name() - Method in interface org.apache.maven.api.PathType
-
Returns the name of this path type.
- name() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
goal name (required).
- name() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
name of the bean property used to get/set the field: by default, field name is used.
- name(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
- name(String) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- name(String) - Method in class org.apache.maven.api.model.ActivationProperty.Builder
- name(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- name(String) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- name(String) - Method in class org.apache.maven.api.model.Developer.Builder
- name(String) - Method in class org.apache.maven.api.model.License.Builder
- name(String) - Method in class org.apache.maven.api.model.MailingList.Builder
- name(String) - Method in class org.apache.maven.api.model.Model.Builder
- name(String) - Method in class org.apache.maven.api.model.Organization.Builder
- name(String) - Method in class org.apache.maven.api.model.Repository.Builder
- name(String) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- name(String) - Method in class org.apache.maven.api.model.Site.Builder
- name(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- name(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- name(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- name(String) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- name(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- name(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- name(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- Named - Annotation Interface in org.apache.maven.api.di
- namespaceUri(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtensions.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.model.Model.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.settings.Settings.Builder
- namespaceUri(String) - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- newBuilder() - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
builder instance. - newBuilder() - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
builder instance. - newBuilder() - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
builder instance. - newBuilder() - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
builder instance. - newBuilder() - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
builder instance. - newBuilder() - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
builder instance. - newBuilder() - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
builder instance. - newBuilder() - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
builder instance. - newBuilder() - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance. - newBuilder() - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance. - newBuilder() - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
builder instance. - newBuilder() - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
builder instance. - newBuilder() - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
builder instance. - newBuilder(boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
builder instance using default values or not. - newBuilder(boolean) - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
builder instance using default values or not. - newBuilder(CoreExtension) - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
builder instance using the specified object as a basis. - newBuilder(CoreExtension, boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
builder instance using the specified object as a basis. - newBuilder(CoreExtensions) - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
builder instance using the specified object as a basis. - newBuilder(CoreExtensions, boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
builder instance using the specified object as a basis. - newBuilder(Metadata) - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
builder instance using the specified object as a basis. - newBuilder(Metadata, boolean) - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
builder instance using the specified object as a basis. - newBuilder(Plugin) - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
builder instance using the specified object as a basis. - newBuilder(Plugin, boolean) - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
builder instance using the specified object as a basis. - newBuilder(Snapshot) - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
builder instance using the specified object as a basis. - newBuilder(Snapshot, boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
builder instance using the specified object as a basis. - newBuilder(SnapshotVersion) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
builder instance using the specified object as a basis. - newBuilder(SnapshotVersion, boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
builder instance using the specified object as a basis. - newBuilder(Versioning) - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
builder instance using the specified object as a basis. - newBuilder(Versioning, boolean) - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
builder instance using the specified object as a basis. - newBuilder(Activation) - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationFile) - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationFile, boolean) - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationOS) - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(ActivationOS, boolean) - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(Activation, boolean) - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationProperty) - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(ActivationProperty, boolean) - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(Build) - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
builder instance using the specified object as a basis. - newBuilder(BuildBase) - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
builder instance using the specified object as a basis. - newBuilder(BuildBase, boolean) - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
builder instance using the specified object as a basis. - newBuilder(Build, boolean) - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
builder instance using the specified object as a basis. - newBuilder(CiManagement) - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
builder instance using the specified object as a basis. - newBuilder(CiManagement, boolean) - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
builder instance using the specified object as a basis. - newBuilder(ConfigurationContainer) - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
builder instance using the specified object as a basis. - newBuilder(ConfigurationContainer, boolean) - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
builder instance using the specified object as a basis. - newBuilder(Contributor) - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
builder instance using the specified object as a basis. - newBuilder(Contributor, boolean) - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
builder instance using the specified object as a basis. - newBuilder(Dependency) - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
builder instance using the specified object as a basis. - newBuilder(DependencyManagement) - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
builder instance using the specified object as a basis. - newBuilder(DependencyManagement, boolean) - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
builder instance using the specified object as a basis. - newBuilder(Dependency, boolean) - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
builder instance using the specified object as a basis. - newBuilder(DeploymentRepository) - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
builder instance using the specified object as a basis. - newBuilder(DeploymentRepository, boolean) - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
builder instance using the specified object as a basis. - newBuilder(Developer) - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
builder instance using the specified object as a basis. - newBuilder(Developer, boolean) - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
builder instance using the specified object as a basis. - newBuilder(DistributionManagement) - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
builder instance using the specified object as a basis. - newBuilder(DistributionManagement, boolean) - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
builder instance using the specified object as a basis. - newBuilder(Exclusion) - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
builder instance using the specified object as a basis. - newBuilder(Exclusion, boolean) - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
builder instance using the specified object as a basis. - newBuilder(Extension) - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
builder instance using the specified object as a basis. - newBuilder(Extension, boolean) - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
builder instance using the specified object as a basis. - newBuilder(FileSet) - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
builder instance using the specified object as a basis. - newBuilder(FileSet, boolean) - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
builder instance using the specified object as a basis. - newBuilder(IssueManagement) - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
builder instance using the specified object as a basis. - newBuilder(IssueManagement, boolean) - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
builder instance using the specified object as a basis. - newBuilder(License) - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
builder instance using the specified object as a basis. - newBuilder(License, boolean) - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
builder instance using the specified object as a basis. - newBuilder(MailingList) - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
builder instance using the specified object as a basis. - newBuilder(MailingList, boolean) - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
builder instance using the specified object as a basis. - newBuilder(Model) - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
builder instance using the specified object as a basis. - newBuilder(ModelBase) - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
builder instance using the specified object as a basis. - newBuilder(ModelBase, boolean) - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
builder instance using the specified object as a basis. - newBuilder(Model, boolean) - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
builder instance using the specified object as a basis. - newBuilder(Notifier) - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
builder instance using the specified object as a basis. - newBuilder(Notifier, boolean) - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
builder instance using the specified object as a basis. - newBuilder(Organization) - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
builder instance using the specified object as a basis. - newBuilder(Organization, boolean) - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
builder instance using the specified object as a basis. - newBuilder(Parent) - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
builder instance using the specified object as a basis. - newBuilder(Parent, boolean) - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
builder instance using the specified object as a basis. - newBuilder(PatternSet) - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
builder instance using the specified object as a basis. - newBuilder(PatternSet, boolean) - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
builder instance using the specified object as a basis. - newBuilder(Plugin) - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
builder instance using the specified object as a basis. - newBuilder(PluginConfiguration) - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
builder instance using the specified object as a basis. - newBuilder(PluginConfiguration, boolean) - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
builder instance using the specified object as a basis. - newBuilder(PluginContainer) - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
builder instance using the specified object as a basis. - newBuilder(PluginContainer, boolean) - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
builder instance using the specified object as a basis. - newBuilder(PluginExecution) - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
builder instance using the specified object as a basis. - newBuilder(PluginExecution, boolean) - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
builder instance using the specified object as a basis. - newBuilder(PluginManagement) - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
builder instance using the specified object as a basis. - newBuilder(PluginManagement, boolean) - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
builder instance using the specified object as a basis. - newBuilder(Plugin, boolean) - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
builder instance using the specified object as a basis. - newBuilder(Prerequisites) - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
builder instance using the specified object as a basis. - newBuilder(Prerequisites, boolean) - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
builder instance using the specified object as a basis. - newBuilder(Profile) - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Profile, boolean) - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Relocation) - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
builder instance using the specified object as a basis. - newBuilder(Relocation, boolean) - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
builder instance using the specified object as a basis. - newBuilder(Reporting) - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
builder instance using the specified object as a basis. - newBuilder(Reporting, boolean) - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
builder instance using the specified object as a basis. - newBuilder(ReportPlugin) - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
builder instance using the specified object as a basis. - newBuilder(ReportPlugin, boolean) - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
builder instance using the specified object as a basis. - newBuilder(ReportSet) - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
builder instance using the specified object as a basis. - newBuilder(ReportSet, boolean) - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
builder instance using the specified object as a basis. - newBuilder(Repository) - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryBase) - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(RepositoryBase, boolean) - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(Repository, boolean) - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy) - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy, boolean) - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(Resource) - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
builder instance using the specified object as a basis. - newBuilder(Resource, boolean) - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
builder instance using the specified object as a basis. - newBuilder(Scm) - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
builder instance using the specified object as a basis. - newBuilder(Scm, boolean) - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
builder instance using the specified object as a basis. - newBuilder(Site) - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
builder instance using the specified object as a basis. - newBuilder(Site, boolean) - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
builder instance using the specified object as a basis. - newBuilder(Dependency) - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
builder instance using the specified object as a basis. - newBuilder(Dependency, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
builder instance using the specified object as a basis. - newBuilder(Execution) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
builder instance using the specified object as a basis. - newBuilder(Execution, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
builder instance using the specified object as a basis. - newBuilder(Lifecycle) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
builder instance using the specified object as a basis. - newBuilder(LifecycleConfiguration) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
builder instance using the specified object as a basis. - newBuilder(LifecycleConfiguration, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
builder instance using the specified object as a basis. - newBuilder(Lifecycle, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
builder instance using the specified object as a basis. - newBuilder(Phase) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
builder instance using the specified object as a basis. - newBuilder(Phase, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
builder instance using the specified object as a basis. - newBuilder(MojoDescriptor) - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
builder instance using the specified object as a basis. - newBuilder(MojoDescriptor, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
builder instance using the specified object as a basis. - newBuilder(Parameter) - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
builder instance using the specified object as a basis. - newBuilder(Parameter, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
builder instance using the specified object as a basis. - newBuilder(PluginDescriptor) - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
builder instance using the specified object as a basis. - newBuilder(PluginDescriptor, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
builder instance using the specified object as a basis. - newBuilder(Requirement) - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
builder instance using the specified object as a basis. - newBuilder(Requirement, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
builder instance using the specified object as a basis. - newBuilder(Resolution) - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
builder instance using the specified object as a basis. - newBuilder(Resolution, boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
builder instance using the specified object as a basis. - newBuilder(Activation) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationFile) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationFile, boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
builder instance using the specified object as a basis. - newBuilder(ActivationOS) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(ActivationOS, boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
builder instance using the specified object as a basis. - newBuilder(Activation, boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
builder instance using the specified object as a basis. - newBuilder(ActivationProperty) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(ActivationProperty, boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
builder instance using the specified object as a basis. - newBuilder(IdentifiableBase) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using the specified object as a basis. - newBuilder(IdentifiableBase, boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
builder instance using the specified object as a basis. - newBuilder(Mirror) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using the specified object as a basis. - newBuilder(Mirror, boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
builder instance using the specified object as a basis. - newBuilder(Profile) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Profile, boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
builder instance using the specified object as a basis. - newBuilder(Proxy) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using the specified object as a basis. - newBuilder(Proxy, boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
builder instance using the specified object as a basis. - newBuilder(Repository) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryBase) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(RepositoryBase, boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
builder instance using the specified object as a basis. - newBuilder(Repository, boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(RepositoryPolicy, boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
builder instance using the specified object as a basis. - newBuilder(Server) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using the specified object as a basis. - newBuilder(Server, boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
builder instance using the specified object as a basis. - newBuilder(Settings) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using the specified object as a basis. - newBuilder(Settings, boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
builder instance using the specified object as a basis. - newBuilder(TrackableBase) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newBuilder(TrackableBase, boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newBuilder(PersistedToolchains) - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
builder instance using the specified object as a basis. - newBuilder(PersistedToolchains, boolean) - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
builder instance using the specified object as a basis. - newBuilder(ToolchainModel) - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
builder instance using the specified object as a basis. - newBuilder(ToolchainModel, boolean) - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
builder instance using the specified object as a basis. - newBuilder(TrackableBase) - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newBuilder(TrackableBase, boolean) - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
builder instance using the specified object as a basis. - newInstance() - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance. - newInstance() - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
instance. - newInstance() - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance. - newInstance() - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
instance. - newInstance() - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
instance. - newInstance() - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance. - newInstance() - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance. - newInstance() - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance. - newInstance() - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
instance. - newInstance() - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance. - newInstance() - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
instance. - newInstance() - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance. - newInstance() - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance. - newInstance() - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
instance. - newInstance() - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
instance. - newInstance() - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance. - newInstance() - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance. - newInstance() - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
instance. - newInstance() - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance. - newInstance() - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance. - newInstance() - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance. - newInstance() - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
instance. - newInstance() - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance. - newInstance() - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
instance. - newInstance() - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
instance. - newInstance() - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
instance. - newInstance() - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance. - newInstance() - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance. - newInstance() - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance. - newInstance() - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance. - newInstance() - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
instance. - newInstance() - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance. - newInstance() - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
instance. - newInstance() - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance. - newInstance() - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
instance. - newInstance() - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
instance. - newInstance() - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance. - newInstance() - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
instance. - newInstance() - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
instance. - newInstance() - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance. - newInstance() - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance. - newInstance() - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
instance. - newInstance() - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance. - newInstance() - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance. - newInstance() - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance. - newInstance() - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance. - newInstance() - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance. - newInstance() - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance. - newInstance() - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance. - newInstance() - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
instance. - newInstance() - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance. - newInstance() - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance. - newInstance() - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance. - newInstance() - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance. - newInstance() - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance. - newInstance() - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance. - newInstance() - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
instance. - newInstance() - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
instance. - newInstance() - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
instance. - newInstance() - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
instance. - newInstance(boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.License
-
Creates a new
License
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new
TrackableBase
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
instance using default values or not. - newInstance(boolean) - Static method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new
TrackableBase
instance using default values or not. - newline() - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append newline to the message buffer.
- newModelBuilderException() - Method in interface org.apache.maven.api.services.ModelProblemCollector
- newSession() - Method in interface org.apache.maven.api.services.ModelBuilder
- Node - Interface in org.apache.maven.api
-
Represents a dependency node within a Maven project's dependency collector.
- NodeVisitor - Interface in org.apache.maven.api
-
Defines a hierarchical visitor for collecting dependency node trees.
- NONE - Enum constant in enum class org.apache.maven.api.DependencyScope
-
None.
- NONE - Static variable in interface org.apache.maven.api.Language
-
The "none" language.
- nonInteractive() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to run in non-interactive mode.
- Nonnull - Annotation Interface in org.apache.maven.api.annotations
-
The annotated element must not be null.
- nonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- nonRecursive() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should operate in non-recursive mode (i.e., not build child modules).
- Notifier - Class in org.apache.maven.api.model
-
Configures one method for notifying users/developers when a build breaks.
- Notifier(Notifier.Builder) - Constructor for class org.apache.maven.api.model.Notifier
-
Constructor for this class, to be called from its subclasses and
Notifier.Builder
. - Notifier.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Notifier instances.
- notifiers(Collection<Notifier>) - Method in class org.apache.maven.api.model.CiManagement.Builder
- noTransferProgress() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should not display transfer progress when downloading or uploading.
- NotThreadSafe - Annotation Interface in org.apache.maven.api.annotations
-
This annotation indicates that the annotated type is not threadsafe and should only be used by a single thread.
- Nullable - Annotation Interface in org.apache.maven.api.annotations
-
The annotated element can be
null
.
O
- offline() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should operate in offline mode.
- offline(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- onEvent(Event) - Method in interface org.apache.maven.api.Listener
- onlineRequired() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
does this Mojo need to be online to be executed?
- onlineRequired(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- openStream() - Method in interface org.apache.maven.api.services.Source
-
Creates a new byte stream to the source contents.
- option() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the name of the tool option for this path.
- option() - Method in enum class org.apache.maven.api.JavaPathType
-
Returns the name of the tool option for this path.
- option() - Method in interface org.apache.maven.api.PathType
-
Returns the name of the tool option for this path.
- option(Iterable<? extends Path>) - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the option followed by a string representation of the given path elements.
- option(Iterable<? extends Path>) - Method in enum class org.apache.maven.api.JavaPathType
-
Returns the option followed by a string representation of the given path elements.
- option(Iterable<? extends Path>) - Method in interface org.apache.maven.api.PathType
-
Returns the option followed by a string representation of the given path elements.
- optional(boolean) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- optional(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- options() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the options associated with this invocation request.
- Options - Interface in org.apache.maven.api.cli
-
Represents the base options supported by Maven tools.
- orderedPhases() - Method in interface org.apache.maven.api.Lifecycle
-
Pre-ordered list of phases.
- org.apache.maven.api - package org.apache.maven.api
-
Maven Core API
- org.apache.maven.api.annotations - package org.apache.maven.api.annotations
-
This package contains non-functional annotations which are used to tag various elements and help users understanding how those types should be used.
- org.apache.maven.api.cli - package org.apache.maven.api.cli
- org.apache.maven.api.cli.extensions - package org.apache.maven.api.cli.extensions
- org.apache.maven.api.cli.mvn - package org.apache.maven.api.cli.mvn
- org.apache.maven.api.cli.mvn.forked - package org.apache.maven.api.cli.mvn.forked
- org.apache.maven.api.cli.mvn.local - package org.apache.maven.api.cli.mvn.local
- org.apache.maven.api.cli.mvn.resident - package org.apache.maven.api.cli.mvn.resident
- org.apache.maven.api.cli.mvnenc - package org.apache.maven.api.cli.mvnenc
- org.apache.maven.api.di - package org.apache.maven.api.di
- org.apache.maven.api.feature - package org.apache.maven.api.feature
- org.apache.maven.api.metadata - package org.apache.maven.api.metadata
-
Maven Repository Metadata model.
- org.apache.maven.api.model - package org.apache.maven.api.model
-
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model. - org.apache.maven.api.plugin - package org.apache.maven.api.plugin
- org.apache.maven.api.plugin.annotations - package org.apache.maven.api.plugin.annotations
- org.apache.maven.api.plugin.descriptor - package org.apache.maven.api.plugin.descriptor
-
Maven Plugin descriptor model.
- org.apache.maven.api.plugin.descriptor.lifecycle - package org.apache.maven.api.plugin.descriptor.lifecycle
-
Maven Plugin forked lifecycle model.
- org.apache.maven.api.services - package org.apache.maven.api.services
- org.apache.maven.api.services.xml - package org.apache.maven.api.services.xml
- org.apache.maven.api.settings - package org.apache.maven.api.settings
- org.apache.maven.api.spi - package org.apache.maven.api.spi
- org.apache.maven.api.toolchain - package org.apache.maven.api.toolchain
- org.apache.maven.api.xml - package org.apache.maven.api.xml
-
Maven immutable XML api.
- org.apache.maven.di.tool - package org.apache.maven.di.tool
- organization(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- organization(String) - Method in class org.apache.maven.api.model.Developer.Builder
- organization(Organization) - Method in class org.apache.maven.api.model.Model.Builder
- Organization - Class in org.apache.maven.api.model
-
Specifies the organization that produces this project.
- Organization(Organization.Builder) - Constructor for class org.apache.maven.api.model.Organization
-
Constructor for this class, to be called from its subclasses and
Organization.Builder
. - Organization.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Organization instances.
- organizationUrl(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- organizationUrl(String) - Method in class org.apache.maven.api.model.Developer.Builder
- os(ActivationOS) - Method in class org.apache.maven.api.model.Activation.Builder
- os(ActivationOS) - Method in class org.apache.maven.api.settings.Activation.Builder
- otherArchives(Collection<String>) - Method in class org.apache.maven.api.model.MailingList.Builder
- out() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the output stream for the Maven execution, if running in embedded mode.
- out() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the output stream to be used for the Maven execution.
- out(OutputStream) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- outputDirectory(String) - Method in class org.apache.maven.api.model.Build.Builder
- outputDirectory(String) - Method in class org.apache.maven.api.model.Reporting.Builder
- outputStream(OutputStream) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
P
- PACKAGE - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- packaging(String) - Method in class org.apache.maven.api.model.Activation.Builder
- packaging(String) - Method in class org.apache.maven.api.model.Model.Builder
- packaging(String) - Method in class org.apache.maven.api.settings.Activation.Builder
- Packaging - Interface in org.apache.maven.api
-
Represents the packaging of a Maven project.
- PackagingProvider - Interface in org.apache.maven.api.spi
- PackagingRegistry - Interface in org.apache.maven.api.services
- Parameter - Class in org.apache.maven.api.plugin.descriptor
-
A parameter description.
- Parameter - Annotation Interface in org.apache.maven.api.plugin.annotations
-
Used to configure your Mojo parameters to be injected by
MavenPluginManager.getConfiguredMojo(...)
. - Parameter(Parameter.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.Parameter
-
Constructor for this class, to be called from its subclasses and
Parameter.Builder
. - Parameter.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create Parameter instances.
- parameters(Collection<Parameter>) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- parent(Parent) - Method in class org.apache.maven.api.model.Model.Builder
- Parent - Class in org.apache.maven.api.model
-
The
<parent>
element contains information required to locate the parent project from which this project will inherit from. - Parent(Parent.Builder) - Constructor for class org.apache.maven.api.model.Parent
-
Constructor for this class, to be called from its subclasses and
Parent.Builder
. - PARENT_POM - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
The request is for building a model from a parent POM file from a downloaded artifact.
- Parent.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Parent instances.
- parse(ParserRequest) - Method in interface org.apache.maven.api.cli.mvn.forked.ForkedMavenParser
-
Parses the given ParserRequest to create a ForkedMavenInvokerRequest.
- parse(ParserRequest) - Method in interface org.apache.maven.api.cli.mvn.MavenParser
-
Parses the given
ParserRequest
to create aMavenInvokerRequest
. - parse(ParserRequest) - Method in interface org.apache.maven.api.cli.mvnenc.EncryptParser
-
Parses the given ParserRequest to create an EncryptInvokerRequest.
- parse(ParserRequest) - Method in interface org.apache.maven.api.cli.Parser
-
Parses the given ParserRequest to create an InvokerRequest.
- parse(Source, Map<String, ?>) - Method in interface org.apache.maven.api.spi.ModelParser
-
Parse the model obtained previously by a previous call to
ModelParser.locate(Path)
. - Parser<R> - Interface in org.apache.maven.api.cli
-
Defines the contract for parsing Maven command-line arguments and creating an InvokerRequest.
- ParserException - Exception Class in org.apache.maven.api.cli
-
Represents an exception that occurs during the parsing of Maven command-line arguments.
- ParserException(String) - Constructor for exception class org.apache.maven.api.cli.ParserException
-
Constructs a new ParserException with the specified detail message.
- ParserException(String, Throwable) - Constructor for exception class org.apache.maven.api.cli.ParserException
-
Constructs a new ParserException with the specified detail message and cause.
- parserRequest() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
The parser request this instance was created from.
- ParserRequest - Interface in org.apache.maven.api.cli
-
Represents a request to parse Maven command-line arguments.
- ParserRequest.Builder - Class in org.apache.maven.api.cli
- parseVersion(String) - Method in interface org.apache.maven.api.services.VersionParser
-
Parses the specified version string, for example "1.0".
- parseVersion(String) - Method in interface org.apache.maven.api.Session
-
Parses the specified version string, for example "1.0".
- parseVersionConstraint(String) - Method in interface org.apache.maven.api.services.VersionParser
-
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".
- parseVersionConstraint(String) - Method in interface org.apache.maven.api.Session
-
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".
- parseVersionRange(String) - Method in interface org.apache.maven.api.services.VersionParser
-
Parses the specified version range specification, for example "[1.0,2.0)".
- parseVersionRange(String) - Method in interface org.apache.maven.api.Session
-
Parses the specified version range specification, for example "[1.0,2.0)".
- passphrase(String) - Method in class org.apache.maven.api.settings.Server.Builder
- password(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- password(String) - Method in class org.apache.maven.api.settings.Server.Builder
- PATCH_MODULE - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--patch-module
option. - patchModule(String) - Static method in enum class org.apache.maven.api.JavaPathType
-
Creates a path identified by the Java
--patch-module
option. - path(Path) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- path(Path) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- path(Path) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
- pathScope() - Element in annotation interface org.apache.maven.api.plugin.annotations.Resolution
-
The id of a
PathScope
enum value. - pathScope(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- pathScope(PathScope) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- PathScope - Interface in org.apache.maven.api
-
Path scope.
- PathScopeProvider - Interface in org.apache.maven.api.spi
- PathScopeRegistry - Interface in org.apache.maven.api.services
- PathType - Interface in org.apache.maven.api
-
The option of a command-line tool where to place the paths to some dependencies.
- pathTypeFilter(Collection<? extends PathType>) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Specifies the type of paths to include in the result.
- pathTypeFilter(Predicate<PathType>) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Filters the types of paths to include in the result.
- PatternSet - Class in org.apache.maven.api.model
-
Definition of include or exclude patterns.
- PatternSet(PatternSet.Builder) - Constructor for class org.apache.maven.api.model.PatternSet
-
Constructor for this class, to be called from its subclasses and
PatternSet.Builder
. - PatternSet.Builder - Class in org.apache.maven.api.model
-
Builder class used to create PatternSet instances.
- PersistedToolchains - Class in org.apache.maven.api.toolchain
-
The
<toolchains>
element is the root of the descriptor. - PersistedToolchains(PersistedToolchains.Builder) - Constructor for class org.apache.maven.api.toolchain.PersistedToolchains
-
Constructor for this class, to be called from its subclasses and
PersistedToolchains.Builder
. - PersistedToolchains.Builder - Class in org.apache.maven.api.toolchain
-
Builder class used to create PersistedToolchains instances.
- phase() - Method in interface org.apache.maven.api.Lifecycle.Pointer
- phase() - Element in annotation interface org.apache.maven.api.plugin.annotations.After
-
The phase name.
- phase() - Element in annotation interface org.apache.maven.api.plugin.annotations.Execute
-
Lifecycle phase to fork.
- phase(String) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- phase(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- Phase - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
A phase mapping definition.
- Phase(Phase.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Constructor for this class, to be called from its subclasses and
Phase.Builder
. - Phase.Builder - Class in org.apache.maven.api.plugin.descriptor.lifecycle
-
Builder class used to create Phase instances.
- phases() - Method in interface org.apache.maven.api.Lifecycle.Phase
-
Returns the list of sub-phases.
- phases() - Method in interface org.apache.maven.api.Lifecycle
-
Collection of phases for this lifecycle
- phases(Collection<Phase>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
- Plugin - Class in org.apache.maven.api.metadata
-
Mapping information for a single plugin within this group.
- Plugin - Class in org.apache.maven.api.model
-
The
<plugin>
element contains information required for a plugin. - Plugin - Interface in org.apache.maven.api
-
Represents a maven plugin runtime
- Plugin(Plugin.Builder) - Constructor for class org.apache.maven.api.metadata.Plugin
-
Constructor for this class, to be called from its subclasses and
Plugin.Builder
. - Plugin(Plugin.Builder) - Constructor for class org.apache.maven.api.model.Plugin
-
Constructor for this class, to be called from its subclasses and
Plugin.Builder
. - Plugin.Builder - Class in org.apache.maven.api.metadata
-
Builder class used to create Plugin instances.
- Plugin.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Plugin instances.
- PluginConfiguration - Class in org.apache.maven.api.model
-
Contains the plugins management information for the project.
- PluginConfiguration(PluginConfiguration.Builder) - Constructor for class org.apache.maven.api.model.PluginConfiguration
-
Constructor for this class, to be called from its subclasses and
PluginConfiguration.Builder
. - PluginConfiguration.Builder - Class in org.apache.maven.api.model
-
Builder class used to create PluginConfiguration instances.
- PluginContainer - Class in org.apache.maven.api.model
-
Contains the plugins information for the project.
- PluginContainer(PluginContainer.Builder) - Constructor for class org.apache.maven.api.model.PluginContainer
-
Constructor for this class, to be called from its subclasses and
PluginContainer.Builder
. - PluginContainer.Builder - Class in org.apache.maven.api.model
-
Builder class used to create PluginContainer instances.
- PluginDescriptor - Class in org.apache.maven.api.plugin.descriptor
-
Root element of the
plugin.xml
file. - PluginDescriptor(PluginDescriptor.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Constructor for this class, to be called from its subclasses and
PluginDescriptor.Builder
. - PluginDescriptor.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create PluginDescriptor instances.
- PluginExecution - Class in org.apache.maven.api.model
-
The
@lt;execution>
element contains information required for the execution of a plugin. - PluginExecution(PluginExecution.Builder) - Constructor for class org.apache.maven.api.model.PluginExecution
-
Constructor for this class, to be called from its subclasses and
PluginExecution.Builder
. - PluginExecution.Builder - Class in org.apache.maven.api.model
-
Builder class used to create PluginExecution instances.
- pluginGroups(Collection<String>) - Method in class org.apache.maven.api.settings.Settings.Builder
- pluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.Build.Builder
- pluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.BuildBase.Builder
- pluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.PluginConfiguration.Builder
- PluginManagement - Class in org.apache.maven.api.model
-
Section for management of default plugin information for use in a group of POMs.
- PluginManagement(PluginManagement.Builder) - Constructor for class org.apache.maven.api.model.PluginManagement
-
Constructor for this class, to be called from its subclasses and
PluginManagement.Builder
. - PluginManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create PluginManagement instances.
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Model.Builder
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.ModelBase.Builder
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Profile.Builder
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile.Builder
- pluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings.Builder
- plugins() - Method in interface org.apache.maven.api.Lifecycle.Phase
- plugins() - Method in interface org.apache.maven.api.Packaging
-
Returns the binding to use specifically for this packaging keyed by lifecycle id.
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.Build.Builder
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.BuildBase.Builder
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginConfiguration.Builder
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginContainer.Builder
- plugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginManagement.Builder
- plugins(Collection<ReportPlugin>) - Method in class org.apache.maven.api.model.Reporting.Builder
- PluginXmlFactory - Interface in org.apache.maven.api.services.xml
-
Reads and writes a
PluginDescriptor
object to/from XML. - pointer() - Method in interface org.apache.maven.api.Lifecycle.Link
- POM - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a POM file.
- POM_DOMINANT - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RepositoryMerging
-
The repositories declared in the POM have precedence over the repositories specified in the request.
- pomFile(Path) - Method in class org.apache.maven.api.model.Model.Builder
- portString(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- post(String) - Method in class org.apache.maven.api.model.MailingList.Builder
- prefix(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
- prerequisites(Prerequisites) - Method in class org.apache.maven.api.model.Model.Builder
- Prerequisites - Class in org.apache.maven.api.model
-
Describes the prerequisites a project can have.
- Prerequisites(Prerequisites.Builder) - Constructor for class org.apache.maven.api.model.Prerequisites
-
Constructor for this class, to be called from its subclasses and
Prerequisites.Builder
. - Prerequisites.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Prerequisites instances.
- preserveModelVersion(boolean) - Method in class org.apache.maven.api.model.Model.Builder
- priority(int) - Method in class org.apache.maven.api.model.PluginExecution.Builder
- priority(int) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
- Priority - Annotation Interface in org.apache.maven.api.di
- privateKey(String) - Method in class org.apache.maven.api.settings.Server.Builder
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.apache.maven.di.tool.DiIndexProcessor
- PROCESSOR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file that can be placed either on the annotation processor class-path or module-path.
- PROCESSOR_CLASSES - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--processor-path
option. - PROCESSOR_MODULES - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--processor-module-path
option. - processPlugins(boolean) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- ProducedArtifact - Interface in org.apache.maven.api
- Profile - Class in org.apache.maven.api.model
-
Modifications to the build process which is activated based on environmental parameters or command line arguments.
- Profile - Class in org.apache.maven.api.settings
-
Modifications to the build process which is keyed on some sort of environmental parameter.
- Profile(Profile.Builder) - Constructor for class org.apache.maven.api.model.Profile
-
Constructor for this class, to be called from its subclasses and
Profile.Builder
. - Profile(Profile.Builder) - Constructor for class org.apache.maven.api.settings.Profile
-
Constructor for this class, to be called from its subclasses and
Profile.Builder
. - Profile.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Profile instances.
- Profile.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Profile instances.
- profiles(Collection<Profile>) - Method in class org.apache.maven.api.model.Model.Builder
- profiles(Collection<Profile>) - Method in class org.apache.maven.api.settings.Settings.Builder
- profiles(List<Profile>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- project(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in project style.
- project(Project) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- Project - Interface in org.apache.maven.api
-
Interface representing a Maven project which can be created using the
ProjectBuilder
service. - PROJECT - Enum constant in enum class org.apache.maven.api.Lifecycle.Pointer.Type
- PROJECT - Enum constant in enum class org.apache.maven.api.plugin.annotations.After.Type
- PROJECT_DISCOVERY_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- PROJECT_FAILED - Enum constant in enum class org.apache.maven.api.EventType
- PROJECT_SKIPPED - Enum constant in enum class org.apache.maven.api.EventType
- PROJECT_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- PROJECT_SUCCEEDED - Enum constant in enum class org.apache.maven.api.EventType
- ProjectBuilder - Interface in org.apache.maven.api.services
- ProjectBuilderException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
ProjectBuilder
service. - ProjectBuilderException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ProjectBuilderException
- ProjectBuilderRequest - Interface in org.apache.maven.api.services
-
Request used to build a
Project
using theProjectBuilder
service. - ProjectBuilderRequest.ProjectBuilderRequestBuilder - Class in org.apache.maven.api.services
- ProjectBuilderResult - Interface in org.apache.maven.api.services
-
Result of a project build call.
- ProjectManager - Interface in org.apache.maven.api.services
-
Interface to manage the project during its lifecycle.
- projectRequired() - Element in annotation interface org.apache.maven.api.plugin.annotations.Mojo
-
does your mojo requires a project to be executed?
- projectRequired(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- projects() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the list of specified reactor projects to build instead of all projects.
- Projects - Search tag in package org.apache.maven.api
- Section
- projectScope() - Method in interface org.apache.maven.api.PathScope
- ProjectScope - Interface in org.apache.maven.api
-
Project scope.
- ProjectScopeProvider - Interface in org.apache.maven.api.spi
- ProjectScopeRegistry - Interface in org.apache.maven.api.services
-
Manager for
ProjectScope
. - projectSettingsSource(Source) - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- prompt(String) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a string.
- prompt(String, String) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a string using a default value.
- prompt(String, List<String>) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a string using a list of possible values.
- prompt(String, List<String>, String) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a string using a list of possible values and a default reply.
- Prompter - Interface in org.apache.maven.api.services
-
Service used to interact with the end user.
- PrompterException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
Prompter
service. - PrompterException(String, Exception) - Constructor for exception class org.apache.maven.api.services.PrompterException
- promptForPassword(String) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a password.
- properties(Map<String, String>) - Method in class org.apache.maven.api.model.Contributor.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.model.Developer.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.model.Model.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.model.ModelBase.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.model.Profile.Builder
- properties(Map<String, String>) - Method in class org.apache.maven.api.settings.Profile.Builder
- property() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
Property to use to retrieve a value.
- property(ActivationProperty) - Method in class org.apache.maven.api.model.Activation.Builder
- property(ActivationProperty) - Method in class org.apache.maven.api.settings.Activation.Builder
- PropertyContributor - Interface in org.apache.maven.api.spi
-
Component able to contribute to Maven session user properties.
- protocol(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- PROVIDED - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Provided.
- Provider - Annotation Interface in org.apache.maven.api.annotations
-
A type implemented by, or extended by maven itself.
- provides() - Method in interface org.apache.maven.api.spi.ExtensibleEnumProvider
-
Registers new values for the T extensible enum.
- provides(Map<String, String>) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- Provides - Annotation Interface in org.apache.maven.api.di
-
Can be used on a static method to provide a bean.
- proxies(Collection<Proxy>) - Method in class org.apache.maven.api.settings.Settings.Builder
- Proxy - Class in org.apache.maven.api.settings
-
The
<proxy>
element contains information required to a proxy settings. - Proxy(Proxy.Builder) - Constructor for class org.apache.maven.api.settings.Proxy
-
Constructor for this class, to be called from its subclasses and
Proxy.Builder
. - Proxy.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Proxy instances.
- put(Path, URI) - Method in interface org.apache.maven.api.services.Transport
-
PUTs the source file (must exist as file) to target URI.
- putBytes(byte[], URI) - Method in interface org.apache.maven.api.services.Transport
-
PUTs the source byte array to target URI.
- putString(String, URI) - Method in interface org.apache.maven.api.services.Transport
-
PUTs the source string using UTF8 charset to target URI.
- putString(String, Charset, URI) - Method in interface org.apache.maven.api.services.Transport
-
PUTs the source string to target URI.
Q
- Qualifier - Annotation Interface in org.apache.maven.api.di
- quiet() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to run in quiet mode.
R
- rawStreams() - Method in interface org.apache.maven.api.cli.Options
-
Returns whether raw streams should be logged.
- rawType() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the type of path without indication about the target module.
- read(InputStream) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(InputStream, boolean) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(Reader) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(Reader, boolean) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(Path) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(Path, boolean) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- read(XmlReaderRequest) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- reader(Reader) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- readonly() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
Specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
- readOnly() - Element in annotation interface org.apache.maven.api.annotations.Config
- READY - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- recursive(boolean) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- registerListener(Listener) - Method in interface org.apache.maven.api.Session
-
Register the given listener which will receive all events.
- Relationship with Java compiler standard location - Search tag in enum class org.apache.maven.api.JavaPathType
- Section
- relativePath(String) - Method in class org.apache.maven.api.model.Parent.Builder
- relaxedChecksums() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should use relaxed checksum verification.
- release(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
- releases(RepositoryPolicy) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- releases(RepositoryPolicy) - Method in class org.apache.maven.api.model.Repository.Builder
- releases(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository.Builder
- relocation(Relocation) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- Relocation - Class in org.apache.maven.api.model
-
Describes where an artifact has moved to.
- Relocation(Relocation.Builder) - Constructor for class org.apache.maven.api.model.Relocation
-
Constructor for this class, to be called from its subclasses and
Relocation.Builder
. - Relocation.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Relocation instances.
- RemoteRepository - Interface in org.apache.maven.api
-
A remote repository is a central or distributed location from which Maven can download project dependencies, plugins, and other build artifacts.
- replace(SessionData.Key<T>, T, T) - Method in interface org.apache.maven.api.SessionData
-
Associates the specified session data with the given key if the key is currently mapped to the given value.
- reporting(Reporting) - Method in class org.apache.maven.api.model.Model.Builder
- reporting(Reporting) - Method in class org.apache.maven.api.model.ModelBase.Builder
- reporting(Reporting) - Method in class org.apache.maven.api.model.Profile.Builder
- Reporting - Class in org.apache.maven.api.model
-
Section for management of reports and their configuration.
- Reporting(Reporting.Builder) - Constructor for class org.apache.maven.api.model.Reporting
-
Constructor for this class, to be called from its subclasses and
Reporting.Builder
. - Reporting.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Reporting instances.
- ReportPlugin - Class in org.apache.maven.api.model
-
The
<plugin>
element in<reporting><plugins>
contains information required for a report plugin. - ReportPlugin(ReportPlugin.Builder) - Constructor for class org.apache.maven.api.model.ReportPlugin
-
Constructor for this class, to be called from its subclasses and
ReportPlugin.Builder
. - ReportPlugin.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ReportPlugin instances.
- reports(Collection<String>) - Method in class org.apache.maven.api.model.ReportSet.Builder
- ReportSet - Class in org.apache.maven.api.model
-
Represents a set of reports and configuration to be used to generate them.
- ReportSet(ReportSet.Builder) - Constructor for class org.apache.maven.api.model.ReportSet
-
Constructor for this class, to be called from its subclasses and
ReportSet.Builder
. - ReportSet.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ReportSet instances.
- reportSets(Collection<ReportSet>) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Model.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.model.ModelBase.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Profile.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile.Builder
- repositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings.Builder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.ArtifactResolverRequest.ArtifactResolverRequestBuilder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.VersionRangeResolverRequest.VersionResolverRequestBuilder
- repositories(List<RemoteRepository>) - Method in class org.apache.maven.api.services.VersionResolverRequest.VersionResolverRequestBuilder
- Repositories - Search tag in package org.apache.maven.api
- Section
- repository(DeploymentRepository) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- repository(RemoteRepository) - Method in class org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
- Repository - Class in org.apache.maven.api.model
-
A repository contains the information needed for establishing connections with remote repository.
- Repository - Class in org.apache.maven.api.settings
-
Repository contains the information needed for establishing connections with remote repository
- Repository - Interface in org.apache.maven.api
-
In Maven, repositories are locations where project artifacts (such as JAR files, POM files, and other resources) are stored and retrieved.
- Repository(Repository.Builder) - Constructor for class org.apache.maven.api.model.Repository
-
Constructor for this class, to be called from its subclasses and
Repository.Builder
. - Repository(Repository.Builder) - Constructor for class org.apache.maven.api.settings.Repository
-
Constructor for this class, to be called from its subclasses and
Repository.Builder
. - Repository.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Repository instances.
- Repository.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Repository instances.
- RepositoryBase - Class in org.apache.maven.api.model
-
A repository contains the information needed for establishing connections with remote repository.
- RepositoryBase - Class in org.apache.maven.api.settings
-
Repository contains the information needed for establishing connections with remote repository
- RepositoryBase(RepositoryBase.Builder) - Constructor for class org.apache.maven.api.model.RepositoryBase
-
Constructor for this class, to be called from its subclasses and
RepositoryBase.Builder
. - RepositoryBase(RepositoryBase.Builder) - Constructor for class org.apache.maven.api.settings.RepositoryBase
-
Constructor for this class, to be called from its subclasses and
RepositoryBase.Builder
. - RepositoryBase.Builder - Class in org.apache.maven.api.model
-
Builder class used to create RepositoryBase instances.
- RepositoryBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create RepositoryBase instances.
- Repository Configuration - Search tag in interface org.apache.maven.api.RemoteRepository
- Section
- Repository Configuration - Search tag in interface org.apache.maven.api.Repository
- Section
- RepositoryFactory - Interface in org.apache.maven.api.services
-
Factory service to create
LocalRepository
orRemoteRepository
objects. - repositoryMerging(ModelBuilderRequest.RepositoryMerging) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- RepositoryPolicy - Class in org.apache.maven.api.model
-
Download policy.
- RepositoryPolicy - Class in org.apache.maven.api.settings
-
Download policy
- RepositoryPolicy(RepositoryPolicy.Builder) - Constructor for class org.apache.maven.api.model.RepositoryPolicy
-
Constructor for this class, to be called from its subclasses and
RepositoryPolicy.Builder
. - RepositoryPolicy(RepositoryPolicy.Builder) - Constructor for class org.apache.maven.api.settings.RepositoryPolicy
-
Constructor for this class, to be called from its subclasses and
RepositoryPolicy.Builder
. - RepositoryPolicy.Builder - Class in org.apache.maven.api.model
-
Builder class used to create RepositoryPolicy instances.
- RepositoryPolicy.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create RepositoryPolicy instances.
- Repository Resolution Process - Search tag in interface org.apache.maven.api.Repository
- Section
- REQUEST_DOMINANT - Enum constant in enum class org.apache.maven.api.services.ModelBuilderRequest.RepositoryMerging
-
The repositories specified in the request have precedence over the repositories declared in the POM.
- requestType() - Element in annotation interface org.apache.maven.api.plugin.annotations.Resolution
-
The request type, in case the default one is not correct.
- requestType(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution.Builder
- requestType(DependencyResolverRequest.RequestType) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- requestType(ModelBuilderRequest.RequestType) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- require(String) - Method in interface org.apache.maven.api.services.ExtensibleEnumRegistry
- require(String) - Method in interface org.apache.maven.api.services.TypeRegistry
-
Obtain the
Type
from the specifiedid
. - required() - Element in annotation interface org.apache.maven.api.plugin.annotations.Parameter
-
is the parameter required?
- required(boolean) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- requireDependencyScope(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
DependencyScope
from the specifiedid
. - requiredJavaVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- requiredMavenVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- requireLanguage(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
Language
from the specifiedid
. - Requirement - Class in org.apache.maven.api.plugin.descriptor
-
Describes a component requirement.
- Requirement(Requirement.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.Requirement
-
Constructor for this class, to be called from its subclasses and
Requirement.Builder
. - Requirement.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create Requirement instances.
- requirePackaging(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
Packaging
from the specifiedid
. - requirePathScope(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
PathScope
from the specifiedid
. - requireProjectScope(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
ProjectScope
from the specifiedid
. - requireType(String) - Method in interface org.apache.maven.api.Session
-
Obtain the
Type
from the specifiedid
. - resetStyle() - Method in interface org.apache.maven.api.services.MessageBuilder
- ResidentMavenInvoker - Interface in org.apache.maven.api.cli.mvn.resident
-
Resident invoker.
- Resolution - Search tag in package org.apache.maven.api
- Section
- Resolution - Class in org.apache.maven.api.plugin.descriptor
-
Dependency collection or resolution injection.
- Resolution - Annotation Interface in org.apache.maven.api.plugin.annotations
-
Indicates that a given field will be injected with the result of a dependency collection or resolution request.
- Resolution(Resolution.Builder) - Constructor for class org.apache.maven.api.plugin.descriptor.Resolution
-
Constructor for this class, to be called from its subclasses and
Resolution.Builder
. - Resolution.Builder - Class in org.apache.maven.api.plugin.descriptor
-
Builder class used to create Resolution instances.
- resolutions(Collection<Resolution>) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- resolve(String) - Method in interface org.apache.maven.api.services.Source
-
Returns a new source identified by a relative path.
- resolve(ArtifactResolverRequest) - Method in interface org.apache.maven.api.services.ArtifactResolver
- resolve(DependencyResolverRequest) - Method in interface org.apache.maven.api.services.DependencyResolver
-
This method collects, flattens and resolves the dependencies.
- resolve(ModelSource.ModelLocator, String) - Method in interface org.apache.maven.api.services.ModelSource
- resolve(VersionRangeResolverRequest) - Method in interface org.apache.maven.api.services.VersionRangeResolver
- resolve(VersionResolverRequest) - Method in interface org.apache.maven.api.services.VersionResolver
-
Resolves an artifact's meta version (if any) to a concrete version.
- resolve(Session, Collection<? extends ArtifactCoordinates>) - Method in interface org.apache.maven.api.services.ArtifactResolver
-
Resolves several artifacts from their coordinates.
- resolve(Session, Collection<? extends ArtifactCoordinates>, List<RemoteRepository>) - Method in interface org.apache.maven.api.services.ArtifactResolver
-
Resolves several artifacts from their coordinates.
- resolve(Session, List<DependencyCoordinates>) - Method in interface org.apache.maven.api.services.DependencyResolver
- resolve(Session, List<DependencyCoordinates>, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
- resolve(Session, ArtifactCoordinates) - Method in interface org.apache.maven.api.services.VersionRangeResolver
-
Expands a version range to a list of matching versions, in ascending order.
- resolve(Session, ArtifactCoordinates) - Method in interface org.apache.maven.api.services.VersionResolver
-
Resolves an artifact's meta version (if any) to a concrete version.
- resolve(Session, ArtifactCoordinates, List<RemoteRepository>) - Method in interface org.apache.maven.api.services.VersionRangeResolver
-
Expands a version range to a list of matching versions, in ascending order.
- resolve(Session, DependencyCoordinates) - Method in interface org.apache.maven.api.services.DependencyResolver
- resolve(Session, DependencyCoordinates, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
- resolve(Session, Project) - Method in interface org.apache.maven.api.services.DependencyResolver
- resolve(Session, Project, PathScope) - Method in interface org.apache.maven.api.services.DependencyResolver
- RESOLVE - Enum constant in enum class org.apache.maven.api.services.DependencyResolverRequest.RequestType
- resolveArtifact(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifact(ArtifactCoordinates) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifact(ArtifactCoordinates, List<RemoteRepository>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifact(Artifact, List<RemoteRepository>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifacts(Collection<? extends ArtifactCoordinates>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifacts(Collection<? extends ArtifactCoordinates>, List<RemoteRepository>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifacts(Artifact...) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveArtifacts(ArtifactCoordinates...) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactResolver.class).resolve(...)
. - resolveDependencies(List<DependencyCoordinates>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...).getPaths()
. - resolveDependencies(DependencyCoordinates) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...).getPaths()
. - resolveDependencies(DependencyCoordinates, PathScope, Collection<PathType>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...).getDispatchedPaths()
. - resolveDependencies(Project, PathScope) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...).getPaths()
. - resolveDependencies(Project, PathScope, Collection<PathType>) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...).getDispatchedPaths()
. - resolveVersion(ArtifactCoordinates) - Method in interface org.apache.maven.api.Session
-
Resolves an artifact's meta version (if any) to a concrete version.
- resolveVersionRange(ArtifactCoordinates) - Method in interface org.apache.maven.api.Session
-
Expands a version range to a list of matching versions, in ascending order.
- resolveVersionRange(ArtifactCoordinates, List<RemoteRepository>) - Method in interface org.apache.maven.api.Session
-
Expands a version range to a list of matching versions, in ascending order.
- Resource - Class in org.apache.maven.api.model
-
This element describes all of the classpath resources associated with a project or unit tests.
- Resource(Resource.Builder) - Constructor for class org.apache.maven.api.model.Resource
-
Constructor for this class, to be called from its subclasses and
Resource.Builder
. - Resource.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Resource instances.
- resources(Collection<Resource>) - Method in class org.apache.maven.api.model.Build.Builder
- resources(Collection<Resource>) - Method in class org.apache.maven.api.model.BuildBase.Builder
- RESOURCES - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- resume() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should resume from the last failed project in a previous build.
- resumeFrom() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the project to resume the build from.
- retryFailedDeploymentCount(int) - Method in class org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
- role(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- roleHint(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement.Builder
- roles(Collection<String>) - Method in class org.apache.maven.api.model.Contributor.Builder
- roles(Collection<String>) - Method in class org.apache.maven.api.model.Developer.Builder
- root(boolean) - Method in class org.apache.maven.api.model.Model.Builder
- root(DependencyCoordinates) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- rootArtifact(Artifact) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Sets the root artifact for the dependency graph.
- rootDirectory() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the root directory of the Maven invocation, if found.
- rootDirectory(Path) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- RUNTIME - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Runtime and test.
S
- scm(Scm) - Method in class org.apache.maven.api.model.Model.Builder
- Scm - Class in org.apache.maven.api.model
-
The
<scm>
element contains information required to the SCM (Source Control Management) of the project. - Scm(Scm.Builder) - Constructor for class org.apache.maven.api.model.Scm
-
Constructor for this class, to be called from its subclasses and
Scm.Builder
. - Scm.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Scm instances.
- scope() - Method in interface org.apache.maven.api.Lifecycle.DependenciesPointer
- scope() - Element in annotation interface org.apache.maven.api.plugin.annotations.After
-
The scope for dependencies, only if
type() == Type.Dependencies
. - scope(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- scope(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- Scope - Annotation Interface in org.apache.maven.api.di
- scriptSourceDirectory(String) - Method in class org.apache.maven.api.model.Build.Builder
- select(String) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Returns
ChecksumAlgorithmService.ChecksumAlgorithm
for given algorithm name, or throws if algorithm not supported. - select(Collection<String>) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService
-
Returns a collection of
ChecksumAlgorithmService.ChecksumAlgorithm
in same order as algorithm names are ordered, or throws if any of the algorithm name is not supported. - SELF_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_OVERRIDE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_REMOVE - Static variable in interface org.apache.maven.api.xml.XmlNode
- sendOnError(boolean) - Method in class org.apache.maven.api.model.Notifier.Builder
- sendOnFailure(boolean) - Method in class org.apache.maven.api.model.Notifier.Builder
- sendOnSuccess(boolean) - Method in class org.apache.maven.api.model.Notifier.Builder
- sendOnWarning(boolean) - Method in class org.apache.maven.api.model.Notifier.Builder
- Server - Class in org.apache.maven.api.settings
-
The
<server>
element contains information required to a server settings. - Server(Server.Builder) - Constructor for class org.apache.maven.api.settings.Server
-
Constructor for this class, to be called from its subclasses and
Server.Builder
. - Server.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Server instances.
- servers(Collection<Server>) - Method in class org.apache.maven.api.settings.Settings.Builder
- Service - Interface in org.apache.maven.api
-
Marker interface for all services provided by the
Session
. - session(Session) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ArtifactDeployerRequest.ArtifactDeployerRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ArtifactInstallerRequest.ArtifactInstallerRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ArtifactResolverRequest.ArtifactResolverRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.VersionRangeResolverRequest.VersionResolverRequestBuilder
- session(Session) - Method in class org.apache.maven.api.services.VersionResolverRequest.VersionResolverRequestBuilder
- Session - Interface in org.apache.maven.api
-
The session to install / deploy / resolve artifacts and dependencies.
- SESSION_ENDED - Enum constant in enum class org.apache.maven.api.EventType
- SESSION_STARTED - Enum constant in enum class org.apache.maven.api.EventType
- SessionData - Interface in org.apache.maven.api
-
A container for data that is specific to a session.
- SessionData.Key<T> - Class in org.apache.maven.api
-
Key used to query the session data
- SessionScoped - Annotation Interface in org.apache.maven.api.di
-
Indicates that annotated component should be instantiated before session execution starts and discarded after session execution completes.
- set(SessionData.Key<T>, T) - Method in interface org.apache.maven.api.SessionData
-
Associates the specified session data with the given key.
- setArtifactPath(ProducedArtifact, Path) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactManager.class).setPath(...)
. - setLength(int) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Set the buffer length.
- setPath(ProducedArtifact, Path) - Method in interface org.apache.maven.api.services.ArtifactManager
-
Associates the given file path to the artifact.
- setProperty(Project, String, String) - Method in interface org.apache.maven.api.services.ProjectManager
-
Set a given project property.
- setRootModel(Model) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- setSource(String) - Method in class org.apache.maven.api.model.Profile
- setSource(String) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- setSource(Model) - Method in interface org.apache.maven.api.services.ModelProblemCollector
- Settings - Class in org.apache.maven.api.settings
-
Root element of the user configuration file.
- Settings(Settings.Builder) - Constructor for class org.apache.maven.api.settings.Settings
-
Constructor for this class, to be called from its subclasses and
Settings.Builder
. - Settings.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create Settings instances.
- SettingsBuilder - Interface in org.apache.maven.api.services
-
Builds the effective settings from a user settings file and/or a installation settings file.
- SettingsBuilderException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
SettingsBuilder
. - SettingsBuilderException(String, Exception) - Constructor for exception class org.apache.maven.api.services.SettingsBuilderException
- SettingsBuilderException(String, List<BuilderProblem>) - Constructor for exception class org.apache.maven.api.services.SettingsBuilderException
- SettingsBuilderRequest - Interface in org.apache.maven.api.services
-
Collects settings that control the building of effective settings.
- SettingsBuilderRequest.SettingsBuilderRequestBuilder - Class in org.apache.maven.api.services
- SettingsBuilderRequestBuilder() - Constructor for class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- SettingsBuilderResult - Interface in org.apache.maven.api.services
- SettingsXmlFactory - Interface in org.apache.maven.api.services.xml
-
Reads and writes a
Settings
object to/from XML. - showErrors() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to show error stack traces.
- showMessage(String) - Method in interface org.apache.maven.api.services.Prompter
-
Displays a message to the user.
- showVersion() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to show the version information.
- showVersionAndExit() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to show the version information and exit.
- since(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor.Builder
- since(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- Singleton - Annotation Interface in org.apache.maven.api.di
- site(Site) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- Site - Class in org.apache.maven.api.model
-
Contains the information needed for deploying websites.
- Site(Site.Builder) - Constructor for class org.apache.maven.api.model.Site
-
Constructor for this class, to be called from its subclasses and
Site.Builder
. - SITE - Static variable in interface org.apache.maven.api.Lifecycle
- Site.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Site instances.
- snapshot(Snapshot) - Method in class org.apache.maven.api.metadata.Versioning.Builder
- Snapshot - Class in org.apache.maven.api.metadata
-
Snapshot data for the last artifact corresponding to the SNAPSHOT base version
- Snapshot(Snapshot.Builder) - Constructor for class org.apache.maven.api.metadata.Snapshot
-
Constructor for this class, to be called from its subclasses and
Snapshot.Builder
. - Snapshot.Builder - Class in org.apache.maven.api.metadata
-
Builder class used to create Snapshot instances.
- snapshotRepository(DeploymentRepository) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- snapshots(RepositoryPolicy) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- snapshots(RepositoryPolicy) - Method in class org.apache.maven.api.model.Repository.Builder
- snapshots(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository.Builder
- SnapshotVersion - Class in org.apache.maven.api.metadata
-
Versioning information for a sub-artifact of the current snapshot artifact.
- SnapshotVersion(SnapshotVersion.Builder) - Constructor for class org.apache.maven.api.metadata.SnapshotVersion
-
Constructor for this class, to be called from its subclasses and
SnapshotVersion.Builder
. - SnapshotVersion.Builder - Class in org.apache.maven.api.metadata
-
Builder class used to create SnapshotVersion instances.
- snapshotVersions(Collection<SnapshotVersion>) - Method in class org.apache.maven.api.metadata.Versioning.Builder
- source - Variable in exception class org.apache.maven.api.plugin.MojoException
- source() - Element in annotation interface org.apache.maven.api.annotations.Config
- source() - Method in interface org.apache.maven.api.cli.Options
-
Returns a simple designator of the options source, such as "cli", "maven.conf", etc.
- source(ModelSource) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- source(Source) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- Source - Interface in org.apache.maven.api.services
-
Provides access to the contents of a source independently of the backing store (e.g.
- SOURCE_CLI - Static variable in interface org.apache.maven.api.cli.Options
-
Constant indicating that the options source is the command-line interface.
- SOURCE_POM - Static variable in class org.apache.maven.api.model.Profile
- SOURCE_SETTINGS - Static variable in class org.apache.maven.api.model.Profile
- sourceDirectory(String) - Method in class org.apache.maven.api.model.Build.Builder
- SOURCES - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- SpiService - Interface in org.apache.maven.api.spi
-
Marker interface to indicate services that can be provided by plugins and extensions.
- Standard Packaging Types - Search tag in interface org.apache.maven.api.Packaging
- Section
- status(String) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- storeToolchainToBuildContext(Session, Toolchain) - Method in interface org.apache.maven.api.services.ToolchainManager
- stream() - Method in interface org.apache.maven.api.Node
-
Obtain a Stream containing this node and all its descendant.
- stream() - Method in interface org.apache.maven.api.services.LifecycleRegistry
- strict(boolean) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- STRICT - Static variable in interface org.apache.maven.api.spi.ModelParser
-
Option that can be specified in the options map.
- strictArtifactDescriptorPolicy() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should use strict artifact descriptor policy.
- strictChecksums() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should use strict checksum verification.
- strong(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in strong style.
- style(String) - Method in interface org.apache.maven.api.services.MessageBuilder
- style(String, Object) - Method in interface org.apache.maven.api.services.MessageBuilder
- subprojects(Collection<String>) - Method in class org.apache.maven.api.model.Model.Builder
- subprojects(Collection<String>) - Method in class org.apache.maven.api.model.ModelBase.Builder
- subprojects(Collection<String>) - Method in class org.apache.maven.api.model.Profile.Builder
- subscribe(String) - Method in class org.apache.maven.api.model.MailingList.Builder
- success(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in success style.
- SuperPomProvider - Interface in org.apache.maven.api.services
-
Provides the super POM that all models implicitly inherit from.
- SuperPomProviderException - Exception Class in org.apache.maven.api.services
-
Exceptions thrown by the
SuperPomProvider
service. - SuperPomProviderException() - Constructor for exception class org.apache.maven.api.services.SuperPomProviderException
- SuperPomProviderException(String) - Constructor for exception class org.apache.maven.api.services.SuperPomProviderException
- SuperPomProviderException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.SuperPomProviderException
- SuperPomProviderException(Throwable) - Constructor for exception class org.apache.maven.api.services.SuperPomProviderException
- suppressSnapshotUpdates() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should suppress SNAPSHOT updates.
- system(String) - Method in class org.apache.maven.api.model.CiManagement.Builder
- system(String) - Method in class org.apache.maven.api.model.IssueManagement.Builder
- SYSTEM - Enum constant in enum class org.apache.maven.api.DependencyScope
-
System scope.
- systemPath(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- systemProperties() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns a map of system properties for the Maven execution.
- systemProperties(Map<String, String>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
T
- tag(String) - Method in class org.apache.maven.api.model.Scm.Builder
- TAGLETS - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Javadoc
-tagletpath
option. - targetPath(String) - Method in class org.apache.maven.api.model.Resource.Builder
- TEST - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Test compile and test runtime.
- TEST - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- TEST - Static variable in interface org.apache.maven.api.ProjectScope
-
Test scope.
- TEST_COMPILE - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- TEST_COMPILE - Static variable in interface org.apache.maven.api.PathScope
- TEST_JAR - Static variable in interface org.apache.maven.api.Type
-
Artifact type name for a JAR file containing test classes.
- TEST_ONLY - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Test compile only.
- TEST_RESOURCES - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- TEST_RUNTIME - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Test runtime.
- TEST_RUNTIME - Static variable in interface org.apache.maven.api.PathScope
- TEST_SOURCES - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- testOutputDirectory(String) - Method in class org.apache.maven.api.model.Build.Builder
- testResources(Collection<Resource>) - Method in class org.apache.maven.api.model.Build.Builder
- testResources(Collection<Resource>) - Method in class org.apache.maven.api.model.BuildBase.Builder
- testSourceDirectory(String) - Method in class org.apache.maven.api.model.Build.Builder
- threads() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Returns the number of threads used for parallel builds.
- ThreadSafe - Annotation Interface in org.apache.maven.api.annotations
-
The
ThreadSafe
annotation can be used to indicate a given type is thread safe. - timestamp(String) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
- timezone(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- timezone(String) - Method in class org.apache.maven.api.model.Developer.Builder
- toCoordinates() - Method in interface org.apache.maven.api.Artifact
-
Returns coordinates with the same identifiers as this artifact.
- toCoordinates() - Method in interface org.apache.maven.api.Dependency
-
Returns coordinates with the same identifiers as this dependency.
- Toolchain - Interface in org.apache.maven.api
-
Represents a toolchain in the Maven build system.
- ToolchainFactory - Interface in org.apache.maven.api.services
- ToolchainManager - Interface in org.apache.maven.api.services
-
Service to manage
Toolchain
s. - ToolchainManagerException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
ToolchainManager
. - ToolchainManagerException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ToolchainManagerException
- ToolchainModel - Class in org.apache.maven.api.toolchain
-
Definition of a toolchain instance.
- ToolchainModel(ToolchainModel.Builder) - Constructor for class org.apache.maven.api.toolchain.ToolchainModel
-
Constructor for this class, to be called from its subclasses and
ToolchainModel.Builder
. - ToolchainModel.Builder - Class in org.apache.maven.api.toolchain
-
Builder class used to create ToolchainModel instances.
- toolchains(Collection<ToolchainModel>) - Method in class org.apache.maven.api.toolchain.PersistedToolchains.Builder
- ToolchainsBuilder - Interface in org.apache.maven.api.services
-
Builds the effective toolchains from a user toolchains file and/or an installation toolchains file.
- ToolchainsBuilderException - Exception Class in org.apache.maven.api.services
-
The Exception class throw by the
ToolchainsBuilder
. - ToolchainsBuilderException(String, Exception) - Constructor for exception class org.apache.maven.api.services.ToolchainsBuilderException
- ToolchainsBuilderException(String, List<BuilderProblem>) - Constructor for exception class org.apache.maven.api.services.ToolchainsBuilderException
- ToolchainsBuilderRequest - Interface in org.apache.maven.api.services
- ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder - Class in org.apache.maven.api.services
- ToolchainsBuilderRequestBuilder() - Constructor for class org.apache.maven.api.services.ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder
- ToolchainsBuilderResult - Interface in org.apache.maven.api.services
- ToolchainsXmlFactory - Interface in org.apache.maven.api.services.xml
-
Reads and writes a
PersistedToolchains
object to/from XML. - topDirectory() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the top-level directory of the Maven invocation.
- toString() - Method in class org.apache.maven.api.JavaPathType.Modular
-
Returns the programmatic name of this path type, including the module to patch.
- toString() - Method in enum class org.apache.maven.api.JavaPathType
-
Returns a string representation of this path type for debugging purposes.
- toString() - Method in class org.apache.maven.api.model.Build
- toString() - Method in class org.apache.maven.api.model.BuildBase
- toString() - Method in class org.apache.maven.api.model.Contributor
- toString() - Method in class org.apache.maven.api.model.Dependency
- toString() - Method in class org.apache.maven.api.model.Developer
- toString() - Method in class org.apache.maven.api.model.FileSet
- toString() - Method in class org.apache.maven.api.model.InputLocation
- toString() - Method in class org.apache.maven.api.model.InputSource
- toString() - Method in class org.apache.maven.api.model.IssueManagement
- toString() - Method in class org.apache.maven.api.model.License
- toString() - Method in class org.apache.maven.api.model.MailingList
- toString() - Method in class org.apache.maven.api.model.Model
- toString() - Method in class org.apache.maven.api.model.Organization
- toString() - Method in class org.apache.maven.api.model.Parent
- toString() - Method in class org.apache.maven.api.model.PatternSet
- toString() - Method in class org.apache.maven.api.model.Plugin
- toString() - Method in class org.apache.maven.api.model.PluginConfiguration
- toString() - Method in class org.apache.maven.api.model.PluginContainer
- toString() - Method in class org.apache.maven.api.model.PluginExecution
- toString() - Method in class org.apache.maven.api.model.Profile
- toString() - Method in class org.apache.maven.api.model.ReportSet
- toString() - Method in class org.apache.maven.api.model.Resource
- toString() - Method in class org.apache.maven.api.model.Scm
- toString() - Method in interface org.apache.maven.api.PathType
-
Returns a string representation for this extensible enum describing a path type.
- toString() - Method in interface org.apache.maven.api.services.ModelBuilderResult
-
Creates a human-readable representation of these errors.
- toString() - Method in class org.apache.maven.api.settings.InputSource
- toString() - Method in class org.apache.maven.api.settings.Mirror
- toString() - Method in class org.apache.maven.api.toolchain.InputSource
- toString(InputLocation) - Method in interface org.apache.maven.api.model.InputLocation.StringFormatter
-
Method toString.
- toString(InputLocation) - Method in interface org.apache.maven.api.settings.InputLocation.StringFormatter
-
Method toString.
- toString(InputLocation) - Method in interface org.apache.maven.api.toolchain.InputLocation.StringFormatter
-
Method toString.
- toXmlString(T) - Method in interface org.apache.maven.api.services.xml.XmlFactory
-
Simply converts the given content to an xml string.
- trace(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in trace style.
- TrackableBase - Class in org.apache.maven.api.settings
-
Common base class that contains code to track the source for this instance.
- TrackableBase - Class in org.apache.maven.api.toolchain
-
Common base class that contains code to track the source for this instance.
- TrackableBase(TrackableBase.Builder) - Constructor for class org.apache.maven.api.settings.TrackableBase
-
Constructor for this class, to be called from its subclasses and
TrackableBase.Builder
. - TrackableBase(TrackableBase.Builder) - Constructor for class org.apache.maven.api.toolchain.TrackableBase
-
Constructor for this class, to be called from its subclasses and
TrackableBase.Builder
. - TrackableBase.Builder - Class in org.apache.maven.api.settings
-
Builder class used to create TrackableBase instances.
- TrackableBase.Builder - Class in org.apache.maven.api.toolchain
-
Builder class used to create TrackableBase instances.
- transform(String, String) - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest.Transformer
-
Interpolate the value read from the xml document
- transform(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.ModelTransformer
-
Apply a transformation on the file model.
- transformEffectiveModel(Model) - Method in interface org.apache.maven.api.spi.ModelTransformer
-
Apply a transformation on the effective models.
- transformer(XmlReaderRequest.Transformer) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- transformFileModel(Model) - Method in interface org.apache.maven.api.spi.ModelTransformer
-
Apply a transformation on the file model.
- transformRawModel(Model) - Method in interface org.apache.maven.api.spi.ModelTransformer
-
Apply a transformation on the raw models.
- transport(Session, RemoteRepository) - Method in interface org.apache.maven.api.services.TransportProvider
-
Provides new
Transport
instance for givenRemoteRepository
, if possible. - Transport - Interface in org.apache.maven.api.services
-
Transport for specified remote repository (using provided remote repository base URI as root).
- TransportProvider - Interface in org.apache.maven.api.services
-
Transporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.
- TransportProviderException - Exception Class in org.apache.maven.api.services
- TransportProviderException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.TransportProviderException
- type() - Element in annotation interface org.apache.maven.api.annotations.Config
- type() - Method in interface org.apache.maven.api.Lifecycle.ChildrenPointer
- type() - Method in interface org.apache.maven.api.Lifecycle.DependenciesPointer
- type() - Method in interface org.apache.maven.api.Lifecycle.PhasePointer
- type() - Method in interface org.apache.maven.api.Lifecycle.Pointer
- type() - Method in interface org.apache.maven.api.Packaging
-
The type of main artifact produced by this packaging.
- type() - Element in annotation interface org.apache.maven.api.plugin.annotations.After
-
The type of this pointer.
- type() - Method in class org.apache.maven.api.SessionData.Key
- type(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- type(String) - Method in class org.apache.maven.api.model.Notifier.Builder
- type(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- type(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter.Builder
- type(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- type(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- type(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- type(String) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- Type - Interface in org.apache.maven.api
-
A dependency's
Type
is uniquely identified by aString
, and semantically represents a known kind of dependency. - Typed - Annotation Interface in org.apache.maven.api.di
- TypeProvider - Interface in org.apache.maven.api.spi
- TypeRegistry - Interface in org.apache.maven.api.services
-
Access to
Type
registry.
U
- UNDEFINED - Enum constant in enum class org.apache.maven.api.DependencyScope
-
Undefined.
- uniqueVersion(boolean) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- UNIT_TEST - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- unregisterListener(Listener) - Method in interface org.apache.maven.api.Session
-
Unregisters a previously registered listener.
- UNRESOLVED - Static variable in interface org.apache.maven.api.PathType
-
The type for all paths that could not be placed in any of the types requested by a caller.
- unsubscribe(String) - Method in class org.apache.maven.api.model.MailingList.Builder
- update(ByteBuffer) - Method in interface org.apache.maven.api.services.ChecksumAlgorithmService.ChecksumCalculator
-
Updates the checksum algorithm inner state with input.
- updated(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
- updatePolicy(String) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- updatePolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- updateSnapshots() - Method in interface org.apache.maven.api.cli.mvn.MavenOptions
-
Indicates whether Maven should force a check for updated snapshots on remote repositories.
- UPGRADE_MODULES - Enum constant in enum class org.apache.maven.api.JavaPathType
-
The path identified by the Java
--upgrade-module-path
option. - url(String) - Method in class org.apache.maven.api.model.CiManagement.Builder
- url(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- url(String) - Method in class org.apache.maven.api.model.DeploymentRepository.Builder
- url(String) - Method in class org.apache.maven.api.model.Developer.Builder
- url(String) - Method in class org.apache.maven.api.model.IssueManagement.Builder
- url(String) - Method in class org.apache.maven.api.model.License.Builder
- url(String) - Method in class org.apache.maven.api.model.Model.Builder
- url(String) - Method in class org.apache.maven.api.model.Organization.Builder
- url(String) - Method in class org.apache.maven.api.model.Repository.Builder
- url(String) - Method in class org.apache.maven.api.model.RepositoryBase.Builder
- url(String) - Method in class org.apache.maven.api.model.Scm.Builder
- url(String) - Method in class org.apache.maven.api.model.Site.Builder
- url(String) - Method in class org.apache.maven.api.settings.Mirror.Builder
- url(String) - Method in class org.apache.maven.api.settings.Repository.Builder
- url(String) - Method in class org.apache.maven.api.settings.RepositoryBase.Builder
- url(URL) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- Usage Example - Search tag in interface org.apache.maven.api.Packaging
- Section
- usePluginRegistry(boolean) - Method in class org.apache.maven.api.settings.Settings.Builder
- USER_PROPERTIES - Enum constant in enum class org.apache.maven.api.annotations.Config.Source
- userHome() - Method in interface org.apache.maven.api.cli.ParserRequest
-
Returns the user's home directory.
- userHome(Path) - Method in class org.apache.maven.api.cli.ParserRequest.Builder
- userHomeDirectory() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns the user's home directory.
- username(String) - Method in class org.apache.maven.api.settings.Proxy.Builder
- username(String) - Method in class org.apache.maven.api.settings.Server.Builder
- userProperties() - Method in interface org.apache.maven.api.cli.InvokerRequest
-
Returns a map of user-defined properties for the Maven execution.
- userProperties() - Method in interface org.apache.maven.api.cli.Options
-
Returns the user-defined properties for the Maven execution.
- userProperties(Map<String, String>) - Method in class org.apache.maven.api.services.ModelBuilderRequest.ModelBuilderRequestBuilder
- userSettingsSource(Source) - Method in class org.apache.maven.api.services.SettingsBuilderRequest.SettingsBuilderRequestBuilder
- userToolchainsSource(Source) - Method in class org.apache.maven.api.services.ToolchainsBuilderRequest.ToolchainsBuilderRequestBuilder
V
- V20 - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- V30 - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- V31 - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- v3Phase() - Method in interface org.apache.maven.api.Lifecycle.Alias
- V40 - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- V41 - Enum constant in enum class org.apache.maven.api.services.ModelProblem.Version
- v4Phase() - Method in interface org.apache.maven.api.Lifecycle.Alias
- VALID_MODEL_VERSIONS - Static variable in interface org.apache.maven.api.services.ModelBuilder
- validate(Settings) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Validate the specified settings.
- validate(Settings, boolean) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Validate the specified settings.
- VALIDATE - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- value() - Element in annotation interface org.apache.maven.api.di.Named
- value() - Element in annotation interface org.apache.maven.api.di.Priority
- value() - Element in annotation interface org.apache.maven.api.di.Typed
- value(String) - Method in class org.apache.maven.api.model.ActivationProperty.Builder
- value(String) - Method in class org.apache.maven.api.settings.ActivationProperty.Builder
- valueOf(String) - Static method in enum class org.apache.maven.api.annotations.Config.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.cli.Logger.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.DependencyScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.JavaPathType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.Lifecycle.Link.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.Lifecycle.Pointer.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.plugin.annotations.After.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.services.BuilderProblem.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.services.DependencyResolverRequest.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.services.ModelBuilderRequest.RepositoryMerging
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.api.services.ModelProblem.Version
-
Returns the enum constant of this class with the specified name.
- valueOf(JavaFileManager.Location) - Static method in enum class org.apache.maven.api.JavaPathType
-
Returns the path type associated to the given
javax.tool
location. - values() - Static method in enum class org.apache.maven.api.annotations.Config.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.cli.Logger.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.DependencyScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.JavaPathType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.Lifecycle.Link.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.Lifecycle.Pointer.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.plugin.annotations.After.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.services.BuilderProblem.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.services.DependencyResolverRequest.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.services.ModelBuilderRequest.RepositoryMerging
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.services.ModelBuilderRequest.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.api.services.ModelProblem.Version
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose() - Method in interface org.apache.maven.api.cli.Options
-
Indicates whether to run in verbose mode.
- verbose(boolean) - Method in class org.apache.maven.api.services.DependencyResolverRequest.DependencyResolverRequestBuilder
-
Specifies that the collection should be verbose.
- VERIFY - Static variable in interface org.apache.maven.api.Lifecycle.Phase
- version(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension.Builder
- version(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- version(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
- version(String) - Method in class org.apache.maven.api.model.ActivationOS.Builder
- version(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- version(String) - Method in class org.apache.maven.api.model.Extension.Builder
- version(String) - Method in class org.apache.maven.api.model.Model.Builder
- version(String) - Method in class org.apache.maven.api.model.Parent.Builder
- version(String) - Method in class org.apache.maven.api.model.Plugin.Builder
- version(String) - Method in class org.apache.maven.api.model.Relocation.Builder
- version(String) - Method in class org.apache.maven.api.model.ReportPlugin.Builder
- version(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency.Builder
- version(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor.Builder
- version(String) - Method in class org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
- version(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- version(String) - Method in class org.apache.maven.api.services.DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder
- version(String) - Method in class org.apache.maven.api.settings.ActivationOS.Builder
- Version - Interface in org.apache.maven.api
-
A version or meta-version of an artifact or a dependency.
- VersionConstraint - Interface in org.apache.maven.api
-
Version constraint for dependency.
- versioning(Versioning) - Method in class org.apache.maven.api.metadata.Metadata.Builder
- Versioning - Class in org.apache.maven.api.metadata
-
Versioning information for "groupId/artifactId" or "groupId/artifactId/version" SNAPSHOT
- Versioning(Versioning.Builder) - Constructor for class org.apache.maven.api.metadata.Versioning
-
Constructor for this class, to be called from its subclasses and
Versioning.Builder
. - Versioning.Builder - Class in org.apache.maven.api.metadata
-
Builder class used to create Versioning instances.
- VersionParser - Interface in org.apache.maven.api.services
-
Service interface to parse
Version
andVersionRange
. - VersionParserException - Exception Class in org.apache.maven.api.services
-
The Exception class thrown by
VersionParser
. - VersionParserException(String, Exception) - Constructor for exception class org.apache.maven.api.services.VersionParserException
- VersionRange - Interface in org.apache.maven.api
-
A range of versions.
- VersionRange.Boundary - Interface in org.apache.maven.api
-
Represents range boundary.
- VersionRangeResolver - Interface in org.apache.maven.api.services
-
Parses and evaluates version ranges encountered in dependency declarations.
- VersionRangeResolverException - Exception Class in org.apache.maven.api.services
- VersionRangeResolverException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.VersionRangeResolverException
- VersionRangeResolverRequest - Interface in org.apache.maven.api.services
- VersionRangeResolverRequest.VersionResolverRequestBuilder - Class in org.apache.maven.api.services
- VersionRangeResolverResult - Interface in org.apache.maven.api.services
- VersionResolver - Interface in org.apache.maven.api.services
-
Resolves artifact meta/pseudo versions.
- VersionResolverException - Exception Class in org.apache.maven.api.services
- VersionResolverException(String, Throwable) - Constructor for exception class org.apache.maven.api.services.VersionResolverException
- VersionResolverRequest - Interface in org.apache.maven.api.services
- VersionResolverRequest.VersionResolverRequestBuilder - Class in org.apache.maven.api.services
- VersionResolverRequestBuilder() - Constructor for class org.apache.maven.api.services.VersionRangeResolverRequest.VersionResolverRequestBuilder
- VersionResolverRequestBuilder() - Constructor for class org.apache.maven.api.services.VersionResolverRequest.VersionResolverRequestBuilder
- VersionResolverResult - Interface in org.apache.maven.api.services
- versions(Collection<String>) - Method in class org.apache.maven.api.metadata.Versioning.Builder
W
- warn(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message to the user in the warn error level.
- warn(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends a message (and accompanying exception) to the user in the warn error level.
- warn(String) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a warning message without an associated exception.
- warn(String, Throwable) - Method in interface org.apache.maven.api.cli.Logger
-
Logs a warning message with an associated exception.
- warn(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Sends an exception to the user in the warn error level.
- warn(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- warn(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- WARN - Enum constant in enum class org.apache.maven.api.cli.Logger.Level
- warnAboutDeprecatedOptions(ParserRequest, PrintWriter) - Method in interface org.apache.maven.api.cli.Options
-
Emits warning messages if deprecated options are used.
- warning(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in warning style.
- WARNING - Enum constant in enum class org.apache.maven.api.services.BuilderProblem.Severity
- warningForFilenameBasedAutomodules() - Method in interface org.apache.maven.api.services.DependencyResolverResult
-
If the module-path contains at least one filename-based auto-module, prepares a warning message.
- with() - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.metadata.Plugin
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Activation
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ActivationFile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ActivationOS
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Build
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.CiManagement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Contributor
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Dependency
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Developer
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Exclusion
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Extension
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.FileSet
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.IssueManagement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.License
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.MailingList
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Model
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Notifier
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Organization
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Parent
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.PatternSet
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Plugin
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.PluginContainer
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.PluginManagement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Prerequisites
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Profile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Relocation
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Reporting
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.ReportSet
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Repository
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Resource
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Scm
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.model.Site
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Activation
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Profile
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Repository
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Server
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.Settings
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.settings.TrackableBase
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new builder with this object as the basis.
- with() - Method in class org.apache.maven.api.toolchain.TrackableBase
-
Creates a new builder with this object as the basis.
- withActivation(Activation) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified activation. - withActivation(Activation) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified activation. - withActiveByDefault(boolean) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified activeByDefault. - withActiveByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified activeByDefault. - withActiveProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified activeProfiles. - withActiveString(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified activeString. - withAddress(String) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified address. - withAggregator(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified aggregator. - withAlias(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified alias. - withArch(String) - Method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance using the specified arch. - withArch(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified arch. - withArchive(String) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified archive. - withArtifactId(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance using the specified artifactId. - withArtifactId(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified artifactId. - withBlocked(boolean) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified blocked. - withBuild(Build) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified build. - withBuild(BuildBase) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified build. - withBuildNumber(int) - Method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
instance using the specified buildNumber. - withChecksumPolicy(String) - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified checksumPolicy. - withChecksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified checksumPolicy. - withChildProjectUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified childProjectUrlInheritAppendPath. - withChildScmConnectionInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified childScmConnectionInheritAppendPath. - withChildScmDeveloperConnectionInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified childScmDeveloperConnectionInheritAppendPath. - withChildScmUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified childScmUrlInheritAppendPath. - withChildSiteUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance using the specified childSiteUrlInheritAppendPath. - withCiManagement(CiManagement) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified ciManagement. - withClassifier(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance using the specified classifier. - withClassifier(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified classifier. - withClassLoadingStrategy(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using the specified classLoadingStrategy. - withComments(String) - Method in class org.apache.maven.api.model.License
-
Creates a new
License
instance using the specified comments. - withConfiguration(Map<String, String>) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified configuration. - withConfiguration(XmlNode) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
instance using the specified configuration. - withConfigurator(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified configurator. - withConnection(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified connection. - withContributors(Collection<Contributor>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified contributors. - withDefaultGoal(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified defaultGoal. - withDefaultGoal(String) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified defaultGoal. - withDefaultValue(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified defaultValue. - withDependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.DependencyManagement
-
Creates a new
DependencyManagement
instance using the specified dependencies. - withDependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified dependencies. - withDependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified dependencies. - withDependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified dependencies. - withDependencies(Collection<Dependency>) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified dependencies. - withDependencyCollection(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified dependencyCollection. - withDependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified dependencyManagement. - withDependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified dependencyManagement. - withDependencyManagement(DependencyManagement) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified dependencyManagement. - withDependencyResolution(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified dependencyResolution. - withDeprecated(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified deprecated. - withDeprecated(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified deprecated. - withDescription(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified description. - withDescription(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified description. - withDescription(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified description. - withDescription(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified description. - withDeveloperConnection(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified developerConnection. - withDevelopers(Collection<Developer>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified developers. - withDirectInvocationOnly(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified directInvocationOnly. - withDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified directory. - withDirectory(String) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified directory. - withDirectory(String) - Method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
instance using the specified directory. - withDirectory(String) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified directory. - withDirectoryPermissions(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified directoryPermissions. - withDistribution(String) - Method in class org.apache.maven.api.model.License
-
Creates a new
License
instance using the specified distribution. - withDistributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified distributionManagement. - withDistributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified distributionManagement. - withDistributionManagement(DistributionManagement) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified distributionManagement. - withDownloadUrl(String) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified downloadUrl. - withEditable(boolean) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified editable. - withEmail(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified email. - withEmail(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified email. - withEnabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified enabled. - withEnabled(String) - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified enabled. - withExcludeDefaults(String) - Method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
instance using the specified excludeDefaults. - withExcludes(Collection<String>) - Method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
instance using the specified excludes. - withExcludes(Collection<String>) - Method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
instance using the specified excludes. - withExcludes(Collection<String>) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified excludes. - withExclusions(Collection<Exclusion>) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified exclusions. - withExecuteGoal(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified executeGoal. - withExecuteLifecycle(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified executeLifecycle. - withExecutePhase(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified executePhase. - withExecutionPoint(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using the specified executionPoint. - withExecutions(Collection<PluginExecution>) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified executions. - withExecutions(Collection<Execution>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using the specified executions. - withExists(String) - Method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
instance using the specified exists. - withExists(String) - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using the specified exists. - withExpression(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified expression. - withExtension(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance using the specified extension. - withExtensions(String) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified extensions. - withExtensions(Collection<CoreExtension>) - Method in class org.apache.maven.api.cli.extensions.CoreExtensions
-
Creates a new
CoreExtensions
instance using the specified extensions. - withExtensions(Collection<Extension>) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified extensions. - withFamily(String) - Method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance using the specified family. - withFamily(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified family. - withField(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
instance using the specified field. - withFieldName(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
instance using the specified fieldName. - withFile(ActivationFile) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified file. - withFile(ActivationFile) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified file. - withFilePermissions(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified filePermissions. - withFiltering(String) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified filtering. - withFilters(Collection<String>) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified filters. - withFilters(Collection<String>) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified filters. - withFinalName(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified finalName. - withFinalName(String) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified finalName. - withFullGoalName(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified fullGoalName. - withGoal(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified goal. - withGoalPrefix(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified goalPrefix. - withGoals(Collection<String>) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified goals. - withGoals(Collection<String>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Execution
-
Creates a new
Execution
instance using the specified goals. - withGroupId(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Exclusion
-
Creates a new
Exclusion
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance using the specified groupId. - withGroupId(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified groupId. - withHost(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified host. - withId(String) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.IdentifiableBase
-
Creates a new
IdentifiableBase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified id. - withId(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified id. - withImplementation(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified implementation. - withInceptionYear(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified inceptionYear. - withIncludes(Collection<String>) - Method in class org.apache.maven.api.model.FileSet
-
Creates a new
FileSet
instance using the specified includes. - withIncludes(Collection<String>) - Method in class org.apache.maven.api.model.PatternSet
-
Creates a new
PatternSet
instance using the specified includes. - withIncludes(Collection<String>) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified includes. - withInherited(String) - Method in class org.apache.maven.api.model.ConfigurationContainer
-
Creates a new
ConfigurationContainer
instance using the specified inherited. - withInherited(String) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified inherited. - withInherited(String) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified inherited. - withInherited(String) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified inherited. - withInherited(String) - Method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance using the specified inherited. - withInheritedByDefault(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified inheritedByDefault. - withInheritedByDefault(boolean) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified inheritedByDefault. - withInteractiveMode(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified interactiveMode. - withIsolatedRealm(boolean) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified isolatedRealm. - withIssueManagement(IssueManagement) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified issueManagement. - withJdk(String) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified jdk. - withJdk(String) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified jdk. - withLanguage(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified language. - withLastUpdated(String) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified lastUpdated. - withLatest(String) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified latest. - withLayout(String) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified layout. - withLayout(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified layout. - withLicenses(Collection<License>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified licenses. - withLifecycles(Collection<Lifecycle>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
-
Creates a new
LifecycleConfiguration
instance using the specified lifecycles. - withLocalCopy(boolean) - Method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
instance using the specified localCopy. - withLocalRepository(String) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified localRepository. - withLocalRepository(LocalRepository) - Method in interface org.apache.maven.api.Session
-
Creates a derived session using the given local repository.
- withMailingLists(Collection<MailingList>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified mailingLists. - withMaven(String) - Method in class org.apache.maven.api.model.Prerequisites
-
Creates a new
Prerequisites
instance using the specified maven. - withMergeId(String) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified mergeId. - withMessage(String) - Method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance using the specified message. - withMirrorOf(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified mirrorOf. - withMirrorOfLayouts(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified mirrorOfLayouts. - withMirrors(Collection<Mirror>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified mirrors. - withMissing(String) - Method in class org.apache.maven.api.model.ActivationFile
-
Creates a new
ActivationFile
instance using the specified missing. - withMissing(String) - Method in class org.apache.maven.api.settings.ActivationFile
-
Creates a new
ActivationFile
instance using the specified missing. - withModelVersion(String) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified modelVersion. - withModelVersion(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified modelVersion. - withModules(Collection<String>) - Method in class org.apache.maven.api.model.Model
-
Deprecated.
- withModules(Collection<String>) - Method in class org.apache.maven.api.model.ModelBase
-
Deprecated.
- withModules(Collection<String>) - Method in class org.apache.maven.api.model.Profile
-
Deprecated.
- withMojos(Collection<MojoDescriptor>) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified mojos. - withName(String) - Method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.License
-
Creates a new
License
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified name. - withName(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified name. - withNonProxyHosts(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified nonProxyHosts. - withNotifiers(Collection<Notifier>) - Method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
instance using the specified notifiers. - withOffline(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified offline. - withOnlineRequired(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified onlineRequired. - withOptional(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified optional. - withOrganization(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified organization. - withOrganization(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified organization. - withOrganization(Organization) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified organization. - withOrganizationUrl(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified organizationUrl. - withOrganizationUrl(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified organizationUrl. - withOs(ActivationOS) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified os. - withOs(ActivationOS) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified os. - withOtherArchives(Collection<String>) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified otherArchives. - withOutputDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified outputDirectory. - withOutputDirectory(String) - Method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
instance using the specified outputDirectory. - withPackaging(String) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified packaging. - withPackaging(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified packaging. - withPackaging(String) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified packaging. - withParameters(Collection<Parameter>) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified parameters. - withParent(Parent) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified parent. - withPassphrase(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified passphrase. - withPassword(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified password. - withPassword(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified password. - withPathScope(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
instance using the specified pathScope. - withPhase(String) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified phase. - withPhase(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified phase. - withPhases(Collection<Phase>) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
-
Creates a new
Lifecycle
instance using the specified phases. - withPluginGroups(Collection<String>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified pluginGroups. - withPluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified pluginManagement. - withPluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified pluginManagement. - withPluginManagement(PluginManagement) - Method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
instance using the specified pluginManagement. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified pluginRepositories. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified pluginRepositories. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified pluginRepositories. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified pluginRepositories. - withPluginRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified pluginRepositories. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified plugins. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified plugins. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified plugins. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginConfiguration
-
Creates a new
PluginConfiguration
instance using the specified plugins. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginContainer
-
Creates a new
PluginContainer
instance using the specified plugins. - withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.model.PluginManagement
-
Creates a new
PluginManagement
instance using the specified plugins. - withPlugins(Collection<ReportPlugin>) - Method in class org.apache.maven.api.model.Reporting
-
Creates a new
Reporting
instance using the specified plugins. - withPomFile(Path) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified pomFile. - withPortString(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified portString. - withPost(String) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified post. - withPrefix(String) - Method in class org.apache.maven.api.metadata.Plugin
-
Creates a new
Plugin
instance using the specified prefix. - withPrerequisites(Prerequisites) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified prerequisites. - withPreserveModelVersion(boolean) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified preserveModelVersion. - withPriority(int) - Method in class org.apache.maven.api.model.PluginExecution
-
Creates a new
PluginExecution
instance using the specified priority. - withPriority(int) - Method in class org.apache.maven.api.plugin.descriptor.lifecycle.Phase
-
Creates a new
Phase
instance using the specified priority. - withPrivateKey(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified privateKey. - withProfiles(Collection<Profile>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified profiles. - withProfiles(Collection<Profile>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified profiles. - withProjectRequired(boolean) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified projectRequired. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified properties. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified properties. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified properties. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified properties. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified properties. - withProperties(Map<String, String>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified properties. - withProperty(ActivationProperty) - Method in class org.apache.maven.api.model.Activation
-
Creates a new
Activation
instance using the specified property. - withProperty(ActivationProperty) - Method in class org.apache.maven.api.settings.Activation
-
Creates a new
Activation
instance using the specified property. - withProtocol(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified protocol. - withProvides(Map<String, String>) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
instance using the specified provides. - withProxies(Collection<Proxy>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified proxies. - withRelativePath(String) - Method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance using the specified relativePath. - withRelease(String) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified release. - withReleases(RepositoryPolicy) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified releases. - withReleases(RepositoryPolicy) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified releases. - withReleases(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified releases. - withRelocation(Relocation) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified relocation. - withRemoteRepositories(List<RemoteRepository>) - Method in interface org.apache.maven.api.Session
-
Creates a derived session using the given remote repositories.
- withReporting(Reporting) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified reporting. - withReporting(Reporting) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified reporting. - withReporting(Reporting) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified reporting. - withReports(Collection<String>) - Method in class org.apache.maven.api.model.ReportSet
-
Creates a new
ReportSet
instance using the specified reports. - withReportSets(Collection<ReportSet>) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified reportSets. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified repositories. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified repositories. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified repositories. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Profile
-
Creates a new
Profile
instance using the specified repositories. - withRepositories(Collection<Repository>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified repositories. - withRepository(DeploymentRepository) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified repository. - withRequestType(String) - Method in class org.apache.maven.api.plugin.descriptor.Resolution
-
Creates a new
Resolution
instance using the specified requestType. - withRequired(boolean) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified required. - withRequiredJavaVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified requiredJavaVersion. - withRequiredMavenVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified requiredMavenVersion. - withResolutions(Collection<Resolution>) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified resolutions. - withResources(Collection<Resource>) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified resources. - withResources(Collection<Resource>) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified resources. - withRole(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
instance using the specified role. - withRoleHint(String) - Method in class org.apache.maven.api.plugin.descriptor.Requirement
-
Creates a new
Requirement
instance using the specified roleHint. - withRoles(Collection<String>) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified roles. - withRoles(Collection<String>) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified roles. - withRoot(boolean) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified root. - withScm(Scm) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified scm. - withScope(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified scope. - withScriptSourceDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified scriptSourceDirectory. - withSendOnError(boolean) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified sendOnError. - withSendOnFailure(boolean) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified sendOnFailure. - withSendOnSuccess(boolean) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified sendOnSuccess. - withSendOnWarning(boolean) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified sendOnWarning. - withServers(Collection<Server>) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified servers. - withSince(String) - Method in class org.apache.maven.api.plugin.descriptor.MojoDescriptor
-
Creates a new
MojoDescriptor
instance using the specified since. - withSince(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified since. - withSite(Site) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified site. - withSnapshot(Snapshot) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified snapshot. - withSnapshotRepository(DeploymentRepository) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified snapshotRepository. - withSnapshots(RepositoryPolicy) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified snapshots. - withSnapshots(RepositoryPolicy) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified snapshots. - withSnapshots(RepositoryPolicy) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified snapshots. - withSnapshotVersions(Collection<SnapshotVersion>) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified snapshotVersions. - withSourceDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified sourceDirectory. - withStatus(String) - Method in class org.apache.maven.api.model.DistributionManagement
-
Creates a new
DistributionManagement
instance using the specified status. - withSubprojects(Collection<String>) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified subprojects. - withSubprojects(Collection<String>) - Method in class org.apache.maven.api.model.ModelBase
-
Creates a new
ModelBase
instance using the specified subprojects. - withSubprojects(Collection<String>) - Method in class org.apache.maven.api.model.Profile
-
Creates a new
Profile
instance using the specified subprojects. - withSubscribe(String) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified subscribe. - withSystem(String) - Method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
instance using the specified system. - withSystem(String) - Method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
instance using the specified system. - withSystemPath(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified systemPath. - withTag(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified tag. - withTargetPath(String) - Method in class org.apache.maven.api.model.Resource
-
Creates a new
Resource
instance using the specified targetPath. - withTestOutputDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified testOutputDirectory. - withTestResources(Collection<Resource>) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified testResources. - withTestResources(Collection<Resource>) - Method in class org.apache.maven.api.model.BuildBase
-
Creates a new
BuildBase
instance using the specified testResources. - withTestSourceDirectory(String) - Method in class org.apache.maven.api.model.Build
-
Creates a new
Build
instance using the specified testSourceDirectory. - withTimestamp(String) - Method in class org.apache.maven.api.metadata.Snapshot
-
Creates a new
Snapshot
instance using the specified timestamp. - withTimezone(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified timezone. - withTimezone(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified timezone. - withToolchains(Collection<ToolchainModel>) - Method in class org.apache.maven.api.toolchain.PersistedToolchains
-
Creates a new
PersistedToolchains
instance using the specified toolchains. - withType(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified type. - withType(String) - Method in class org.apache.maven.api.model.Notifier
-
Creates a new
Notifier
instance using the specified type. - withType(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance using the specified type. - withType(String) - Method in class org.apache.maven.api.plugin.descriptor.Parameter
-
Creates a new
Parameter
instance using the specified type. - withType(String) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Creates a new
ToolchainModel
instance using the specified type. - withUniqueVersion(boolean) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified uniqueVersion. - withUnsubscribe(String) - Method in class org.apache.maven.api.model.MailingList
-
Creates a new
MailingList
instance using the specified unsubscribe. - withUpdated(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance using the specified updated. - withUpdatePolicy(String) - Method in class org.apache.maven.api.model.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified updatePolicy. - withUpdatePolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy
-
Creates a new
RepositoryPolicy
instance using the specified updatePolicy. - withUrl(String) - Method in class org.apache.maven.api.model.CiManagement
-
Creates a new
CiManagement
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Contributor
-
Creates a new
Contributor
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.DeploymentRepository
-
Creates a new
DeploymentRepository
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Developer
-
Creates a new
Developer
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.IssueManagement
-
Creates a new
IssueManagement
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.License
-
Creates a new
License
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Organization
-
Creates a new
Organization
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Repository
-
Creates a new
Repository
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Scm
-
Creates a new
Scm
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.model.Site
-
Creates a new
Site
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.settings.Mirror
-
Creates a new
Mirror
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.settings.Repository
-
Creates a new
Repository
instance using the specified url. - withUrl(String) - Method in class org.apache.maven.api.settings.RepositoryBase
-
Creates a new
RepositoryBase
instance using the specified url. - withUsePluginRegistry(boolean) - Method in class org.apache.maven.api.settings.Settings
-
Creates a new
Settings
instance using the specified usePluginRegistry. - withUsername(String) - Method in class org.apache.maven.api.settings.Proxy
-
Creates a new
Proxy
instance using the specified username. - withUsername(String) - Method in class org.apache.maven.api.settings.Server
-
Creates a new
Server
instance using the specified username. - withValue(String) - Method in class org.apache.maven.api.model.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified value. - withValue(String) - Method in class org.apache.maven.api.settings.ActivationProperty
-
Creates a new
ActivationProperty
instance using the specified value. - withVersion(String) - Method in class org.apache.maven.api.cli.extensions.CoreExtension
-
Creates a new
CoreExtension
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
-
Creates a new
SnapshotVersion
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.ActivationOS
-
Creates a new
ActivationOS
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Dependency
-
Creates a new
Dependency
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Extension
-
Creates a new
Extension
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Model
-
Creates a new
Model
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Parent
-
Creates a new
Parent
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Plugin
-
Creates a new
Plugin
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.Relocation
-
Creates a new
Relocation
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.model.ReportPlugin
-
Creates a new
ReportPlugin
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.Dependency
-
Creates a new
Dependency
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.plugin.descriptor.PluginDescriptor
-
Creates a new
PluginDescriptor
instance using the specified version. - withVersion(String) - Method in class org.apache.maven.api.settings.ActivationOS
-
Creates a new
ActivationOS
instance using the specified version. - withVersioning(Versioning) - Method in class org.apache.maven.api.metadata.Metadata
-
Creates a new
Metadata
instance using the specified versioning. - withVersions(Collection<String>) - Method in class org.apache.maven.api.metadata.Versioning
-
Creates a new
Versioning
instance using the specified versions. - write(XmlWriterRequest<T>) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- write(T, OutputStream) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- write(T, Writer) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- write(T, Path) - Method in interface org.apache.maven.api.services.xml.XmlFactory
- writer(Writer) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
X
- XmlFactory<T> - Interface in org.apache.maven.api.services.xml
-
Generic interface to read/write objects to/from XML.
- XmlNode - Interface in org.apache.maven.api.xml
-
An immutable xml node.
- XmlReaderException - Exception Class in org.apache.maven.api.services.xml
-
An exception thrown during the reading of an xml file.
- XmlReaderException(String, Location, Exception) - Constructor for exception class org.apache.maven.api.services.xml.XmlReaderException
- XmlReaderRequest - Interface in org.apache.maven.api.services.xml
-
An XML reader request.
- XmlReaderRequest.Transformer - Interface in org.apache.maven.api.services.xml
- XmlReaderRequest.XmlReaderRequestBuilder - Class in org.apache.maven.api.services.xml
- XmlReaderRequestBuilder() - Constructor for class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- XmlWriterException - Exception Class in org.apache.maven.api.services.xml
-
An exception thrown during the writing of an xml file.
- XmlWriterException(String, Location, Exception) - Constructor for exception class org.apache.maven.api.services.xml.XmlWriterException
- XmlWriterRequest<T> - Interface in org.apache.maven.api.services.xml
-
An XML writer request.
- XmlWriterRequest.XmlWriterRequestBuilder<T> - Class in org.apache.maven.api.services.xml
- XmlWriterRequestBuilder() - Constructor for class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
Y
- yes() - Method in interface org.apache.maven.api.cli.mvnenc.EncryptOptions
-
Should imply "yes" to all questions.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form