- classifier(String) - Method in class org.apache.maven.api.services.ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder
-
- classifier(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
-
- classifier(String) - Method in class org.apache.maven.api.services.DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder
-
- collect(DependencyCollectorRequest) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies and builds a dependency graph.
- collect(Session, DependencyCoordinate) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collect(Session, Project) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collect(Session, Artifact) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies of some artifacts and builds a dependency graph.
- collectDependencies(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(DependencyCollector.class).collect(...)
- collectDependencies(Project) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(DependencyCollector.class).collect(...)
- collectDependencies(DependencyCoordinate) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(DependencyResolver.class).resolve(...)
- Component - Annotation Type in org.apache.maven.api.plugin.annotations
-
- computeIfAbsent(Object, Supplier<Object>) - Method in interface org.apache.maven.api.SessionData
-
Retrieve of compute the data associated with the specified key.
- 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
-
- coordinate(ArtifactCoordinate) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
-
- coordinates(Collection<? extends ArtifactCoordinate>) - Method in class org.apache.maven.api.services.ArtifactResolverRequest.ArtifactResolverRequestBuilder
-
- create(ArtifactCoordinateFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
-
Creates a coordinate.
- create(Session, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
-
- create(Session, String, String, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
-
- create(Session, Artifact) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
-
- create(ArtifactFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactFactory
-
Creates an artifact.
- 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.ArtifactFactory
-
- create(DependencyCoordinateFactoryRequest) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- create(Session, ArtifactCoordinate) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- create(Session, Dependency) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- create(Session, Dependency) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- create(Session, Plugin) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- create(Session, ReportPlugin) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
- 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(...)
- createArtifactCoordinate(String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(ArtifactFactory.class).create(...)
- createArtifactCoordinate(String, String, String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(ArtifactFactory.class).create(...)
- createArtifactCoordinate(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for getService(ArtifactFactory.class).create(...)
- createDependencyCoordinate(ArtifactCoordinate) - 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(...)
- 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(...)
- get(String) - Static method in enum org.apache.maven.api.Scope
-
- get(Object) - Method in interface org.apache.maven.api.SessionData
-
Gets the session data associated with the specified key.
- getArtifact() - Method in interface org.apache.maven.api.Project
-
- getArtifact() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
-
- getArtifactId() - Method in interface org.apache.maven.api.Artifact
-
The artifactId of the artifact.
- getArtifactId() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
The artifactId of the artifact.
- getArtifactId() - Method in interface org.apache.maven.api.Exclusion
-
- getArtifactId() - Method in interface org.apache.maven.api.Project
-
- getArtifactId() - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
-
- 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.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
-
- getBasedir() - Method in interface org.apache.maven.api.Project
-
- getBuild() - Method in interface org.apache.maven.api.Project
-
- getChildren() - Method in interface org.apache.maven.api.Node
-
Gets the child nodes of this node.
- getClassifier() - Method in interface org.apache.maven.api.Artifact
-
The classifier of the artifact.
- getClassifier() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
The classifier of the artifact.
- getClassifier() - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
-
- getClassifier() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
-
- getClassifier() - Method in interface org.apache.maven.api.Type
-
Get the classifier associated to the dependency type.
- getCollectedDependencies(Project, ResolutionScope) - Method in interface org.apache.maven.api.services.ProjectManager
-
- getColumnNumber() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the one-based index of the column containing the problem.
- getCompileSourceRoots(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
- getConfiguration() - Method in interface org.apache.maven.api.MojoExecution
-
- getContent() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
-
- getCoordinate() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
-
- getCoordinates() - Method in interface org.apache.maven.api.services.ArtifactResolverRequest
-
- getData() - Method in interface org.apache.maven.api.Session
-
- getDegreeOfConcurrency() - Method in interface org.apache.maven.api.Session
-
- getDependencies() - Method in interface org.apache.maven.api.Project
-
- getDependencies() - Method in interface org.apache.maven.api.services.DependencyCollectorRequest
-
- getDependency() - Method in interface org.apache.maven.api.Node
-
- getDependencyResolverResult() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the result of the dependency resolution for the project.
- 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.ProjectBuilderProblem
-
Gets the exception that caused this problem (if any).
- getExceptions() - Method in interface org.apache.maven.api.services.DependencyCollectorResult
-
Gets the exceptions that occurred while building the dependency graph.
- getExclusions() - Method in interface org.apache.maven.api.DependencyCoordinate
-
- getExclusions() - Method in interface org.apache.maven.api.services.DependencyCoordinateFactoryRequest
-
- getExecutionId() - Method in interface org.apache.maven.api.MojoExecution
-
- getExecutionRootDirectory() - Method in interface org.apache.maven.api.Session
-
- getExtension() - Method in interface org.apache.maven.api.Artifact
-
The file extension of the artifact.
- getExtension() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
The extension of the artifact.
- getExtension() - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
-
- getExtension() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
-
- getExtension() - Method in interface org.apache.maven.api.Type
-
Get the file extension associated to the file represented by the dependency type.
- getGoal() - Method in interface org.apache.maven.api.MojoExecution
-
- getGroupId() - Method in interface org.apache.maven.api.Artifact
-
The groupId of the artifact.
- getGroupId() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
The groupId of the artifact.
- getGroupId() - Method in interface org.apache.maven.api.Exclusion
-
- getGroupId() - Method in interface org.apache.maven.api.Project
-
- getGroupId() - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
-
- getGroupId() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
-
- getId() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
Unique id identifying this artifact
- getId() - Method in interface org.apache.maven.api.Project
-
- getId() - Method in interface org.apache.maven.api.Repository
-
Gets the identifier of this repository.
- getInputStream() - Method in interface org.apache.maven.api.services.ProjectBuilderSource
-
- getInputStream() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getJavaHome() - Method in interface org.apache.maven.api.JavaToolchain
-
- getLineNumber() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the one-based index of the line containing the problem.
- getListeners() - Method in interface org.apache.maven.api.Session
-
Returns the list of registered listeners.
- getLocalRepository() - Method in interface org.apache.maven.api.Session
-
- getLocation() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the location of the problem.
- getLocation() - Method in interface org.apache.maven.api.services.ProjectBuilderSource
-
- getLocation() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getLongMessage() - Method in exception org.apache.maven.api.plugin.MojoException
-
- getManagedDependencies() - Method in interface org.apache.maven.api.Project
-
- getManagedDependencies() - Method in interface org.apache.maven.api.services.DependencyCollectorRequest
-
- getMavenVersion() - Method in interface org.apache.maven.api.Session
-
Returns the current maven version
- getMessage() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the message that describes this problem.
- getModel() - Method in interface org.apache.maven.api.Project
-
- getModelId() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getMojoExecution() - Method in interface org.apache.maven.api.Event
-
Gets the current mojo execution (if any).
- getMultiModuleProjectDirectory() - Method in interface org.apache.maven.api.Session
-
- getName() - Method in interface org.apache.maven.api.Type
-
Returns the dependency type name.
- getOptional() - Method in interface org.apache.maven.api.DependencyCoordinate
-
- getOutputStream() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
-
- getPackaging() - Method in interface org.apache.maven.api.Project
-
- getParent() - Method in interface org.apache.maven.api.Project
-
- getPath() - Method in interface org.apache.maven.api.LocalRepository
-
- 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() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
-
- getPath(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
Returns the path to the resolved file in the local repository
if the artifact has been resolved.
- getPath() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getPath() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
-
- getPathForLocalArtifact(Session, LocalRepository, Artifact) - Method in interface org.apache.maven.api.services.LocalRepositoryManager
-
- getPathForLocalArtifact(Artifact) - Method in interface org.apache.maven.api.Session
-
- getPathForRemoteArtifact(Session, LocalRepository, RemoteRepository, Artifact) - Method in interface org.apache.maven.api.services.LocalRepositoryManager
-
- getPathForRemoteArtifact(RemoteRepository, Artifact) - Method in interface org.apache.maven.api.Session
-
- 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 returns
null
as if context not present, creates it.
- 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.
- getProblems() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the problems that were encountered during the project building.
- getProject() - Method in interface org.apache.maven.api.Event
-
Gets the current project (if any).
- getProject() - Method in interface org.apache.maven.api.services.ProjectBuilderResult
-
Gets the project that was built.
- 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
-
- getProtocol() - Method in interface org.apache.maven.api.RemoteRepository
-
- getReader() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getRemotePluginRepositories() - Method in interface org.apache.maven.api.Project
-
- getRemoteProjectRepositories() - Method in interface org.apache.maven.api.Project
-
- getRemoteRepositories() - Method in interface org.apache.maven.api.Node
-
- getRemoteRepositories() - Method in interface org.apache.maven.api.Session
-
- getRepositories(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
- 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
-
- getResolvedDependencies(Project, ResolutionScope) - Method in interface org.apache.maven.api.services.ProjectManager
-
- getRetryFailedDeploymentCount() - Method in interface org.apache.maven.api.services.ArtifactDeployerRequest
-
- getRoot() - Method in interface org.apache.maven.api.services.DependencyCollectorRequest
-
- getRoot() - Method in interface org.apache.maven.api.services.DependencyCollectorResult
-
Gets the root node of the dependency graph.
- getRootArtifact() - Method in interface org.apache.maven.api.services.DependencyCollectorRequest
-
- getScope() - Method in interface org.apache.maven.api.Dependency
-
- getScope() - Method in interface org.apache.maven.api.DependencyCoordinate
-
- getScope() - Method in interface org.apache.maven.api.services.DependencyCoordinateFactoryRequest
-
- 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.ArtifactCoordinateFactoryRequest
-
- 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.DependencyCollectorRequest
-
- getSession() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
-
- getSettings() - Method in interface org.apache.maven.api.Session
-
- getSeverity() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the severity level of this problem.
- getSource() - Method in exception org.apache.maven.api.plugin.MojoException
-
- getSource() - Method in interface org.apache.maven.api.services.ProjectBuilderProblem
-
Gets the hint about the source of the problem.
- getSource() - Method in interface org.apache.maven.api.services.ProjectBuilderRequest
-
- getStartTime() - Method in interface org.apache.maven.api.Session
-
- getSystemProperties() - Method in interface org.apache.maven.api.Session
-
- getTerminalWidth() - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Returns the terminal width or -1
if not supported.
- getTestCompileSourceRoots(Project) - Method in interface org.apache.maven.api.services.ProjectManager
-
- getToolchainFromBuildContext(Session, String) - Method in interface org.apache.maven.api.services.ToolchainManager
-
- 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
-
- getTransformer() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getType() - Method in interface org.apache.maven.api.Dependency
-
The artifact type.
- getType() - Method in interface org.apache.maven.api.DependencyCoordinate
-
The type of the artifact.
- getType() - Method in interface org.apache.maven.api.Event
-
Gets the type of the event.
- 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.ArtifactCoordinateFactoryRequest
-
- getType() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
-
- getType(String) - Method in interface org.apache.maven.api.services.TypeRegistry
-
Obtain the
Type
from the specified
id
.
- getType() - Method in interface org.apache.maven.api.Toolchain
-
get the type of toolchain.
- getUrl() - Method in interface org.apache.maven.api.RemoteRepository
-
- getURL() - Method in interface org.apache.maven.api.services.xml.XmlReaderRequest
-
- getUserProperties() - Method in interface org.apache.maven.api.Session
-
- getVerbose() - Method in interface org.apache.maven.api.services.DependencyCollectorRequest
-
- getVersion() - Method in interface org.apache.maven.api.Artifact
-
The version of the artifact.
- getVersion() - Method in interface org.apache.maven.api.ArtifactCoordinate
-
The version of the artifact.
- getVersion() - Method in interface org.apache.maven.api.Project
-
- getVersion() - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
-
- getVersion() - Method in interface org.apache.maven.api.services.ArtifactFactoryRequest
-
- getWriter() - Method in interface org.apache.maven.api.services.xml.XmlWriterRequest
-
- groupId(String) - Method in class org.apache.maven.api.services.ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder
-
- groupId(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
-
- groupId(String) - Method in class org.apache.maven.api.services.DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder
-
- managedDependencies(List<DependencyCoordinate>) - Method in class org.apache.maven.api.services.DependencyCollectorRequest.DependencyCollectorRequestBuilder
-
Sets the dependency management to apply to transitive dependencies.
- managedDependency(DependencyCoordinate) - Method in class org.apache.maven.api.services.DependencyCollectorRequest.DependencyCollectorRequestBuilder
-
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_PLUGIN - Static variable in interface org.apache.maven.api.Type
-
- MavenException - Exception in org.apache.maven.api.services
-
Base class for all maven exceptions.
- MavenException() - Constructor for exception org.apache.maven.api.services.MavenException
-
- MavenException(String) - Constructor for exception org.apache.maven.api.services.MavenException
-
- MavenException(String, Throwable) - Constructor for exception org.apache.maven.api.services.MavenException
-
- MavenException(Throwable) - Constructor for exception org.apache.maven.api.services.MavenException
-
- MessageBuilder - Interface in org.apache.maven.api.services
-
Message builder that supports configurable styling.
- MessageBuilderFactory - Interface in org.apache.maven.api.services
-
- MetadataStorage - Enum in org.apache.maven.api
-
Storage location for metadata
- modelId(String) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
-
- ModelXmlFactory - Interface in org.apache.maven.api.services.xml
-
Reads or writes a
Model
using XML.
- Mojo - Annotation Type in org.apache.maven.api.plugin.annotations
-
This annotation will mark your class as a Mojo (ie.
- Mojo - Interface in org.apache.maven.api.plugin
-
This interface forms the contract required for Mojos
to interact with the Maven
infrastructure.
It features an execute()
method, which triggers the Mojo's build-process behavior, and can throw
a MojoException if error conditions occur.
- mojo(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in mojo style.
- MojoException - Exception in org.apache.maven.api.plugin
-
An exception occurring during the execution of a plugin.
- MojoException(Object, String, String) - Constructor for exception org.apache.maven.api.plugin.MojoException
-
Construct a new MojoExecutionException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
- MojoException(String, Exception) - Constructor for exception org.apache.maven.api.plugin.MojoException
-
Construct a new MojoExecutionException
exception wrapping an underlying Exception
and providing a message
.
- MojoException(String, Throwable) - Constructor for exception org.apache.maven.api.plugin.MojoException
-
Construct a new MojoExecutionException
exception wrapping an underlying Throwable
and providing a message
.
- MojoException(String) - Constructor for exception org.apache.maven.api.plugin.MojoException
-
Construct a new MojoExecutionException
exception providing a message
.
- MojoException(Throwable) - Constructor for exception org.apache.maven.api.plugin.MojoException
-
Constructs a new MojoExecutionException
exception wrapping an underlying Throwable
.
- MojoExecution - Interface in org.apache.maven.api
-
A MojoExecution
- Parameter - Annotation Type in org.apache.maven.api.plugin.annotations
-
- 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
-
Shortcut for getService(VersionParser.class).parseVersion(...)
- 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
-
Shortcut for getService(VersionParser.class).parseVersionRange(...)
- 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
-
- POM - Static variable in interface org.apache.maven.api.Type
-
- processPlugins(boolean) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
-
- Project - Interface in org.apache.maven.api
-
Interface representing a Maven project.
- project(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append message content in project style.
- ProjectBuilder - Interface in org.apache.maven.api.services
-
- ProjectBuilderException - Exception in org.apache.maven.api.services
-
- ProjectBuilderException(String, Exception) - Constructor for exception org.apache.maven.api.services.ProjectBuilderException
-
- ProjectBuilderProblem - Interface in org.apache.maven.api.services
-
Describes a problem that was encountered during project building.
- ProjectBuilderProblemSeverity - Enum in org.apache.maven.api.services
-
The different severity levels for a problem, in decreasing order.
- ProjectBuilderRequest - Interface in org.apache.maven.api.services
-
- ProjectBuilderRequest.ProjectBuilderRequestBuilder - Class in org.apache.maven.api.services
-
- ProjectBuilderResult - Interface in org.apache.maven.api.services
-
Result of a project build call.
- ProjectBuilderSource - Interface in org.apache.maven.api.services
-
The source for a project's XML model.
- ProjectManager - Interface in org.apache.maven.api.services
-
Interface to manage the project during its lifecycle.
- 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 in org.apache.maven.api.services
-
The Exception class throw by the
Prompter
service.
- PrompterException(String, Exception) - Constructor for exception org.apache.maven.api.services.PrompterException
-
- promptForPassword(String) - Method in interface org.apache.maven.api.services.Prompter
-
Prompts the user for a password.
- valueOf(String) - Static method in enum org.apache.maven.api.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.MetadataStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.plugin.annotations.InstantiationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.plugin.annotations.LifecyclePhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.ResolutionScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.api.services.ProjectBuilderProblemSeverity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.maven.api.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.MetadataStorage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.plugin.annotations.InstantiationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.plugin.annotations.LifecyclePhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.ResolutionScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.api.services.ProjectBuilderProblemSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose(boolean) - Method in class org.apache.maven.api.services.DependencyCollectorRequest.DependencyCollectorRequestBuilder
-
Specifies that the collection should be verbose.
- version(String) - Method in class org.apache.maven.api.services.ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder
-
- version(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
-
- version(String) - Method in class org.apache.maven.api.services.DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder
-
- Version - Interface in org.apache.maven.api
-
- VersionParser - Interface in org.apache.maven.api.services
-
- VersionParserException - Exception in org.apache.maven.api.services
-
- VersionParserException(String, Exception) - Constructor for exception org.apache.maven.api.services.VersionParserException
-
- VersionRange - Interface in org.apache.maven.api
-
A range of versions.