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[]) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- a(char[], int, int) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(char[], int, int) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- a(CharSequence) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(CharSequence) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- a(CharSequence, int, int) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(CharSequence, int, int) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- a(Object) - Method in interface org.apache.maven.api.services.MessageBuilder
-
Append content to the message buffer.
- a(Object) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- abbreviate(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
- abbreviate(String, int, int) - Static method in class org.codehaus.plexus.util.StringUtils
- AbstractArtifactMetadata - Class in org.apache.maven.artifact.metadata
-
Deprecated.
- AbstractArtifactMetadata - Class in org.apache.maven.repository.legacy.metadata
-
Common elements of artifact metadata.
- AbstractArtifactMetadata(Artifact) - Constructor for class org.apache.maven.artifact.metadata.AbstractArtifactMetadata
-
Deprecated.
- AbstractArtifactMetadata(Artifact) - Constructor for class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- AbstractArtifactResolutionException - Exception in org.apache.maven.artifact.resolver
-
Base class for artifact resolution exceptions.
- AbstractArtifactResolutionException(String, String, String, String, String, String, List<ArtifactRepository>, List<String>) - Constructor for exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- AbstractArtifactResolutionException(String, String, String, String, String, String, List<ArtifactRepository>, List<String>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- AbstractArtifactResolutionException(String, Artifact) - Constructor for exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- AbstractArtifactResolutionException(String, Artifact, List<ArtifactRepository>) - Constructor for exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- AbstractArtifactResolutionException(String, Artifact, List<ArtifactRepository>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- AbstractEventSpy - Class in org.apache.maven.eventspy
-
A skeleton eventspy that does nothing other than helping implementors.
- AbstractEventSpy() - Constructor for class org.apache.maven.eventspy.AbstractEventSpy
- AbstractExecutionListener - Class in org.apache.maven.execution
-
Provides a skeleton implementation for execution listeners.
- AbstractExecutionListener() - Constructor for class org.apache.maven.execution.AbstractExecutionListener
- AbstractLifecycleMappingProvider - Class in org.apache.maven.lifecycle.providers.packaging
-
Base lifecycle mapping provider, ie per-packaging plugin bindings for
default
lifecycle. - AbstractLifecycleMappingProvider(String[]) - Constructor for class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
- AbstractLifecycleProvider - Class in org.apache.maven.lifecycle.providers
-
Base lifecycle provider.
- AbstractLifecycleProvider(String, String[], String[]) - Constructor for class org.apache.maven.lifecycle.providers.AbstractLifecycleProvider
- AbstractMavenLifecycleParticipant - Class in org.apache.maven
-
Allows core extensions to participate in Maven build session lifecycle.
- AbstractMavenLifecycleParticipant() - Constructor for class org.apache.maven.AbstractMavenLifecycleParticipant
- AbstractMavenTransferListener - Class in org.apache.maven.cli.transfer
-
AbstractMavenTransferListener
- AbstractMavenTransferListener(PrintStream) - Constructor for class org.apache.maven.cli.transfer.AbstractMavenTransferListener
- AbstractModelBuildingListener - Class in org.apache.maven.model.building
-
Provides a skeleton implementation for model building listeners.
- AbstractModelBuildingListener() - Constructor for class org.apache.maven.model.building.AbstractModelBuildingListener
- AbstractModelSourceTransformer - Class in org.apache.maven.model.building
-
Offers a transformation implementation based on PipelineStreams.
- AbstractModelSourceTransformer() - Constructor for class org.apache.maven.model.building.AbstractModelSourceTransformer
- AbstractMojo - Class in org.apache.maven.plugin
-
Abstract class to provide most of the infrastructure required to implement a
Mojo
except for the execute method.
The implementation should have aMojo
annotation with the name of the goal: - AbstractMojo() - Constructor for class org.apache.maven.plugin.AbstractMojo
- AbstractMojoExecutionException - Exception in org.apache.maven.plugin
-
Base exception.
- AbstractMojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
- AbstractMojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
- AbstractMojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
-
Constructs a new
AbstractMojoExecutionException
exception wrapping an underlyingThrowable
. - AbstractNode - Class in org.apache.maven.internal.impl
- AbstractNode() - Constructor for class org.apache.maven.internal.impl.AbstractNode
- AbstractRepositoryMetadata - Class in org.apache.maven.artifact.repository.metadata
-
Shared methods of the repository metadata handling.
- AbstractRepositoryMetadata(Metadata) - Constructor for class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
- AbstractScanner - Class in org.codehaus.plexus.util
-
Scan a directory tree for files, with specified inclusions and exclusions.
- AbstractScanner() - Constructor for class org.codehaus.plexus.util.AbstractScanner
- AbstractSession - Class in org.apache.maven.internal.impl
- AbstractSession() - Constructor for class org.apache.maven.internal.impl.AbstractSession
- AbstractStreamHandler - Class in org.codehaus.plexus.util.cli
- AbstractStreamHandler() - Constructor for class org.codehaus.plexus.util.cli.AbstractStreamHandler
- AbstractStringBasedModelInterpolator - Class in org.apache.maven.model.interpolation
-
Use a regular expression search to find and resolve expressions within the POM.
- AbstractStringBasedModelInterpolator - Class in org.apache.maven.project.interpolation
-
Deprecated.
- AbstractStringBasedModelInterpolator() - Constructor for class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
-
Deprecated.
- AbstractStringBasedModelInterpolator(PathTranslator, UrlNormalizer) - Constructor for class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- AbstractStringBasedModelInterpolator(PathTranslator) - Constructor for class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
-
Deprecated.
- AbstractVersionTransformation - Class in org.apache.maven.repository.legacy.resolver.transform
-
Describes a version transformation during artifact resolution.
- AbstractVersionTransformation() - Constructor for class org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation
- accept() - Method in class org.apache.maven.model.transform.pull.BufferingParser
- accept() - Method in class org.apache.maven.model.transform.pull.NodeBufferingParser
- accept(NodeVisitor) - Method in interface org.apache.maven.api.Node
-
Traverses this node and potentially its children using the specified visitor.
- accept(NodeVisitor) - Method in class org.apache.maven.internal.impl.AbstractNode
- accept(PluginDescriptor) - Method in class org.apache.maven.plugin.internal.MavenPluginJavaPrerequisiteChecker
- accept(PluginDescriptor) - Method in class org.apache.maven.plugin.internal.MavenPluginMavenPrerequisiteChecker
- accept(PluginDescriptor) - Method in interface org.apache.maven.plugin.MavenPluginPrerequisitesChecker
- activate() - Method in class org.apache.maven.cli.logging.BaseSlf4jConfiguration
- activate() - Method in class org.apache.maven.cli.logging.impl.Log4j2Configuration
- activate() - Method in class org.apache.maven.cli.logging.impl.LogbackConfiguration
- activate() - Method in class org.apache.maven.cli.logging.impl.Slf4jSimpleConfiguration
- activate() - Method in class org.apache.maven.cli.logging.impl.UnsupportedSlf4jBindingConfiguration
- activate() - Method in interface org.apache.maven.cli.logging.Slf4jConfiguration
-
Activate logging implementation configuration (if necessary).
- ACTIVATE_PROFILES - Static variable in class org.apache.maven.cli.CLIManager
- activateAsDefault(String) - Method in class org.apache.maven.profiles.DefaultProfileManager
-
Deprecated.
- activateOptionalProfile(String) - Method in class org.apache.maven.execution.ProfileActivation
-
Mark a profile as optional and activated.
- activateOptionalProject(String) - Method in class org.apache.maven.execution.ProjectActivation
-
Mark a project as optional and activated.
- activateRequiredProfile(String) - Method in class org.apache.maven.execution.ProfileActivation
-
Mark a profile as required and activated.
- activateRequiredProject(String) - Method in class org.apache.maven.execution.ProjectActivation
-
Mark a project as required and activated.
- 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 - Class in org.apache.maven.model
- Activation - Class in org.apache.maven.profiles
-
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
- Activation - Class in org.apache.maven.settings
- Activation() - Constructor for class org.apache.maven.model.Activation
- Activation() - Constructor for class org.apache.maven.profiles.Activation
- Activation() - Constructor for class org.apache.maven.settings.Activation
- Activation(Activation) - Constructor for class org.apache.maven.model.Activation
- Activation(Activation, BaseObject) - Constructor for class org.apache.maven.model.Activation
- Activation(Activation) - Constructor for class org.apache.maven.settings.Activation
- Activation(Activation, BaseObject) - Constructor for class org.apache.maven.settings.Activation
- 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 - Class in org.apache.maven.model
- ActivationFile - Class in org.apache.maven.profiles
-
This is the file specification used to activate a profile.
- ActivationFile - Class in org.apache.maven.settings
- ActivationFile() - Constructor for class org.apache.maven.model.ActivationFile
- ActivationFile() - Constructor for class org.apache.maven.profiles.ActivationFile
- ActivationFile() - Constructor for class org.apache.maven.settings.ActivationFile
- ActivationFile(ActivationFile) - Constructor for class org.apache.maven.model.ActivationFile
- ActivationFile(ActivationFile, BaseObject) - Constructor for class org.apache.maven.model.ActivationFile
- ActivationFile(ActivationFile) - Constructor for class org.apache.maven.settings.ActivationFile
- ActivationFile(ActivationFile, BaseObject) - Constructor for class org.apache.maven.settings.ActivationFile
- 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.
- activationFileToApiV3(List<ActivationFile>) - Static method in class org.apache.maven.model.ActivationFile
- activationFileToApiV3(List<ActivationFile>) - Static method in class org.apache.maven.settings.ActivationFile
- activationFileToApiV4(List<ActivationFile>) - Static method in class org.apache.maven.model.ActivationFile
- activationFileToApiV4(List<ActivationFile>) - Static method in class org.apache.maven.settings.ActivationFile
- 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 - Class in org.apache.maven.model
- ActivationOS - Class in org.apache.maven.profiles
-
This is an activator which will detect an operating system's attributes in order to activate its profile.
- ActivationOS - Class in org.apache.maven.settings
- ActivationOS() - Constructor for class org.apache.maven.model.ActivationOS
- ActivationOS() - Constructor for class org.apache.maven.profiles.ActivationOS
- ActivationOS() - Constructor for class org.apache.maven.settings.ActivationOS
- ActivationOS(ActivationOS) - Constructor for class org.apache.maven.model.ActivationOS
- ActivationOS(ActivationOS, BaseObject) - Constructor for class org.apache.maven.model.ActivationOS
- ActivationOS(ActivationOS) - Constructor for class org.apache.maven.settings.ActivationOS
- ActivationOS(ActivationOS, BaseObject) - Constructor for class org.apache.maven.settings.ActivationOS
- 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.
- activationOSToApiV3(List<ActivationOS>) - Static method in class org.apache.maven.model.ActivationOS
- activationOSToApiV3(List<ActivationOS>) - Static method in class org.apache.maven.settings.ActivationOS
- activationOSToApiV4(List<ActivationOS>) - Static method in class org.apache.maven.model.ActivationOS
- activationOSToApiV4(List<ActivationOS>) - Static method in class org.apache.maven.settings.ActivationOS
- 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 - Class in org.apache.maven.model
- ActivationProperty - Class in org.apache.maven.profiles
-
This is the property specification used to activate a profile.
- ActivationProperty - Class in org.apache.maven.settings
- ActivationProperty() - Constructor for class org.apache.maven.model.ActivationProperty
- ActivationProperty() - Constructor for class org.apache.maven.profiles.ActivationProperty
- ActivationProperty() - Constructor for class org.apache.maven.settings.ActivationProperty
- ActivationProperty(ActivationProperty) - Constructor for class org.apache.maven.model.ActivationProperty
- ActivationProperty(ActivationProperty, BaseObject) - Constructor for class org.apache.maven.model.ActivationProperty
- ActivationProperty(ActivationProperty) - Constructor for class org.apache.maven.settings.ActivationProperty
- ActivationProperty(ActivationProperty, BaseObject) - Constructor for class org.apache.maven.settings.ActivationProperty
- 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.
- activationPropertyToApiV3(List<ActivationProperty>) - Static method in class org.apache.maven.model.ActivationProperty
- activationPropertyToApiV3(List<ActivationProperty>) - Static method in class org.apache.maven.settings.ActivationProperty
- activationPropertyToApiV4(List<ActivationProperty>) - Static method in class org.apache.maven.model.ActivationProperty
- activationPropertyToApiV4(List<ActivationProperty>) - Static method in class org.apache.maven.settings.ActivationProperty
- activationToApiV3(List<Activation>) - Static method in class org.apache.maven.model.Activation
- activationToApiV3(List<Activation>) - Static method in class org.apache.maven.settings.Activation
- activationToApiV4(List<Activation>) - Static method in class org.apache.maven.model.Activation
- activationToApiV4(List<Activation>) - Static method in class org.apache.maven.settings.Activation
- active(boolean) - Method in class org.apache.maven.api.settings.Proxy.Builder
- activeByDefault(boolean) - Method in class org.apache.maven.api.model.Activation.Builder
- activeByDefault(boolean) - Method in class org.apache.maven.api.settings.Activation.Builder
- activeProfiles(Collection<String>) - Method in class org.apache.maven.api.settings.Settings.Builder
- ActiveProjectArtifact - Class in org.apache.maven.project.artifact
-
Deprecated.
- ActiveProjectArtifact(MavenProject, Artifact) - Constructor for class org.apache.maven.project.artifact.ActiveProjectArtifact
-
Deprecated.
- add(Method) - Method in class org.codehaus.plexus.util.introspection.MethodMap
-
Add a method to a list of methods by name.
- add(ArtifactFilter) - Method in class org.apache.maven.artifact.resolver.filter.AndArtifactFilter
- add(ArtifactFilter) - Method in class org.apache.maven.artifact.resolver.filter.OrArtifactFilter
- add(Problem.Severity, String, int, int, Exception) - Method in interface org.apache.maven.building.ProblemCollector
-
Adds the specified problem.
- add(ModelProblemCollectorRequest) - Method in interface org.apache.maven.model.building.ModelProblemCollector
-
Adds the specified problem.
- add(ArtifactMetadata) - Method in class org.apache.maven.repository.metadata.ClasspathContainer
- add(SettingsProblem.Severity, String, int, int, Exception) - Method in interface org.apache.maven.settings.building.SettingsProblemCollector
-
Adds the specified problem.
- add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.apache.maven.artifact.repository.LegacyLocalRepositoryManager
- add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.apache.maven.artifact.repository.LegacyLocalRepositoryManager
- addActiveProfile(String) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addActiveProfile(String) - Method in interface org.apache.maven.execution.MavenExecutionRequest
-
Deprecated.
- addActiveProfile(String) - Method in class org.apache.maven.profiles.ProfilesRoot
-
Method addActiveProfile.
- addActiveProfile(String) - Method in class org.apache.maven.settings.Settings
- addActiveProfiles(List<String>) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addActiveProfiles(List<String>) - Method in interface org.apache.maven.execution.MavenExecutionRequest
-
Deprecated.Since Maven 4: use
MavenExecutionRequest.getProfileActivation()
. - addAndDeHump(String) - Static method in class org.codehaus.plexus.util.StringUtils
- addApiMethod(String, String) - Method in class org.apache.maven.usability.plugin.Expression
-
Method addApiMethod.
- addArg(Arg) - Method in class org.codehaus.plexus.util.cli.Commandline
- addArg(Arg, boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Adds an argument object to our list of args.
- addArguments(String[]) - Method in class org.codehaus.plexus.util.cli.Commandline
- addArtifact(Artifact) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- addArtifact(Artifact) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addAttachedArtifact(Artifact) - Method in class org.apache.maven.project.MavenProject
-
Deprecated.Please use
MavenProjectHelper
- addAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
- addAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
- addAttribute(String, String) - Method in interface org.codehaus.plexus.util.xml.XMLWriter
- addBuildSummary(BuildSummary) - Method in class org.apache.maven.execution.DefaultMavenExecutionResult
- addBuildSummary(BuildSummary) - Method in interface org.apache.maven.execution.MavenExecutionResult
-
Add the specified build summary.
- addCauseMethodName(String) - Static method in class org.codehaus.plexus.util.ExceptionUtils
-
Adds to the list of method names used in the search for
Throwable
objects. - addChild(int, MetadataTreeNode) - Method in class org.apache.maven.repository.metadata.MetadataTreeNode
- addChild(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- addCircularDependencyException(CyclicDependencyException) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- addCircularDependencyException(CyclicDependencyException) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addCliOption(String, String) - Method in class org.apache.maven.usability.plugin.Expression
-
Method addCliOption.
- addCompileSourceRoot(String) - Method in class org.apache.maven.project.MavenProject
- addCompileSourceRoot(Project, String) - Method in interface org.apache.maven.api.services.ProjectManager
- addCompileSourceRoot(Project, String) - Method in class org.apache.maven.internal.impl.DefaultProjectManager
- addConfiguration(String, String) - Method in class org.apache.maven.model.Notifier
- addContributor(Contributor) - Method in class org.apache.maven.model.Model
- addContributor(Contributor) - Method in class org.apache.maven.project.MavenProject
- addCoreExcludes(Set<String>) - Method in interface org.apache.maven.ArtifactFilterManagerDelegate
-
Deprecated.
- addDefaultEntities(boolean) - Method in class org.apache.maven.api.services.xml.XmlReaderRequest.XmlReaderRequestBuilder
- addDefaultExcludes() - Method in class org.codehaus.plexus.util.AbstractScanner
-
Adds default exclusions to the current exclusions set.
- addDefaultExcludes() - Method in interface org.codehaus.plexus.util.Scanner
-
Adds default exclusions to the current exclusions set.
- addDependencies(Set<Artifact>, List<ArtifactRepository>, ArtifactFilter) - Method in class org.apache.maven.artifact.resolver.ResolutionNode
- addDependency(Dependency) - Method in class org.apache.maven.model.DependencyManagement
- addDependency(Dependency) - Method in class org.apache.maven.model.ModelBase
- addDependency(Dependency) - Method in class org.apache.maven.model.Plugin
- addDeveloper(Developer) - Method in class org.apache.maven.model.Model
- addDeveloper(Developer) - Method in class org.apache.maven.project.MavenProject
- addDirectoryWalkListener(DirectoryWalkListener) - Method in class org.codehaus.plexus.util.DirectoryWalker
- addEdge(String, String) - Method in class org.codehaus.plexus.util.dag.DAG
- addEdge(MetadataGraphVertex, MetadataGraphVertex, MetadataGraphEdge) - Method in class org.apache.maven.repository.metadata.MetadataGraph
- addEdge(Vertex, Vertex) - Method in class org.codehaus.plexus.util.dag.DAG
- addEdgeFrom(Vertex) - Method in class org.codehaus.plexus.util.dag.Vertex
- addEdgeTo(Vertex) - Method in class org.codehaus.plexus.util.dag.Vertex
- addEnvironment(String, String) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Add an environment variable
- addEnvVars(Properties) - Static method in class org.apache.maven.properties.internal.EnvironmentUtils
-
Adds the environment variables in the form of properties whose keys are prefixed with
env.
, e.g. - addError(Exception) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addErrorArtifactException(ArtifactResolutionException) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- addEventMonitor(EventMonitor) - Method in interface org.apache.maven.monitor.event.EventDispatcher
-
Deprecated.
- addException(Throwable) - Method in class org.apache.maven.execution.DefaultMavenExecutionResult
- addException(Throwable) - Method in interface org.apache.maven.execution.MavenExecutionResult
- addExclude(String) - Method in class org.apache.maven.model.PatternSet
- addExclude(String) - Method in class org.codehaus.plexus.util.DirectoryWalker
- addExcludes(Set<String>) - Method in interface org.apache.maven.ArtifactFilterManagerDelegate
-
Deprecated.
- addExclusion(Exclusion) - Method in class org.apache.maven.model.Dependency
- addExecution(PluginExecution) - Method in class org.apache.maven.model.Plugin
- addExident(MetadataGraphNode) - Method in class org.apache.maven.repository.MetadataGraphNode
- addExpression(Expression) - Method in class org.apache.maven.usability.plugin.ExpressionDocumentation
-
Method addExpression.
- addExtension(CoreExtension) - Method in class org.apache.maven.cli.internal.extension.model.CoreExtensions
-
Method addExtension.
- addExtension(Extension) - Method in class org.apache.maven.model.Build
- addFilter(String) - Method in class org.apache.maven.model.BuildBase
- addGoal(String) - Method in class org.apache.maven.model.PluginExecution
- addHandlers(Map<String, ArtifactHandler>) - Method in interface org.apache.maven.artifact.handler.manager.ArtifactHandlerManager
-
Deprecated.
- addHandlers(Map<String, ArtifactHandler>) - Method in class org.apache.maven.artifact.handler.manager.DefaultArtifactHandlerManager
- addInactiveProfile(String) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addInactiveProfile(String) - Method in interface org.apache.maven.execution.MavenExecutionRequest
-
Deprecated.Since Maven 4: use
MavenExecutionRequest.getProfileActivation()
. - addInactiveProfiles(List<String>) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addInactiveProfiles(List<String>) - Method in interface org.apache.maven.execution.MavenExecutionRequest
-
Deprecated.Since Maven 4: use
MavenExecutionRequest.getProfileActivation()
. - addIncident(MetadataGraphNode) - Method in class org.apache.maven.repository.MetadataGraphNode
- addInclude(String) - Method in class org.apache.maven.model.PatternSet
- addInclude(String) - Method in class org.codehaus.plexus.util.DirectoryWalker
- addLicense(License) - Method in class org.apache.maven.model.Model
- addLicense(License) - Method in class org.apache.maven.project.MavenProject
- addLifecyclePhase(String) - Method in class org.apache.maven.project.MavenProject
-
Warning: This is an internal utility method that is only public for technical reasons, it is not part of the public API.
- addListener(ResolutionListener) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionRequest
- addMailingList(MailingList) - Method in class org.apache.maven.model.Model
- addMailingList(MailingList) - Method in class org.apache.maven.project.MavenProject
- addMessage(String) - Method in class org.apache.maven.project.validation.ModelValidationResult
- addMetadata(ArtifactMetadata) - Method in interface org.apache.maven.artifact.Artifact
- addMetadata(ArtifactMetadata) - Method in class org.apache.maven.artifact.DefaultArtifact
- addMetadata(ArtifactMetadata) - Method in class org.apache.maven.project.artifact.ActiveProjectArtifact
-
Deprecated.
- addMetadata(ArtifactMetadata) - Method in class org.apache.maven.project.artifact.AttachedArtifact
-
Deprecated.
- addMetadataResolutionException(ArtifactResolutionException) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- addMetadataResolutionException(ArtifactResolutionException) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addMirror(Mirror) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addMirror(Mirror) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addMirror(Mirror) - Method in class org.apache.maven.settings.Settings
- addMissingArtifact(Artifact) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- addMissingArtifact(Artifact) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addModule(String) - Method in class org.apache.maven.model.ModelBase
- addMojo(MojoDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- addMojos(List<MojoDescriptor>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- addNode(MetadataGraphNode) - Method in class org.apache.maven.repository.MetadataGraph
- addNotifier(Notifier) - Method in class org.apache.maven.model.CiManagement
- addOtherArchive(String) - Method in class org.apache.maven.model.MailingList
- addParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- addPlugin(Plugin) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Method addPlugin.
- addPlugin(Plugin) - Method in class org.apache.maven.model.PluginContainer
- addPlugin(ReportPlugin) - Method in class org.apache.maven.model.Reporting
- addPluginArtifactRepository(ArtifactRepository) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addPluginArtifactRepository(ArtifactRepository) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addPluginGroup(String) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addPluginGroup(String) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addPluginGroup(String) - Method in class org.apache.maven.settings.Settings
- addPluginGroups(List<String>) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addPluginGroups(List<String>) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addPluginMapping(String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- addPluginMapping(String, String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- addPluginRepository(Repository) - Method in class org.apache.maven.model.ModelBase
- addPluginRepository(Repository) - Method in class org.apache.maven.profiles.Profile
-
Method addPluginRepository.
- addPluginRepository(Repository) - Method in class org.apache.maven.settings.Profile
- addProblem(Result<T>, ModelProblem) - Static method in class org.apache.maven.model.building.Result
-
New result consisting of given result and new problem.
- addProblems(Result<T>, Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
New result that includes the given
- addProblems(Result<T>, Result<?>...) - Static method in class org.apache.maven.model.building.Result
- addProfile(Profile) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addProfile(Profile) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addProfile(Profile) - Method in class org.apache.maven.model.Model
- addProfile(Profile) - Method in class org.apache.maven.profiles.DefaultProfileManager
-
Deprecated.
- addProfile(Profile) - Method in interface org.apache.maven.profiles.ProfileManager
-
Deprecated.
- addProfile(Profile) - Method in class org.apache.maven.project.DefaultProjectBuildingRequest
- addProfile(Profile) - Method in interface org.apache.maven.project.ProjectBuildingRequest
-
Add a
Profile
that has come from an external source. - addProfile(Profile) - Method in class org.apache.maven.profiles.ProfilesRoot
-
Method addProfile.
- addProfile(Profile) - Method in class org.apache.maven.settings.Settings
- addProfileActivation(String, boolean, boolean) - Method in class org.apache.maven.execution.ProfileActivation
-
Adds a profile activation to the request.
- addProfileActivator(ProfileActivator) - Method in class org.apache.maven.model.profile.DefaultProfileSelector
- addProfiles(List<Profile>) - Method in class org.apache.maven.profiles.DefaultProfileManager
-
Deprecated.
- addProfiles(List<Profile>) - Method in interface org.apache.maven.profiles.ProfileManager
-
Deprecated.
- addProjectActivation(String, boolean, boolean) - Method in class org.apache.maven.execution.ProjectActivation
-
Adds a project activation to the request.
- addProjectReference(MavenProject) - Method in class org.apache.maven.project.MavenProject
- addProperty(String, String) - Method in class org.apache.maven.model.Contributor
- addProperty(String, String) - Method in class org.apache.maven.model.ModelBase
- addProperty(String, String) - Method in class org.apache.maven.profiles.Profile
-
Method addProperty.
- addProperty(String, String) - Method in class org.apache.maven.settings.Profile
- addProvide(String, String) - Method in class org.apache.maven.toolchain.model.ToolchainModel
- addProvideToken(String, RequirementMatcher) - Method in class org.apache.maven.toolchain.DefaultToolchain
- addProxy(Proxy) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addProxy(Proxy) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addProxy(Proxy) - Method in class org.apache.maven.settings.Settings
- addRemoteRepository(ArtifactRepository) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addRemoteRepository(ArtifactRepository) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addReport(String) - Method in class org.apache.maven.model.ReportSet
- addReportSet(ReportSet) - Method in class org.apache.maven.model.ReportPlugin
- addRepository(Repository) - Method in interface org.apache.maven.model.resolution.ModelResolver
- addRepository(Repository) - Method in class org.apache.maven.project.ProjectModelResolver
- addRepository(Repository, boolean) - Method in interface org.apache.maven.model.resolution.ModelResolver
- addRepository(Repository, boolean) - Method in class org.apache.maven.project.ProjectModelResolver
- addRepository(Repository) - Method in class org.apache.maven.model.ModelBase
- addRepository(Repository) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Adds a repository to use for subsequent resolution requests.
- addRepository(Repository) - Method in class org.apache.maven.project.ProjectModelResolver
- addRepository(Repository, boolean) - Method in interface org.apache.maven.model.resolution.ModelResolver
-
Adds a repository to use for subsequent resolution requests.
- addRepository(Repository, boolean) - Method in class org.apache.maven.project.ProjectModelResolver
- addRepository(Repository) - Method in class org.apache.maven.profiles.Profile
-
Method addRepository.
- addRepository(Repository) - Method in class org.apache.maven.settings.Profile
- addRequestedArtifact(Artifact) - Method in class org.apache.maven.repository.MetadataResolutionResult
- addResource(Resource) - Method in class org.apache.maven.model.BuildBase
- addResource(Resource) - Method in class org.apache.maven.project.MavenProject
- addResource(MavenProject, String, List<String>, List<String>) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
- addResource(MavenProject, String, List<String>, List<String>) - Method in interface org.apache.maven.project.MavenProjectHelper
-
Add a resource directory to the project.
- address(String) - Method in class org.apache.maven.api.model.Notifier.Builder
- addRole(String) - Method in class org.apache.maven.model.Contributor
- addSCMExcludes() - Method in class org.codehaus.plexus.util.DirectoryWalker
-
Add's to the Exclude List the default list of SCM excludes.
- addScriptSourceRoot(String) - Method in class org.apache.maven.project.MavenProject
-
Deprecated.
- addServer(Server) - Method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- addServer(Server) - Method in interface org.apache.maven.execution.MavenExecutionRequest
- addServer(Server) - Method in class org.apache.maven.settings.Settings
- addShellArg(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
- addSnapshotVersion(SnapshotVersion) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Method addSnapshotVersion.
- addSystemEnvironment() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Add system environment variables
- addSystemProperties(Properties) - Static method in class org.apache.maven.properties.internal.SystemProperties
-
Thread-safe System.properties copy implementation.
- addTestCompileSourceRoot(String) - Method in class org.apache.maven.project.MavenProject
- addTestCompileSourceRoot(Project, String) - Method in interface org.apache.maven.api.services.ProjectManager
- addTestCompileSourceRoot(Project, String) - Method in class org.apache.maven.internal.impl.DefaultProjectManager
- addTestResource(Resource) - Method in class org.apache.maven.model.BuildBase
- addTestResource(Resource) - Method in class org.apache.maven.project.MavenProject
- addTestResource(MavenProject, String, List<String>, List<String>) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
- addTestResource(MavenProject, String, List<String>, List<String>) - Method in interface org.apache.maven.project.MavenProjectHelper
-
Add a test resource directory to the project.
- addToolchain(ToolchainModel) - Method in class org.apache.maven.toolchain.model.PersistedToolchains
- addVersion(String) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Method addVersion.
- addVersionRangeViolation(Exception) - Method in class org.apache.maven.artifact.resolver.ArtifactResolutionResult
-
TODO this needs to accept a
OverConstrainedVersionException
as returned byArtifactResolutionResult.getVersionRangeViolation(int)
but it's not used like that in DefaultLegacyArtifactCollector - addVersionRangeViolation(Exception) - Method in class org.apache.maven.repository.MetadataResolutionResult
-
TODO this needs to accept a
OverConstrainedVersionException
as returned byMetadataResolutionResult.getVersionRangeViolation(int)
but it's not used like that inDefaultLegacyArtifactCollector
- addVertex(String) - Method in class org.codehaus.plexus.util.dag.DAG
-
Adds vertex to DAG.
- addVertex(ArtifactMetadata) - Method in class org.apache.maven.repository.metadata.MetadataGraph
- afterExecutionFailure(MojoExecutionEvent) - Method in interface org.apache.maven.execution.MojoExecutionListener
- afterExecutionFailure(MojoExecutionEvent) - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScope
- afterExecutionFailure(MojoExecutionEvent) - Method in interface org.apache.maven.execution.scope.WeakMojoExecutionListener
- afterMojoExecutionSuccess(MojoExecutionEvent) - Method in interface org.apache.maven.execution.MojoExecutionListener
- afterMojoExecutionSuccess(MojoExecutionEvent) - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScope
- afterMojoExecutionSuccess(MojoExecutionEvent) - Method in interface org.apache.maven.execution.scope.WeakMojoExecutionListener
- afterProjectExecutionFailure(ProjectExecutionEvent) - Method in interface org.apache.maven.execution.ProjectExecutionListener
- afterProjectExecutionSuccess(ProjectExecutionEvent) - Method in interface org.apache.maven.execution.ProjectExecutionListener
- afterProjectsRead(MavenSession) - Method in class org.apache.maven.AbstractMavenLifecycleParticipant
-
Invoked after all MavenProject instances have been created.
- afterSessionEnd(MavenSession) - Method in class org.apache.maven.AbstractMavenLifecycleParticipant
-
Invoked after all projects were built.
- afterSessionStart(MavenSession) - Method in class org.apache.maven.AbstractMavenLifecycleParticipant
-
Invoked after MavenSession instance has been created.
- aggregator() - Element in annotation type org.apache.maven.api.plugin.annotations.Mojo
-
if the Mojo uses the Maven project and its child modules.
- alias() - Element in annotation type org.apache.maven.api.plugin.annotations.Parameter
-
alias supported to get parameter value.
- alignToBaseDirectory(File) - Method in class org.apache.maven.plugin.PluginParameterExpressionEvaluator
- alignToBaseDirectory(File) - Method in class org.apache.maven.plugin.PluginParameterExpressionEvaluatorV4
- alignToBaseDirectory(String, File) - Method in class org.apache.maven.model.path.DefaultPathTranslator
- alignToBaseDirectory(String, File) - Method in interface org.apache.maven.model.path.PathTranslator
-
Resolves the specified path against the given base directory.
- alignToBaseDirectory(String, File) - Method in class org.apache.maven.project.path.DefaultPathTranslator
-
Deprecated.
- alignToBaseDirectory(String, File) - Method in interface org.apache.maven.project.path.PathTranslator
-
Deprecated.
- alignToBaseDirectory(Model, File) - Method in class org.apache.maven.project.path.DefaultPathTranslator
-
Deprecated.
- alignToBaseDirectory(Model, File) - Method in interface org.apache.maven.project.path.PathTranslator
-
Deprecated.
- alignToBaseDirectory(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.path.DefaultModelPathTranslator
- alignToBaseDirectory(Model, File, ModelBuildingRequest) - Method in interface org.apache.maven.model.path.ModelPathTranslator
-
Resolves the well-known paths of the specified model against the given base directory.
- ALSO_MAKE - Static variable in class org.apache.maven.cli.CLIManager
- ALSO_MAKE_DEPENDENTS - Static variable in class org.apache.maven.cli.CLIManager
- ALT_GLOBAL_SETTINGS_XML_LOCATION - Static variable in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- ALT_LOCAL_REPOSITORY_LOCATION - Static variable in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- ALT_USER_SETTINGS_XML_LOCATION - Static variable in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- ALTERNATE_GLOBAL_SETTINGS - Static variable in class org.apache.maven.cli.CLIManager
- ALTERNATE_GLOBAL_TOOLCHAINS - Static variable in class org.apache.maven.cli.CLIManager
- ALTERNATE_POM_FILE - Static variable in class org.apache.maven.cli.CLIManager
- ALTERNATE_USER_SETTINGS - Static variable in class org.apache.maven.cli.CLIManager
- ALTERNATE_USER_TOOLCHAINS - Static variable in class org.apache.maven.cli.CLIManager
- alwaysExecute() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- AmbiguousException() - Constructor for exception org.codehaus.plexus.util.introspection.MethodMap.AmbiguousException
- AndArtifactFilter - Class in org.apache.maven.artifact.resolver.filter
-
Apply multiple filters.
- AndArtifactFilter() - Constructor for class org.apache.maven.artifact.resolver.filter.AndArtifactFilter
- AndArtifactFilter(List<ArtifactFilter>) - Constructor for class org.apache.maven.artifact.resolver.filter.AndArtifactFilter
- ANT_HANDLER_PREFIX - Static variable in class org.codehaus.plexus.util.SelectorUtils
- API_REALMID - Static variable in class org.apache.maven.classrealm.DefaultClassRealmManager
- apply(MetadataGraphEdge, MetadataGraphEdge) - Method in class org.apache.maven.repository.metadata.DefaultGraphConflictResolutionPolicy
- apply(MetadataGraphEdge, MetadataGraphEdge) - Method in interface org.apache.maven.repository.metadata.GraphConflictResolutionPolicy
- applyResumptionData(MavenExecutionRequest, MavenProject) - Method in interface org.apache.maven.execution.BuildResumptionDataRepository
-
Uses previously stored resumption data to enrich an existing execution request.
- applyResumptionData(MavenExecutionRequest, MavenProject) - Method in class org.apache.maven.execution.DefaultBuildResumptionDataRepository
- 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
- Arg - Interface in org.codehaus.plexus.util.cli
- Argument() - Constructor for class org.codehaus.plexus.util.cli.Commandline.Argument
- arguments - Variable in class org.codehaus.plexus.util.cli.Commandline
- artifact - Variable in class org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- artifact(Artifact) - Method in class org.apache.maven.api.services.ProjectBuilderRequest.ProjectBuilderRequestBuilder
- Artifact - Interface in org.apache.maven.api
-
An artifact points to a resource such as a jar file or war application.
- Artifact - Interface in org.apache.maven.artifact
-
Maven Artifact interface.
- ARTIFACT - Enum constant in enum org.apache.maven.api.MetadataStorage
- ARTIFACT_ID - Static variable in class org.apache.maven.model.merge.MavenModelMerger
-
The context key for the artifact id of the target model.
- ArtifactCollector - Interface in org.apache.maven.artifact.resolver
-
Deprecated.
- ArtifactCoordinate - Interface in org.apache.maven.api
-
The
Coordinate
object is used to point to anArtifact
but the version may be specified as a range instead of an exact version. - ArtifactCoordinateFactory - Interface in org.apache.maven.api.services
-
Service used to create
ArtifactCoordinate
objects. - ArtifactCoordinateFactoryRequest - Interface in org.apache.maven.api.services
-
A request for creating a
ArtifactCoordinate
object. - ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder - Class in org.apache.maven.api.services
- ArtifactDeployer - Interface in org.apache.maven.api.services
-
Deploys
Artifact
s to aRemoteRepository
. - ArtifactDeployer - Interface in org.apache.maven.artifact.deployer
-
ArtifactDeployer
- ArtifactDeployerException - Exception in org.apache.maven.api.services
-
An artifact could not correctly being deployed.
- ArtifactDeployerException(String, Exception) - Constructor for exception 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
- ArtifactDeploymentException - Exception in org.apache.maven.artifact.deployer
- ArtifactDeploymentException(String) - Constructor for exception org.apache.maven.artifact.deployer.ArtifactDeploymentException
- ArtifactDeploymentException(String, Throwable) - Constructor for exception org.apache.maven.artifact.deployer.ArtifactDeploymentException
- ArtifactDeploymentException(Throwable) - Constructor for exception org.apache.maven.artifact.deployer.ArtifactDeploymentException
- ArtifactDescriptorReaderDelegate - Class in org.apache.maven.repository.internal
-
Populates Aether
ArtifactDescriptorResult
from Maven projectModel
. - ArtifactDescriptorReaderDelegate() - Constructor for class org.apache.maven.repository.internal.ArtifactDescriptorReaderDelegate
- ArtifactDescriptorUtils - Class in org.apache.maven.repository.internal
-
Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API.
- ArtifactDescriptorUtils() - Constructor for class org.apache.maven.repository.internal.ArtifactDescriptorUtils
- ArtifactDoesNotExistException - Exception in org.apache.maven.repository
-
ArtifactDoesNotExistException
- ArtifactDoesNotExistException(String) - Constructor for exception org.apache.maven.repository.ArtifactDoesNotExistException
- ArtifactDoesNotExistException(String, Throwable) - Constructor for exception org.apache.maven.repository.ArtifactDoesNotExistException
- artifactExists - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
-
does the actual artifact for this metadata exists
- artifactFactory - Variable in class org.apache.maven.artifact.resolver.DefaultArtifactResolver
- ArtifactFactory - Interface in org.apache.maven.api.services
-
Service used to create
Artifact
objects. - ArtifactFactory - Interface in org.apache.maven.artifact.factory
-
Deprecated.
- ArtifactFactoryRequest - Interface in org.apache.maven.api.services
- ArtifactFactoryRequest.ArtifactFactoryRequestBuilder - Class in org.apache.maven.api.services
- ArtifactFilter - Interface in org.apache.maven.artifact.resolver.filter
- ArtifactFilterManager - Interface in org.apache.maven
-
ArtifactFilterManager
- ArtifactFilterManagerDelegate - Interface in org.apache.maven
-
Deprecated.use
META-INF/maven/extension.xml
to define artifacts exported by Maven core extensions. - ArtifactHandler - Interface in org.apache.maven.artifact.handler
-
An artifact handler defines for a dependency type, defined as Plexus role: extension and classifier, to be able to download the file, information on how to use the artifact: whether to add it to the classpath, or to take into account its dependencies.
- ArtifactHandlerManager - Interface in org.apache.maven.artifact.handler.manager
- artifactId - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
- 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.services.ArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder
- artifactId(String) - Method in class org.apache.maven.api.services.ArtifactFactoryRequest.ArtifactFactoryRequestBuilder
- artifactId(String) - Method in class org.apache.maven.api.services.DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder
- ArtifactInstallationException - Exception in org.apache.maven.artifact.installer
- ArtifactInstallationException(String) - Constructor for exception org.apache.maven.artifact.installer.ArtifactInstallationException
- ArtifactInstallationException(String, Throwable) - Constructor for exception org.apache.maven.artifact.installer.ArtifactInstallationException
- ArtifactInstallationException(Throwable) - Constructor for exception org.apache.maven.artifact.installer.ArtifactInstallationException
- ArtifactInstaller - Interface in org.apache.maven.api.services
-
Installs
Artifact
s to the local repository. - ArtifactInstaller - Interface in org.apache.maven.artifact.installer
- ArtifactInstallerException - Exception in org.apache.maven.api.services
- ArtifactInstallerException(String, Exception) - Constructor for exception 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
- artifactMapByVersionlessId(Collection<Artifact>) - Static method in class org.apache.maven.artifact.ArtifactUtils
- ArtifactMetadata - Class in org.apache.maven.repository.metadata
-
Artifact Metadata that is resolved independent of Artifact itself.
- ArtifactMetadata - Interface in org.apache.maven.artifact.metadata
-
Deprecated.
- ArtifactMetadata - Interface in org.apache.maven.repository.legacy.metadata
-
Contains metadata about an artifact, and methods to retrieve/store it from an artifact repository.
- ArtifactMetadata(String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String, String, String, String, String, boolean, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String, ArtifactScopeEnum) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String, ArtifactScopeEnum, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String, ArtifactScopeEnum, String, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(String, String, String, String, ArtifactScopeEnum, String, String, String, boolean, String) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadata(Artifact) - Constructor for class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactMetadataRetrievalException - Exception in org.apache.maven.artifact.metadata
-
Deprecated.
- ArtifactMetadataRetrievalException - Exception in org.apache.maven.repository.legacy.metadata
-
Error while retrieving repository metadata from the repository.
- ArtifactMetadataRetrievalException(String) - Constructor for exception org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(String) - Constructor for exception org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(String, Throwable) - Constructor for exception org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(String, Throwable) - Constructor for exception org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(String, Throwable, Artifact) - Constructor for exception org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(String, Throwable, Artifact) - Constructor for exception org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
- ArtifactMetadataRetrievalException(Throwable) - Constructor for exception org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataRetrievalException(Throwable) - Constructor for exception org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
-
Deprecated.
- ArtifactMetadataSource - Interface in org.apache.maven.artifact.metadata
-
Deprecated.
- ArtifactMetadataSource - Interface in org.apache.maven.repository.legacy.metadata
-
Provides some metadata operations, like querying the remote repository for a list of versions available for an artifact.
- ArtifactModelSource - Class in org.apache.maven.model.building
-
Represents a model pulled from a repository
- ArtifactModelSource(File, String, String, String) - Constructor for class org.apache.maven.model.building.ArtifactModelSource
- ArtifactNotFoundException - Exception in org.apache.maven.artifact.resolver
- ArtifactNotFoundException(String, String, String, String, String, String, List<ArtifactRepository>, String, List<String>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactNotFoundException
- ArtifactNotFoundException(String, Artifact) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactNotFoundException
- ArtifactNotFoundException(String, Artifact, List<ArtifactRepository>) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactNotFoundException
- ArtifactNotFoundException(String, Artifact, List<ArtifactRepository>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactNotFoundException
- ArtifactRepository - Interface in org.apache.maven.artifact.repository
-
Abstraction of an artifact repository.
- ArtifactRepositoryFactory - Interface in org.apache.maven.artifact.repository
- ArtifactRepositoryFactory - Interface in org.apache.maven.repository.legacy.repository
- ArtifactRepositoryLayout - Interface in org.apache.maven.artifact.repository.layout
- ArtifactRepositoryLayout2 - Interface in org.apache.maven.artifact.repository.layout
-
ArtifactRepositoryLayout2
- ArtifactRepositoryMetadata - Class in org.apache.maven.artifact.repository.metadata
-
Metadata for the artifact directory of the repository.
- ArtifactRepositoryMetadata(Artifact) - Constructor for class org.apache.maven.artifact.repository.metadata.ArtifactRepositoryMetadata
- ArtifactRepositoryMetadata(Artifact, Versioning) - Constructor for class org.apache.maven.artifact.repository.metadata.ArtifactRepositoryMetadata
- ArtifactRepositoryPolicy - Class in org.apache.maven.artifact.repository
-
Describes a set of policies for a repository to use under certain conditions.
- ArtifactRepositoryPolicy() - Constructor for class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- ArtifactRepositoryPolicy(boolean, String, String) - Constructor for class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- ArtifactRepositoryPolicy(ArtifactRepositoryPolicy) - Constructor for class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- ArtifactResolutionException - Exception in org.apache.maven.artifact.resolver
- ArtifactResolutionException(String, String, String, String, String, String, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionException(String, String, String, String, String, String, List<ArtifactRepository>, List<String>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionException(String, Artifact) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionException(String, Artifact, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionException(String, Artifact, List<ArtifactRepository>) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionException(String, Artifact, List<ArtifactRepository>, Throwable) - Constructor for exception org.apache.maven.artifact.resolver.ArtifactResolutionException
- ArtifactResolutionRequest - Class in org.apache.maven.artifact.resolver
-
A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies.
- ArtifactResolutionRequest() - Constructor for class org.apache.maven.artifact.resolver.ArtifactResolutionRequest
- ArtifactResolutionRequest(RepositoryRequest) - Constructor for class org.apache.maven.artifact.resolver.ArtifactResolutionRequest
- ArtifactResolutionResult - Class in org.apache.maven.artifact.resolver
-
Specific problems during resolution that we want to account for: missing metadata version range violations version circular dependencies missing artifacts network/transfer errors file system errors: permissions
- ArtifactResolutionResult() - Constructor for class org.apache.maven.artifact.resolver.ArtifactResolutionResult
- ArtifactResolver - Interface in org.apache.maven.api.services
-
Resolves the artifact, i.e download the file when required and attach it to the artifact
- ArtifactResolver - Interface in org.apache.maven.artifact.resolver
- ArtifactResolverException - Exception in org.apache.maven.api.services
- ArtifactResolverException(String, Exception) - Constructor for exception 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
- artifactScope - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
- ArtifactScopeEnum - Enum in org.apache.maven.artifact
-
Type safe reincarnation of Artifact scope.
- ArtifactStatus - Class in org.apache.maven.artifact
-
Type safe enumeration for the artifact status field.
- ArtifactTransferEvent - Class in org.apache.maven.repository
-
TransferEvent is used to notify TransferListeners about progress in transfer of resources form/to the repository
- ArtifactTransferEvent(String, int, int, ArtifactTransferResource) - Constructor for class org.apache.maven.repository.ArtifactTransferEvent
- ArtifactTransferEvent(String, Exception, int, ArtifactTransferResource) - Constructor for class org.apache.maven.repository.ArtifactTransferEvent
- ArtifactTransferFailedException - Exception in org.apache.maven.repository
-
ArtifactTransferFailedException
- ArtifactTransferFailedException(String) - Constructor for exception org.apache.maven.repository.ArtifactTransferFailedException
- ArtifactTransferFailedException(String, Throwable) - Constructor for exception org.apache.maven.repository.ArtifactTransferFailedException
- ArtifactTransferListener - Interface in org.apache.maven.repository
-
ArtifactTransferListener
- ArtifactTransferResource - Interface in org.apache.maven.repository
-
Describes a resource being uploaded or downloaded by the repository system.
- ArtifactTransformation - Interface in org.apache.maven.repository.legacy.resolver.transform
- ArtifactTransformationManager - Interface in org.apache.maven.repository.legacy.resolver.transform
-
Manages multiple ArtifactTransformation instances and applies them in succession.
- artifactUri - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
-
artifact URI
- ArtifactUtils - Class in org.apache.maven.artifact
-
ArtifactUtils
- ArtifactUtils() - Constructor for class org.apache.maven.artifact.ArtifactUtils
- ArtifactVersion - Interface in org.apache.maven.artifact.versioning
-
Describes an artifact version in terms of its components, converts it to/from a string and compares two versions.
- ArtifactWithDependencies - Interface in org.apache.maven.project.artifact
-
ArtifactWithDependencies
- assembleBuildInheritance(Build, Build, boolean) - Method in class org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
- assembleBuildInheritance(Build, Build, boolean) - Method in interface org.apache.maven.project.inheritance.ModelInheritanceAssembler
-
Deprecated.
- assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.inheritance.DefaultInheritanceAssembler
- assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.inheritance.InheritanceAssembler
-
Merges values from the specified parent model into the given child model.
- assembleModelInheritance(Model, Model) - Method in class org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
- assembleModelInheritance(Model, Model) - Method in interface org.apache.maven.project.inheritance.ModelInheritanceAssembler
-
Deprecated.
- assembleModelInheritance(Model, Model, String) - Method in class org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
- assembleModelInheritance(Model, Model, String) - Method in interface org.apache.maven.project.inheritance.ModelInheritanceAssembler
-
Deprecated.
- assertUniqueKey(PluginArtifactsCache.Key) - Method in class org.apache.maven.plugin.DefaultPluginArtifactsCache
- assertUniqueKey(ProjectArtifactsCache.Key) - Method in class org.apache.maven.project.artifact.DefaultProjectArtifactsCache
- associateThreadWithProjectSegment(ProjectSegment) - Method in class org.apache.maven.lifecycle.internal.builder.multithreaded.ThreadOutputMuxer
- 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.VersionRange
-
Returns a string representation of this version range
- asString() - Method in class org.apache.maven.internal.impl.AbstractNode
- asString() - Method in class org.apache.maven.internal.impl.DefaultNode
- attachArtifact(String, String, File) - Method in class org.apache.maven.project.MavenProject
-
Deprecated.Use MavenProjectHelper.attachArtifact(..) instead.
- attachArtifact(Project, Artifact, Path) - Method in interface org.apache.maven.api.services.ProjectManager
- attachArtifact(Project, Artifact, Path) - Method in class org.apache.maven.internal.impl.DefaultProjectManager
- 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
- attachArtifact(MavenProject, File, String) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
- attachArtifact(MavenProject, File, String) - Method in interface org.apache.maven.project.MavenProjectHelper
-
See
MavenProjectHelper.attachArtifact(MavenProject, String, String, java.io.File)
, but with type set to null. - attachArtifact(MavenProject, String, File) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
- attachArtifact(MavenProject, String, File) - Method in interface org.apache.maven.project.MavenProjectHelper
-
* See
MavenProjectHelper.attachArtifact(MavenProject, String, String, java.io.File)
, but with classifier set to null. - attachArtifact(MavenProject, String, String, File) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
- attachArtifact(MavenProject, String, String, File) - Method in interface org.apache.maven.project.MavenProjectHelper
-
Add or replace an artifact to the current project.
- attachArtifact(MavenProject, Artifact) - Method in class org.apache.maven.project.DefaultMavenProjectHelper
-
Add an attached artifact or replace the file for an existing artifact.
- AttachedArtifact - Class in org.apache.maven.project.artifact
-
Deprecated.
- AttachedArtifact(Artifact, String, String, ArtifactHandler) - Constructor for class org.apache.maven.project.artifact.AttachedArtifact
-
Deprecated.
- AttachedArtifact(Artifact, String, ArtifactHandler) - Constructor for class org.apache.maven.project.artifact.AttachedArtifact
-
Deprecated.
- attachToThread(MavenProject) - Static method in class org.apache.maven.lifecycle.internal.builder.BuilderCommon
- attribute(String, String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- attribute(String, String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Write an attribute.
- Attribute() - Constructor for class org.apache.maven.model.transform.pull.BufferingParser.Attribute
- attributes - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
- attributes - Variable in class org.apache.maven.model.transform.pull.BufferingParser.Event
- attributeUseApostrophe - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- Authentication - Class in org.apache.maven.artifact.repository
-
Authentication
- Authentication(String, String) - Constructor for class org.apache.maven.artifact.repository.Authentication
- autoDeclaredPrefixes - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
B
- BASE - Enum constant in enum org.apache.maven.model.building.ModelProblem.Version
- Base64 - Class in org.codehaus.plexus.util
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - Constructor for class org.codehaus.plexus.util.Base64
- basedir - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The base directory to be scanned.
- BasedirBeanConfigurationPathTranslator - Class in org.apache.maven.configuration
-
A path translator that resolves relative paths against a specific base directory.
- BasedirBeanConfigurationPathTranslator(File) - Constructor for class org.apache.maven.configuration.BasedirBeanConfigurationPathTranslator
-
Creates a new path translator using the specified base directory.
- basename(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Returns the filename portion of a file specification string.
- basename(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Returns the filename portion of a file specification string.
- BaseObject - Class in org.apache.maven.model
- BaseObject - Class in org.apache.maven.settings
- BaseObject - Class in org.apache.maven.toolchain.model
- BaseObject() - Constructor for class org.apache.maven.model.BaseObject
- BaseObject() - Constructor for class org.apache.maven.settings.BaseObject
- BaseObject() - Constructor for class org.apache.maven.toolchain.model.BaseObject
- BaseObject(Object, BaseObject) - Constructor for class org.apache.maven.model.BaseObject
- BaseObject(Object, BaseObject.ChildrenTracking) - Constructor for class org.apache.maven.model.BaseObject
- BaseObject(Object, BaseObject) - Constructor for class org.apache.maven.settings.BaseObject
- BaseObject(Object, BaseObject.ChildrenTracking) - Constructor for class org.apache.maven.settings.BaseObject
- BaseObject(Object, BaseObject) - Constructor for class org.apache.maven.toolchain.model.BaseObject
- BaseObject(Object, BaseObject.ChildrenTracking) - Constructor for class org.apache.maven.toolchain.model.BaseObject
- BaseObject.ChildrenTracking - Interface in org.apache.maven.model
- BaseObject.ChildrenTracking - Interface in org.apache.maven.settings
- BaseObject.ChildrenTracking - Interface in org.apache.maven.toolchain.model
- BaseSlf4jConfiguration - Class in org.apache.maven.cli.logging
-
Abstract implementation.
- BaseSlf4jConfiguration() - Constructor for class org.apache.maven.cli.logging.BaseSlf4jConfiguration
- BATCH_MODE - Static variable in class org.apache.maven.cli.CLIManager
- BatchModeMavenTransferListener - Class in org.apache.maven.cli.transfer
-
BatchModeMavenTransferListener
- BatchModeMavenTransferListener(PrintStream) - Constructor for class org.apache.maven.cli.transfer.BatchModeMavenTransferListener
- BeanConfigurationException - Exception in org.apache.maven.configuration
-
Thrown when a bean couldn't be configured.
- BeanConfigurationException(String) - Constructor for exception org.apache.maven.configuration.BeanConfigurationException
- BeanConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.configuration.BeanConfigurationException
- BeanConfigurationPathTranslator - Interface in org.apache.maven.configuration
-
Postprocesses filesystem paths.
- BeanConfigurationRequest - Interface in org.apache.maven.configuration
-
A request to configure a bean from some configuration in the POM or similar.
- BeanConfigurationValuePreprocessor - Interface in org.apache.maven.configuration
-
Preprocesses a value from a bean configuration before the bean configurator unmarshals it into a bean property.
- BeanConfigurator - Interface in org.apache.maven.configuration
-
Unmarshals some textual configuration from the POM or similar into the properties of a bean.
- beforeMojoExecution(MojoExecutionEvent) - Method in interface org.apache.maven.execution.MojoExecutionListener
- beforeMojoExecution(MojoExecutionEvent) - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScope
- beforeMojoExecution(MojoExecutionEvent) - Method in interface org.apache.maven.execution.scope.WeakMojoExecutionListener
- beforeProjectExecution(ProjectExecutionEvent) - Method in interface org.apache.maven.execution.ProjectExecutionListener
- beforeProjectLifecycleExecution(ProjectExecutionEvent) - Method in interface org.apache.maven.execution.ProjectExecutionListener
- blackList(MavenProject) - Method in class org.apache.maven.execution.ReactorManager
-
Deprecated.
- blackList(MavenProject) - Method in class org.apache.maven.lifecycle.internal.ReactorBuildStatus
- blocked(boolean) - Method in class org.apache.maven.api.settings.Mirror.Builder
- BootstrapCoreExtensionManager - Class in org.apache.maven.cli.internal
-
BootstrapCoreExtensionManager
- BootstrapCoreExtensionManager(DefaultPluginDependenciesResolver, DefaultRepositorySystemSessionFactory, CoreExports, PlexusContainer) - Constructor for class org.apache.maven.cli.internal.BootstrapCoreExtensionManager
- BourneShell - Class in org.codehaus.plexus.util.cli.shell
- BourneShell() - Constructor for class org.codehaus.plexus.util.cli.shell.BourneShell
- BourneShell(boolean) - Constructor for class org.codehaus.plexus.util.cli.shell.BourneShell
- buf - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- bufferedCopy(InputStream, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.Buffering streams is actively harmful! See the class description as to why. Use
IOUtil.copy(InputStream, OutputStream)
instead. - bufferEvent() - Method in class org.apache.maven.model.transform.pull.BufferingParser
- BufferingParser - Class in org.apache.maven.model.transform.pull
-
An xml pull parser filter base implementation.
- BufferingParser(XmlPullParser) - Constructor for class org.apache.maven.model.transform.pull.BufferingParser
- BufferingParser.Attribute - Class in org.apache.maven.model.transform.pull
- BufferingParser.Event - Class in org.apache.maven.model.transform.pull
- BufferingParser.Namespace - Class in org.apache.maven.model.transform.pull
- 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.services.ArtifactCoordinateFactoryRequest.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.DependencyCollectorRequest.DependencyCollectorRequestBuilder
- build() - Method in class org.apache.maven.api.services.DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder
- build() - Method in interface org.apache.maven.api.services.MessageBuilder
-
Return the built message.
- 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.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() - Method in class org.apache.maven.internal.impl.DefaultMessageBuilder
- build() - Method in interface org.apache.maven.model.building.TransformerContextBuilder
-
The immutable transformerContext, can be used after the buildplan is finished.
- build() - Method in class org.apache.maven.plugin.lifecycle.Execution.Builder
- build() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle.Builder
- build() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration.Builder
- build() - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
- build(File) - Method in class org.apache.maven.project.ExtensionDescriptorBuilder
-
Extracts the extension descriptor (if any) from the specified JAR file.
- build(File) - Method in class org.apache.maven.toolchain.DefaultToolchainsBuilder
-
Deprecated.
- build(File) - Method in interface org.apache.maven.toolchain.ToolchainsBuilder
-
Builds the toolchains model from the configured toolchain files.
- build(File, ArtifactRepository, ProfileManager) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- build(File, ArtifactRepository, ProfileManager) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- build(File, ProjectBuilderConfiguration) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- build(File, ProjectBuilderConfiguration) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- build(File, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuilder
- build(File, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuilder
-
Builds a project descriptor from the specified POM file.
- build(InputStream) - Method in class org.apache.maven.project.ExtensionDescriptorBuilder
- build(InputStream, String) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(InputStream, String) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(InputStream, String, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(InputStream, String, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- build(Reader) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, boolean, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- build(Reader, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(List<File>, boolean, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuilder
- build(List<File>, boolean, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuilder
-
Builds the projects for the specified POM files and optionally their children.
- 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(ProjectBuilderRequest) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from a POM file. - build(ProjectBuilderRequest) - Method in class org.apache.maven.internal.impl.DefaultProjectBuilder
- build(SettingsBuilderRequest) - Method in interface org.apache.maven.api.services.SettingsBuilder
-
Builds the effective settings of the specified settings files.
- build(SettingsBuilderRequest) - Method in class org.apache.maven.internal.impl.DefaultSettingsBuilder
- build(ToolchainsBuilderRequest) - Method in interface org.apache.maven.api.services.ToolchainsBuilder
-
Builds the effective toolchains of the specified toolchains files.
- build(ToolchainsBuilderRequest) - Method in class org.apache.maven.internal.impl.DefaultToolchainsBuilder
- build(Session, String, String, String, String) - Static method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
- 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.ArtifactCoordinateFactoryRequest
- 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.DependencyCoordinateFactoryRequest
- 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, Collection<? extends ArtifactCoordinate>) - 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, Artifact) - Static method in interface org.apache.maven.api.services.DependencyCollectorRequest
- build(Session, Artifact) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from an artifact. - build(Session, Artifact) - Static method in interface org.apache.maven.api.services.ProjectBuilderRequest
- build(Session, ArtifactCoordinate) - Static method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
- build(Session, ArtifactCoordinate) - Static method in interface org.apache.maven.api.services.DependencyCoordinateFactoryRequest
- build(Session, ArtifactCoordinate) - Method in interface org.apache.maven.api.services.ProjectBuilder
-
Creates a
Project
from a coordinate. - build(Session, ArtifactCoordinate) - Static method in interface org.apache.maven.api.services.ProjectBuilderRequest
- build(Session, Dependency) - Static method in interface org.apache.maven.api.services.DependencyCoordinateFactoryRequest
- build(Session, DependencyCoordinate) - Static method in interface org.apache.maven.api.services.DependencyCollectorRequest
- build(Session, Project) - Static method in interface org.apache.maven.api.services.DependencyCollectorRequest
- build(Session, RemoteRepository, Collection<Artifact>) - Static method in interface org.apache.maven.api.services.ArtifactDeployerRequest
- 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) - Static method in interface org.apache.maven.api.services.ToolchainsBuilderRequest
- build(Artifact, boolean, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuilder
- build(Artifact, boolean, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuilder
-
Builds a project descriptor for the specified artifact.
- build(Artifact, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuilder
- build(Artifact, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuilder
-
Builds a project descriptor for the specified artifact.
- build(MavenSession) - Method in class org.apache.maven.graph.DefaultGraphBuilder
- build(MavenSession) - Method in interface org.apache.maven.graph.GraphBuilder
- build(MavenSession, ReactorContext, ProjectBuildList, List<TaskSegment>, ReactorBuildStatus) - Method in interface org.apache.maven.lifecycle.internal.builder.Builder
- build(MavenSession, ReactorContext, ProjectBuildList, List<TaskSegment>, ReactorBuildStatus) - Method in class org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder
- build(MavenSession, ReactorContext, ProjectBuildList, List<TaskSegment>, ReactorBuildStatus) - Method in class org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
- build(ModelBuildingRequest) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Builds the effective model of the specified POM.
- build(ModelBuildingRequest, Collection<String>) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest, ModelBuildingResult) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- build(ModelBuildingRequest, ModelBuildingResult) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Builds the effective model by completing the specified interim result which was produced by a previous call to
ModelBuilder.build(ModelBuildingRequest)
withModelBuildingRequest.isTwoPhaseBuilding()
beingtrue
. - build(ModelSource, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuilder
- build(ModelSource, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuilder
-
Builds a project descriptor for the specified model source.
- build(SettingsBuildingRequest) - Method in class org.apache.maven.settings.building.DefaultSettingsBuilder
- build(SettingsBuildingRequest) - Method in interface org.apache.maven.settings.building.SettingsBuilder
-
Builds the effective settings of the specified settings files.
- build(ToolchainsBuildingRequest) - Method in class org.apache.maven.toolchain.building.DefaultToolchainsBuilder
- build(ToolchainsBuildingRequest) - Method in interface org.apache.maven.toolchain.building.ToolchainsBuilder
-
Builds the effective toolchains of the specified toolchains files.
- build(XmlPullParser) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(XmlPullParser, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(XmlPullParser, boolean, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- Build - Class in org.apache.maven.api.model
-
The
<build>
element contains informations required to build the project. - Build - Class in org.apache.maven.model
- Build() - Constructor for class org.apache.maven.model.Build
- Build(Build) - Constructor for class org.apache.maven.model.Build
- Build(Build, BaseObject) - Constructor for class org.apache.maven.model.Build
- BUILD_TIMESTAMP_FORMAT_PROPERTY - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- BUILD_TIMESTAMP_FORMAT_PROPERTY - Static variable in interface org.apache.maven.project.interpolation.ModelInterpolator
-
Deprecated.
- BUILD_VERSION_PROPERTY - Static variable in class org.apache.maven.cli.CLIReportingUtils
- Build.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Build instances.
- BuildAbort - Error in org.apache.maven
-
A special throwable used to signal a graceful abort of the build.
- BuildAbort(String) - Constructor for error org.apache.maven.BuildAbort
- BuildAbort(String, Throwable) - Constructor for error org.apache.maven.BuildAbort
- buildArtifactRepositories(List<Repository>, ArtifactRepositoryFactory, PlexusContainer) - Static method in class org.apache.maven.project.ProjectUtils
-
Deprecated.
- buildArtifactRepository(Repository) - Static method in class org.apache.maven.bridge.MavenRepositorySystem
- buildArtifactRepository(Repository) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- buildArtifactRepository(Repository) - Method in interface org.apache.maven.repository.RepositorySystem
- buildArtifactRepository(Repository, ArtifactRepositoryFactory, PlexusContainer) - Static method in class org.apache.maven.project.ProjectUtils
-
Deprecated.
- buildArtifactRepository(Repository) - Static method in class org.apache.maven.bridge.MavenRepositorySystem
- buildArtifactRepositoryPolicy(RepositoryPolicy) - Static method in class org.apache.maven.bridge.MavenRepositorySystem
- buildArtifactRepositoryPolicy(RepositoryPolicy) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- BuildBase - Class in org.apache.maven.api.model
-
Build configuration in a profile.
- BuildBase - Class in org.apache.maven.model
- BuildBase() - Constructor for class org.apache.maven.model.BuildBase
- BuildBase(BuildBase) - Constructor for class org.apache.maven.model.BuildBase
- BuildBase(BuildBase, BaseObject) - Constructor for class org.apache.maven.model.BuildBase
- BuildBase.Builder - Class in org.apache.maven.api.model
-
Builder class used to create BuildBase instances.
- buildBaseToApiV3(List<BuildBase>) - Static method in class org.apache.maven.model.BuildBase
- buildBaseToApiV4(List<BuildBase>) - Static method in class org.apache.maven.model.BuildBase
- buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- buildConfiguration(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- buildConsumer(Map<String, String>) - Static method in class org.apache.maven.feature.Features
- buildConsumer(Properties) - Static method in class org.apache.maven.feature.Features
- buildDeploymentArtifactRepository(DeploymentRepository, ArtifactRepositoryFactory, PlexusContainer) - Static method in class org.apache.maven.project.ProjectUtils
-
Deprecated.
- buildDiagnosticMessage() - Method in exception org.apache.maven.plugin.PluginParameterException
- builder() - Static method in interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequest
- 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.DependencyCollectorRequest
- builder() - Static method in interface org.apache.maven.api.services.DependencyCoordinateFactoryRequest
- 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.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.xml.XmlReaderRequest
- builder() - Static method in interface org.apache.maven.api.services.xml.XmlWriterRequest
- builder() - Method in class org.apache.maven.internal.impl.DefaultMessageBuilderFactory
- builder(int) - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Creates a new message builder of the specified size.
- builder(StringBuilder) - Method in interface org.apache.maven.api.services.MessageBuilderFactory
-
Creates a new message builder backed by the given string builder.
- builder(StringBuilder) - Method in class org.apache.maven.internal.impl.DefaultMessageBuilderFactory
- Builder - Interface in org.apache.maven.lifecycle.internal.builder
-
A
Builder
encapsulates a strategy for building a set of Maven projects. - BUILDER - Static variable in class org.apache.maven.cli.CLIManager
- BuilderCommon - Class in org.apache.maven.lifecycle.internal.builder
-
Common code that is shared by the LifecycleModuleBuilder and the LifeCycleWeaveBuilder
- BuilderCommon(LifecycleDebugLogger, LifecycleExecutionPlanCalculator, ExecutionEventCatapult) - Constructor for class org.apache.maven.lifecycle.internal.builder.BuilderCommon
- BuilderNotFoundException - Exception in org.apache.maven.lifecycle.internal.builder
-
BuilderNotFoundException
- BuilderNotFoundException(String) - Constructor for exception org.apache.maven.lifecycle.internal.builder.BuilderNotFoundException
- BuilderProblem - Interface in org.apache.maven.api.services
-
Describes a problem that was encountered during project building.
- BuilderProblem.Severity - Enum in org.apache.maven.api.services
-
The different severity levels for a problem, in decreasing order.
- buildExtensionsAssembled(ModelBuildingEvent) - Method in class org.apache.maven.model.building.AbstractModelBuildingListener
- buildExtensionsAssembled(ModelBuildingEvent) - Method in interface org.apache.maven.model.building.ModelBuildingListener
-
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
- buildExtensionsAssembled(ModelBuildingEvent) - Method in class org.apache.maven.project.DefaultModelBuildingListener
- BuildFailure - Class in org.apache.maven.execution
-
Summarizes the result of a failed project build in the reactor.
- BuildFailure(MavenProject, long, Throwable) - Constructor for class org.apache.maven.execution.BuildFailure
-
Creates a new build summary for the specified project.
- BuildFailureException - Exception in org.apache.maven
-
One or more builds failed.
- BuildFailureException(String) - Constructor for exception org.apache.maven.BuildFailureException
- BuildFailureException(String, Throwable) - Constructor for exception org.apache.maven.BuildFailureException
- buildFromRepository(Artifact, List<ArtifactRepository>, ArtifactRepository) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildFromRepository(Artifact, List<ArtifactRepository>, ArtifactRepository) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- buildFromRepository(Artifact, List<ArtifactRepository>, ArtifactRepository, boolean) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildFromRepository(Artifact, List<ArtifactRepository>, ArtifactRepository, boolean) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- buildFromRepository(Artifact, List<ArtifactRepository>, ProjectBuilderConfiguration, boolean) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- BuildListCalculator - Class in org.apache.maven.lifecycle.internal
-
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
- BuildListCalculator() - Constructor for class org.apache.maven.lifecycle.internal.BuildListCalculator
- BuildPluginManager - Interface in org.apache.maven.plugin
- buildProfiles(File) - Method in class org.apache.maven.profiles.DefaultMavenProfilesBuilder
-
Deprecated.
- buildProfiles(File) - Method in interface org.apache.maven.profiles.MavenProfilesBuilder
-
Deprecated.
- buildProject(MavenSession, MavenSession, ReactorContext, MavenProject, TaskSegment) - Method in class org.apache.maven.lifecycle.internal.LifecycleModuleBuilder
- buildProject(MavenSession, ReactorContext, MavenProject, TaskSegment) - Method in class org.apache.maven.lifecycle.internal.LifecycleModuleBuilder
- buildRawModel(File, int, boolean) - Method in class org.apache.maven.model.building.DefaultModelBuilder
- buildRawModel(File, int, boolean) - Method in interface org.apache.maven.model.building.ModelBuilder
-
Performs only the part of
ModelBuilder.build(ModelBuildingRequest)
that loads the raw model - buildRepositoryPolicy(RepositoryPolicy) - Static method in class org.apache.maven.internal.impl.DefaultRepositoryFactory
- BuildResumptionAnalyzer - Interface in org.apache.maven.execution
-
Instances of this class are responsible for determining whether it makes sense to "resume" a build (i.e., using the
--resume
flag. - BuildResumptionData - Class in org.apache.maven.execution
-
This class holds the information required to enable resuming a Maven build with
--resume
. - BuildResumptionData(List<String>) - Constructor for class org.apache.maven.execution.BuildResumptionData
- BuildResumptionDataRepository - Interface in org.apache.maven.execution
-
Instances of this interface retrieve and store data for the --resume / -r feature.
- BuildResumptionPersistenceException - Exception in org.apache.maven.execution
-
This exception will be thrown when something fails while persisting build resumption data.
- BuildResumptionPersistenceException(String, Throwable) - Constructor for exception org.apache.maven.execution.BuildResumptionPersistenceException
- buildSettings() - Method in class org.apache.maven.settings.DefaultMavenSettingsBuilder
- buildSettings() - Method in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- buildSettings(boolean) - Method in class org.apache.maven.settings.DefaultMavenSettingsBuilder
- buildSettings(boolean) - Method in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- buildSettings(File) - Method in class org.apache.maven.settings.DefaultMavenSettingsBuilder
- buildSettings(File) - Method in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- buildSettings(File, boolean) - Method in class org.apache.maven.settings.DefaultMavenSettingsBuilder
- buildSettings(File, boolean) - Method in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- buildSettings(MavenExecutionRequest) - Method in class org.apache.maven.settings.DefaultMavenSettingsBuilder
- buildSettings(MavenExecutionRequest) - Method in interface org.apache.maven.settings.MavenSettingsBuilder
-
Deprecated.
- buildStandaloneSuperProject(ArtifactRepository) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildStandaloneSuperProject(ArtifactRepository) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- buildStandaloneSuperProject(ArtifactRepository, ProfileManager) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildStandaloneSuperProject(ArtifactRepository, ProfileManager) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- buildStandaloneSuperProject(ProjectBuilderConfiguration) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.This is used for pom-less execution like running archetype:generate.
- buildStandaloneSuperProject(ProjectBuilderConfiguration) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- BuildSuccess - Class in org.apache.maven.execution
-
Summarizes the result of a successful project build in the reactor.
- BuildSuccess(MavenProject, long) - Constructor for class org.apache.maven.execution.BuildSuccess
-
Creates a new build summary for the specified project.
- BuildSummary - Class in org.apache.maven.execution
-
Summarizes the result of a project build in the reactor.
- BuildSummary(MavenProject, long) - Constructor for class org.apache.maven.execution.BuildSummary
-
Creates a new build summary for the specified project.
- BuildThreadFactory - Class in org.apache.maven.lifecycle.internal
-
Simple
ThreadFactory
implementation that ensures the corresponding threads have a meaningful name. - BuildThreadFactory() - Constructor for class org.apache.maven.lifecycle.internal.BuildThreadFactory
- BuildTimestampValueSource - Class in org.apache.maven.project.interpolation
-
Deprecated.
- BuildTimestampValueSource(Date, String) - Constructor for class org.apache.maven.project.interpolation.BuildTimestampValueSource
-
Deprecated.
- buildToApiV3(List<Build>) - Static method in class org.apache.maven.model.Build
- buildToApiV4(List<Build>) - Static method in class org.apache.maven.model.Build
- BuildToRawPomXMLFilterFactory - Class in org.apache.maven.model.transform
-
Base implementation for providing the BuildToRawPomXML.
- BuildToRawPomXMLFilterFactory() - Constructor for class org.apache.maven.model.transform.BuildToRawPomXMLFilterFactory
- BuildToRawPomXMLFilterFactory(boolean) - Constructor for class org.apache.maven.model.transform.BuildToRawPomXMLFilterFactory
- buildWithDependencies(File, ArtifactRepository, ProfileManager) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildWithDependencies(File, ArtifactRepository, ProfileManager) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- buildWithDependencies(File, ArtifactRepository, ProfileManager, TransferListener) - Method in class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- buildWithDependencies(File, ArtifactRepository, ProfileManager, TransferListener) - Method in interface org.apache.maven.project.MavenProjectBuilder
-
Deprecated.
- bypass - Variable in class org.apache.maven.model.transform.pull.BufferingParser
- bypass() - Method in class org.apache.maven.model.transform.pull.BufferingParser
- bypass(boolean) - Method in class org.apache.maven.model.transform.pull.BufferingParser
- byteCountToDisplaySize(int) - Static method in class org.codehaus.plexus.util.FileUtils
-
Returns a human-readable version of the file size (original is in bytes).
C
- cache - Variable in class org.apache.maven.plugin.DefaultExtensionRealmCache
- cache - Variable in class org.apache.maven.plugin.DefaultPluginArtifactsCache
- cache - Variable in class org.apache.maven.plugin.DefaultPluginRealmCache
- cache - Variable in class org.apache.maven.project.artifact.DefaultMavenMetadataCache
- cache - Variable in class org.apache.maven.project.artifact.DefaultProjectArtifactsCache
- cache - Variable in class org.apache.maven.project.DefaultProjectRealmCache
- CACHE_OUTPUT_STREAM_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- CachedMap - Class in org.codehaus.plexus.util
-
This class provides cache access to
Map
collections. - CachedMap() - Constructor for class org.codehaus.plexus.util.CachedMap
-
Creates a cached map backed by a
FastMap
. - CachedMap(int) - Constructor for class org.codehaus.plexus.util.CachedMap
-
Creates a cached map backed by a
FastMap
and having the specified cache size. - CachedMap(int, Map) - Constructor for class org.codehaus.plexus.util.CachedMap
-
Creates a cached map backed by the specified map and having the specified cache size.
- CacheKey(List<? extends ClassRealm>) - Constructor for class org.apache.maven.project.DefaultProjectRealmCache.CacheKey
- CacheKey(List<Artifact>) - Constructor for class org.apache.maven.plugin.DefaultExtensionRealmCache.CacheKey
- CacheKey(Artifact, boolean, ArtifactRepository, List<ArtifactRepository>) - Constructor for class org.apache.maven.project.artifact.DefaultMavenMetadataCache.CacheKey
- CacheKey(Plugin, ClassLoader, Map<String, ClassLoader>, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Constructor for class org.apache.maven.plugin.DefaultPluginRealmCache.CacheKey
- CacheKey(Plugin, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Constructor for class org.apache.maven.plugin.DefaultPluginArtifactsCache.CacheKey
- CacheKey(MavenProject, List<RemoteRepository>, Collection<String>, Collection<String>, boolean, RepositorySystemSession) - Constructor for class org.apache.maven.project.artifact.DefaultProjectArtifactsCache.CacheKey
- CacheRecord(List<Artifact>) - Constructor for class org.apache.maven.plugin.PluginArtifactsCache.CacheRecord
- CacheRecord(PluginResolutionException) - Constructor for class org.apache.maven.plugin.PluginArtifactsCache.CacheRecord
- CacheRecord(ClassRealm, List<Artifact>) - Constructor for class org.apache.maven.plugin.PluginRealmCache.CacheRecord
- CachingOutputStream - Class in org.codehaus.plexus.util.io
-
Caching OutputStream to avoid overwriting a file with the same content.
- CachingOutputStream(File) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
- CachingOutputStream(Path) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
- CachingOutputStream(Path, int) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
- CachingWriter - Class in org.codehaus.plexus.util.io
-
Caching Writer to avoid overwriting a file with the same content.
- CachingWriter(File, Charset) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
- CachingWriter(Path, Charset) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
- CachingWriter(Path, Charset, int) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
- calculateExecutionPlan(MavenSession, boolean, String...) - Method in class org.apache.maven.lifecycle.DefaultLifecycleExecutor
- calculateExecutionPlan(MavenSession, boolean, String...) - Method in interface org.apache.maven.lifecycle.LifecycleExecutor
- calculateExecutionPlan(MavenSession, String...) - Method in class org.apache.maven.lifecycle.DefaultLifecycleExecutor
- calculateExecutionPlan(MavenSession, String...) - Method in interface org.apache.maven.lifecycle.LifecycleExecutor
- calculateExecutionPlan(MavenSession, MavenProject, List<Object>) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- calculateExecutionPlan(MavenSession, MavenProject, List<Object>) - Method in interface org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculator
- calculateExecutionPlan(MavenSession, MavenProject, List<Object>, boolean) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- calculateExecutionPlan(MavenSession, MavenProject, List<Object>, boolean) - Method in interface org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculator
- calculateForkedExecutions(MojoExecution, MavenSession) - Method in class org.apache.maven.lifecycle.DefaultLifecycleExecutor
- calculateForkedExecutions(MojoExecution, MavenSession) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- calculateForkedExecutions(MojoExecution, MavenSession) - Method in interface org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculator
- calculateForkedExecutions(MojoExecution, MavenSession) - Method in interface org.apache.maven.lifecycle.LifecycleExecutor
- calculateLifecycleMappings(MavenSession, MavenProject, Lifecycle, String) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleMappingDelegate
- calculateLifecycleMappings(MavenSession, MavenProject, Lifecycle, String) - Method in interface org.apache.maven.lifecycle.LifecycleMappingDelegate
- calculateLink(String, String) - Static method in class org.codehaus.plexus.util.PathTool
-
Calculates the appropriate link given the preferred link and the relativePath of the document.
- calculateMojoExecutions(MavenSession, MavenProject, List<Object>) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- calculateProjectBuilds(MavenSession, List<TaskSegment>) - Method in class org.apache.maven.lifecycle.internal.BuildListCalculator
- calculateTaskSegments(MavenSession) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator
- calculateTaskSegments(MavenSession) - Method in interface org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculator
- calculateTaskSegments(MavenSession, List<String>) - Method in class org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator
- calculateTaskSegments(MavenSession, List<String>) - Method in interface org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculator
- call() - Method in interface org.codehaus.plexus.util.cli.CommandLineCallable
- canDetectActivation(Profile) - Method in class org.apache.maven.profiles.activation.DetectedProfileActivator
-
Deprecated.
- canDetectActivation(Profile) - Method in class org.apache.maven.profiles.activation.FileProfileActivator
-
Deprecated.
- canDetectActivation(Profile) - Method in class org.apache.maven.profiles.activation.JdkPrefixProfileActivator
-
Deprecated.
- canDetectActivation(Profile) - Method in class org.apache.maven.profiles.activation.SystemPropertyProfileActivator
-
Deprecated.
- canDetermineActivation(Profile) - Method in class org.apache.maven.profiles.activation.DetectedProfileActivator
-
Deprecated.
- canDetermineActivation(Profile) - Method in class org.apache.maven.profiles.activation.OperatingSystemProfileActivator
-
Deprecated.
- canDetermineActivation(Profile) - Method in interface org.apache.maven.profiles.activation.ProfileActivator
-
Deprecated.
- canResume() - Method in class org.apache.maven.execution.DefaultMavenExecutionResult
- canResume() - Method in interface org.apache.maven.execution.MavenExecutionResult
-
Indicates whether or not the build could be resumed by a second invocation of Maven.
- capacity() - Method in class org.codehaus.plexus.util.FastMap
-
Returns the capacity of this
FastMap
. - capitalise(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Capitalise a String.
- capitaliseAllWords(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Capitalise all the words in a String.
- capitalizeFirstLetter(String) - Static method in class org.codehaus.plexus.util.StringUtils
- catPath(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Will concatenate 2 paths.
- CAUSE_METHOD_NAMES - Static variable in class org.codehaus.plexus.util.ExceptionUtils
-
The names of methods commonly used to access a wrapped exception.
- cdsect(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- cdsect(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
- CDSECT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
A CDATA sections was just read; this token is available only from calls to nextToken().
- center(String, int) - Static method in class org.codehaus.plexus.util.StringUtils
-
Center a String in a larger String of size
n
. - center(String, int, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Center a String in a larger String of size
n
. - chainListener(ExecutionListener) - Method in class org.apache.maven.eventspy.internal.EventSpyDispatcher
- chainListener(RepositoryListener) - Method in class org.apache.maven.eventspy.internal.EventSpyDispatcher
- checkOutOfDate(Date) - Method in class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- checkParameter(Parameter, PlexusConfiguration, ExpressionEvaluator) - Method in class org.apache.maven.plugin.internal.ReadOnlyPluginParametersValidator
- checkPrerequisites(PluginDescriptor) - Method in class org.apache.maven.plugin.internal.DefaultMavenPluginManager
- checkPrerequisites(PluginDescriptor) - Method in interface org.apache.maven.plugin.MavenPluginManager
-
Verifies that the specified plugin's prerequisites are met.
- checkRequiredMavenVersion(PluginDescriptor) - Method in class org.apache.maven.plugin.internal.DefaultMavenPluginManager
-
Deprecated.
- checkRequiredMavenVersion(PluginDescriptor) - Method in interface org.apache.maven.plugin.MavenPluginManager
-
Deprecated.
- checkScope(ArtifactScopeEnum) - Static method in enum org.apache.maven.artifact.ArtifactScopeEnum
-
Helper method to simplify null processing
- CHECKSUM_FAILURE_POLICY - Static variable in class org.apache.maven.cli.CLIManager
- CHECKSUM_POLICY_FAIL - Static variable in class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- CHECKSUM_POLICY_FAIL - Static variable in interface org.apache.maven.execution.MavenExecutionRequest
- CHECKSUM_POLICY_IGNORE - Static variable in class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- CHECKSUM_POLICY_WARN - Static variable in class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- CHECKSUM_POLICY_WARN - Static variable in interface org.apache.maven.execution.MavenExecutionRequest
- CHECKSUM_WARNING_POLICY - Static variable in class org.apache.maven.cli.CLIManager
- ChecksumFailedException - Exception in org.apache.maven.repository.legacy
-
Occurs when a download checksum fails.
- ChecksumFailedException(String) - Constructor for exception org.apache.maven.repository.legacy.ChecksumFailedException
- ChecksumFailedException(String, Throwable) - Constructor for exception org.apache.maven.repository.legacy.ChecksumFailedException
- checksumPolicy(String) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- checksumPolicy(String) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- CHILD_PATH_ADJUSTMENT - Static variable in class org.apache.maven.model.merge.MavenModelMerger
-
The hint key for the child path adjustment used during inheritance for URL calculations.
- childProjectUrlInheritAppendPath(String) - Method in class org.apache.maven.api.model.Model.Builder
- children - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
- CHILDREN_COMBINATION_APPEND - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
- CHILDREN_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
- childrenTracking - Variable in class org.apache.maven.model.BaseObject
- childrenTracking - Variable in class org.apache.maven.settings.BaseObject
- childrenTracking - Variable in class org.apache.maven.toolchain.model.BaseObject
- 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
- chmod(File, int) - Static method in class org.codehaus.plexus.util.NioFiles
- chomp(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last newline, and everything after it from a String.
- chomp(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last value of a supplied String, and everything after it from a String.
- chompLast(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove a newline if and only if it is at the end of the supplied String.
- chompLast(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove a value if and only if the String ends with that value.
- chop(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove the last character from a String.
- chopNewline(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove
\n
from end of a String if it's there. - ciManagement(CiManagement) - Method in class org.apache.maven.api.model.Model.Builder
- CiManagement - Class in org.apache.maven.api.model
-
The
<ciManagement>
element contains informations required to the continuous integration system of the project. - CiManagement - Class in org.apache.maven.model
- CiManagement() - Constructor for class org.apache.maven.model.CiManagement
- CiManagement(CiManagement) - Constructor for class org.apache.maven.model.CiManagement
- CiManagement(CiManagement, BaseObject) - Constructor for class org.apache.maven.model.CiManagement
- CiManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create CiManagement instances.
- ciManagementToApiV3(List<CiManagement>) - Static method in class org.apache.maven.model.CiManagement
- ciManagementToApiV4(List<CiManagement>) - Static method in class org.apache.maven.model.CiManagement
- classifier - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
- classifier(String) - Method in class org.apache.maven.api.model.Dependency.Builder
- 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
- ClassMap - Class in org.codehaus.plexus.util.introspection
-
A cache of introspection information for a specific class instance.
- ClassMap(Class) - Constructor for class org.codehaus.plexus.util.introspection.ClassMap
-
Standard constructor
- classpathCompile - Enum constant in enum org.apache.maven.repository.metadata.MetadataResolutionRequestTypeEnum
- ClasspathContainer - Class in org.apache.maven.repository.metadata
-
classpath container that is aware of the classpath scope
- ClasspathContainer(List<ArtifactMetadata>, ArtifactScopeEnum) - Constructor for class org.apache.maven.repository.metadata.ClasspathContainer
- ClasspathContainer(ArtifactScopeEnum) - Constructor for class org.apache.maven.repository.metadata.ClasspathContainer
- classpathRuntime - Enum constant in enum org.apache.maven.repository.metadata.MetadataResolutionRequestTypeEnum
- classpathTest - Enum constant in enum org.apache.maven.repository.metadata.MetadataResolutionRequestTypeEnum
- ClasspathTransformation - Interface in org.apache.maven.repository.metadata
-
Helper class to convert a metadata Graph into some form of a classpath
- ClassRealmConstituent - Interface in org.apache.maven.classrealm
-
Describes a constituent of a class realm.
- ClassRealmManager - Interface in org.apache.maven.classrealm
-
Manages the class realms used by Maven.
- ClassRealmManagerDelegate - Interface in org.apache.maven.classrealm
-
ClassRealmManagerDelegate is used to perform addition configuration of class realms created by ClassRealmManager.
- ClassRealmRequest - Interface in org.apache.maven.classrealm
-
Describes the requirements for a new class realm.
- ClassRealmRequest.RealmType - Enum in org.apache.maven.classrealm
-
The type of a class realm.
- clean(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Removes control characters, including whitespace, from both ends of this String, handling
null
by returning an empty String. - CLEAN - Enum constant in enum org.apache.maven.api.plugin.annotations.LifecyclePhase
- cleanArgs(String[]) - Static method in class org.apache.maven.cli.CleanArgument
- CleanArgument - Class in org.apache.maven.cli
-
CleanArgument
- CleanArgument() - Constructor for class org.apache.maven.cli.CleanArgument
- cleanDirectory(File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Clean a directory without deleting it.
- cleanDirectory(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Clean a directory without deleting it.
- CleanLifecycleProvider - Class in org.apache.maven.lifecycle.providers
-
clean
lifecycle provider. - CleanLifecycleProvider() - Constructor for class org.apache.maven.lifecycle.providers.CleanLifecycleProvider
- clear() - Method in class org.codehaus.plexus.util.CachedMap
-
Removes all mappings from this map (optional operation).
- clear() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Clear out the whole command line.
- clear() - Method in class org.codehaus.plexus.util.FastMap
-
Removes all mappings from this
FastMap
. - clearArgs() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Clear out the arguments but leave the executable in place for another operation.
- clearArguments() - Method in class org.codehaus.plexus.util.cli.shell.Shell
- CLI - Enum constant in enum org.apache.maven.plugin.MojoExecution.Source
-
An execution that originates from the direct invocation of a goal from the CLI.
- CLIManager - Class in org.apache.maven.cli
- CLIManager() - Constructor for class org.apache.maven.cli.CLIManager
- CLIReportingUtils - Class in org.apache.maven.cli
-
Utility class used to report errors, statistics, application version info, etc.
- CLIReportingUtils() - Constructor for class org.apache.maven.cli.CLIReportingUtils
- CliRequest - Class in org.apache.maven.cli
-
CliRequest
- clone() - Method in interface org.apache.maven.api.xml.XmlNode
- clone() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Method clone.
- clone() - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Deprecated.Method clone.
- clone() - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Method clone.
- clone() - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Method clone.
- clone() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Method clone.
- clone() - Method in class org.apache.maven.execution.MavenSession
- clone() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- clone() - Method in class org.apache.maven.model.Activation
- clone() - Method in class org.apache.maven.model.ActivationFile
- clone() - Method in class org.apache.maven.model.ActivationOS
- clone() - Method in class org.apache.maven.model.ActivationProperty
- clone() - Method in class org.apache.maven.model.Build
- clone() - Method in class org.apache.maven.model.BuildBase
- clone() - Method in class org.apache.maven.model.CiManagement
- clone() - Method in class org.apache.maven.model.ConfigurationContainer
- clone() - Method in class org.apache.maven.model.Contributor
- clone() - Method in class org.apache.maven.model.Dependency
- clone() - Method in class org.apache.maven.model.DependencyManagement
- clone() - Method in class org.apache.maven.model.DeploymentRepository
- clone() - Method in class org.apache.maven.model.Developer
- clone() - Method in class org.apache.maven.model.DistributionManagement
- clone() - Method in class org.apache.maven.model.Exclusion
- clone() - Method in class org.apache.maven.model.Extension
- clone() - Method in class org.apache.maven.model.FileSet
- clone() - Method in class org.apache.maven.model.InputLocation
-
Method clone.
- clone() - Method in class org.apache.maven.model.InputSource
-
Method clone.
- clone() - Method in class org.apache.maven.model.IssueManagement
- clone() - Method in class org.apache.maven.model.License
- clone() - Method in class org.apache.maven.model.MailingList
- clone() - Method in class org.apache.maven.model.Model
- clone() - Method in class org.apache.maven.model.ModelBase
- clone() - Method in class org.apache.maven.model.Notifier
- clone() - Method in class org.apache.maven.model.Organization
- clone() - Method in class org.apache.maven.model.Parent
- clone() - Method in class org.apache.maven.model.PatternSet
- clone() - Method in class org.apache.maven.model.Plugin
- clone() - Method in class org.apache.maven.model.PluginConfiguration
- clone() - Method in class org.apache.maven.model.PluginContainer
- clone() - Method in class org.apache.maven.model.PluginExecution
- clone() - Method in class org.apache.maven.model.PluginManagement
- clone() - Method in class org.apache.maven.model.Prerequisites
- clone() - Method in class org.apache.maven.model.Profile
- clone() - Method in class org.apache.maven.model.Relocation
- clone() - Method in class org.apache.maven.model.Reporting
- clone() - Method in class org.apache.maven.model.ReportPlugin
- clone() - Method in class org.apache.maven.model.ReportSet
- clone() - Method in class org.apache.maven.model.Repository
- clone() - Method in class org.apache.maven.model.RepositoryBase
- clone() - Method in class org.apache.maven.model.RepositoryPolicy
- clone() - Method in class org.apache.maven.model.Resource
- clone() - Method in class org.apache.maven.model.Scm
- clone() - Method in class org.apache.maven.model.Site
- clone() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Creates a shallow copy of this mojo descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
Creates a shallow copy of this parameter.
- clone() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Creates a shallow copy of this plugin descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
Creates a shallow copy of this requirement.
- clone() - Method in class org.apache.maven.project.MavenProject
- clone() - Method in class org.apache.maven.settings.Activation
- clone() - Method in class org.apache.maven.settings.ActivationFile
- clone() - Method in class org.apache.maven.settings.ActivationOS
- clone() - Method in class org.apache.maven.settings.ActivationProperty
- clone() - Method in class org.apache.maven.settings.IdentifiableBase
- clone() - Method in class org.apache.maven.settings.Mirror
- clone() - Method in class org.apache.maven.settings.Profile
- clone() - Method in class org.apache.maven.settings.Proxy
- clone() - Method in class org.apache.maven.settings.Repository
- clone() - Method in class org.apache.maven.settings.RepositoryBase
- clone() - Method in class org.apache.maven.settings.RepositoryPolicy
- clone() - Method in class org.apache.maven.settings.Server
- clone() - Method in class org.apache.maven.settings.Settings
- clone() - Method in class org.apache.maven.settings.TrackableBase
- clone() - Method in class org.apache.maven.toolchain.model.PersistedToolchains
- clone() - Method in class org.apache.maven.toolchain.model.ToolchainModel
- clone() - Method in class org.apache.maven.toolchain.model.TrackableBase
- clone() - Method in class org.codehaus.plexus.util.cli.Commandline
- clone() - Method in class org.codehaus.plexus.util.cli.shell.Shell
- clone() - Method in class org.codehaus.plexus.util.dag.DAG
- clone() - Method in class org.codehaus.plexus.util.dag.Vertex
- clone() - Method in class org.codehaus.plexus.util.FastMap
-
Returns a shallow copy of this
FastMap
. - clone(PluginDescriptor) - Static method in class org.apache.maven.plugin.DefaultPluginDescriptorCache
- cloneOf() - Method in class org.apache.maven.artifact.versioning.VersionRange
-
Deprecated.VersionRange is immutable, cloning is not useful and even more an issue against the cache
- close() - Method in class org.apache.maven.eventspy.AbstractEventSpy
- close() - Method in interface org.apache.maven.eventspy.EventSpy
-
Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.
- close() - Method in class org.apache.maven.eventspy.internal.EventSpyDispatcher
- close() - Method in class org.apache.maven.internal.impl.DefaultTransport
- close() - Method in class org.apache.maven.internal.impl.EventSpyImpl
- close() - Method in class org.apache.maven.lifecycle.internal.builder.multithreaded.ThreadOutputMuxer
- close() - Method in class org.codehaus.plexus.util.cli.StreamFeeder
- close() - Method in class org.codehaus.plexus.util.cli.StreamPumper
- close() - Method in class org.codehaus.plexus.util.io.CachingOutputStream
- close() - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.Closes the Stringreader.
- close() - Method in class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.Closes the XmlReader stream.
- close() - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
- close(InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.use try-with-resources instead
- close(OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.use try-with-resources instead
- close(Reader) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.use try-with-resources instead
- close(Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.use try-with-resources instead
- close(Channel) - Static method in class org.codehaus.plexus.util.IOUtil
-
Deprecated.use try-with-resources instead
- closeAll() - Method in class org.apache.maven.lifecycle.internal.ProjectBuildList
- closeStartTag() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- CmdShell - Class in org.codehaus.plexus.util.cli.shell
-
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
- CmdShell() - Constructor for class org.codehaus.plexus.util.cli.shell.CmdShell
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>) - Method in class org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>) - Method in interface org.apache.maven.repository.legacy.resolver.LegacyArtifactCollector
-
Deprecated.
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>, List<ConflictResolver>) - Method in class org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>, List<ConflictResolver>) - Method in interface org.apache.maven.repository.legacy.resolver.LegacyArtifactCollector
-
Deprecated.
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactResolutionRequest, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>, List<ConflictResolver>) - Method in class org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
- collect(Set<Artifact>, Artifact, Map<String, Artifact>, ArtifactResolutionRequest, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>, List<ConflictResolver>) - Method in interface org.apache.maven.repository.legacy.resolver.LegacyArtifactCollector
-
Deprecated.
- collect(Set<Artifact>, Artifact, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>) - Method in interface org.apache.maven.artifact.resolver.ArtifactCollector
-
Deprecated.
- collect(Set<Artifact>, Artifact, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, ArtifactFilter, List<ResolutionListener>) - Method in class org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
- collect(DependencyCollectorRequest) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies and builds a dependency graph.
- collect(DependencyCollectorRequest) - Method in class org.apache.maven.internal.impl.DefaultDependencyCollector
- collect(Session, Artifact) - Method in interface org.apache.maven.api.services.DependencyCollector
-
Collects the transitive dependencies of some artifacts 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.
- collectDependencies(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyCollector.class).collect(...)
- collectDependencies(Artifact) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(DependencyCollector.class).collect(...)
- collectDependencies(DependencyCoordinate) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyResolver.class).resolve(...)
- collectDependencies(DependencyCoordinate) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(DependencyCollector.class).collect(...)
- collectDependencies(Project) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyCollector.class).collect(...)
- collectDependencies(Project) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(DependencyCollector.class).collect(...)
- CollectionUtils - Class in org.codehaus.plexus.util
- CollectionUtils() - Constructor for class org.codehaus.plexus.util.CollectionUtils
- collectProjects(MavenExecutionRequest) - Method in class org.apache.maven.project.collector.MultiModuleCollectionStrategy
- collectProjects(MavenExecutionRequest) - Method in class org.apache.maven.project.collector.PomlessCollectionStrategy
- collectProjects(MavenExecutionRequest) - Method in interface org.apache.maven.project.collector.ProjectCollectionStrategy
- collectProjects(MavenExecutionRequest) - Method in class org.apache.maven.project.collector.RequestPomCollectionStrategy
- COLOR - Static variable in class org.apache.maven.cli.CLIManager
- column - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Commandline - Class in org.codehaus.plexus.util.cli
-
Commandline objects help handling command lines specifying processes to execute.
- Commandline() - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline(String) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object, given a command following POSIX sh quoting rules
- Commandline(String, Shell) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline(Shell) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline.Argument - Class in org.codehaus.plexus.util.cli
- Commandline.Marker - Class in org.codehaus.plexus.util.cli
-
Class to keep track of the position of an Argument.
- CommandLineCallable - Interface in org.codehaus.plexus.util.cli
-
Callable wrapper that exposes the proper exception type to the client.
- CommandLineException - Exception in org.codehaus.plexus.util.cli
- CommandLineException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
- CommandLineException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
- CommandLineTimeOutException - Exception in org.codehaus.plexus.util.cli
- CommandLineTimeOutException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
- CommandLineTimeOutException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
- CommandLineUtils - Class in org.codehaus.plexus.util.cli
- CommandLineUtils() - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils
- CommandLineUtils.StringStreamConsumer - Class in org.codehaus.plexus.util.cli
-
A
StreamConsumer
providing consumed lines as aString
. - CommandShell - Class in org.codehaus.plexus.util.cli.shell
-
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
- CommandShell() - Constructor for class org.codehaus.plexus.util.cli.shell.CommandShell
- comment(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- comment(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
- COMMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
An XML comment was just read.
- comments(String) - Method in class org.apache.maven.api.model.License.Builder
- CompactXMLWriter - Class in org.codehaus.plexus.util.xml
- CompactXMLWriter(PrintWriter) - Constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
- CompactXMLWriter(Writer) - Constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
- ComparableVersion - Class in org.apache.maven.artifact.versioning
-
Generic implementation of version comparison.
- ComparableVersion(String) - Constructor for class org.apache.maven.artifact.versioning.ComparableVersion
- compareTo(Artifact) - Method in class org.apache.maven.artifact.DefaultArtifact
- compareTo(Artifact) - Method in class org.apache.maven.project.artifact.ActiveProjectArtifact
-
Deprecated.
- compareTo(ArtifactStatus) - Method in class org.apache.maven.artifact.ArtifactStatus
- compareTo(ArtifactVersion) - Method in class org.apache.maven.artifact.versioning.DefaultArtifactVersion
- compareTo(ComparableVersion) - Method in class org.apache.maven.artifact.versioning.ComparableVersion
- compareTo(MetadataGraphVertex) - Method in class org.apache.maven.repository.metadata.MetadataGraphVertex
- compile - Enum constant in enum org.apache.maven.artifact.ArtifactScopeEnum
- COMPILE - Enum constant in enum org.apache.maven.api.plugin.annotations.LifecyclePhase
- COMPILE - Enum constant in enum org.apache.maven.api.ResolutionScope
-
compile
resolution scope =compile
+system
+provided
dependencies - COMPILE - Enum constant in enum org.apache.maven.api.Scope
- COMPILE_PLUS_RUNTIME - Enum constant in enum org.apache.maven.api.ResolutionScope
-
compile+runtime
resolution scope (Maven 3 only) =compile
+system
+provided
+runtime
dependencies - COMPILER_PLUGIN_VERSION - Static variable in class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
- Component - Annotation Type in org.apache.maven.api.plugin.annotations
-
Used to configure injection of Plexus components by
MavenPluginManager.getConfiguredMojo(...)
. - computeIfAbsent(Object, Supplier<Object>) - Method in interface org.apache.maven.api.SessionData
-
Retrieve of compute the data associated with the specified key.
- concatenate(Object[]) - Static method in class org.codehaus.plexus.util.StringUtils
-
Concatenates elements of an array into a single String.
- ConcurrencyDependencyGraph - Class in org.apache.maven.lifecycle.internal.builder.multithreaded
-
Presents a view of the Dependency Graph that is suited for concurrent building.
- ConcurrencyDependencyGraph(ProjectBuildList, ProjectDependencyGraph) - Constructor for class org.apache.maven.lifecycle.internal.builder.multithreaded.ConcurrencyDependencyGraph
- configuration(Map<String, String>) - Method in class org.apache.maven.api.model.Notifier.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.model.ConfigurationContainer.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.settings.Server.Builder
- configuration(XmlNode) - Method in class org.apache.maven.api.toolchain.ToolchainModel.Builder
- configuration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Execution.Builder
- configuration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
- ConfigurationContainer - Class in org.apache.maven.api.model
-
Contains the configuration information of the container like Plugin.
- ConfigurationContainer - Class in org.apache.maven.model
- ConfigurationContainer() - Constructor for class org.apache.maven.model.ConfigurationContainer
- ConfigurationContainer(ConfigurationContainer) - Constructor for class org.apache.maven.model.ConfigurationContainer
- ConfigurationContainer(ConfigurationContainer, BaseObject) - Constructor for class org.apache.maven.model.ConfigurationContainer
- ConfigurationContainer.Builder - Class in org.apache.maven.api.model
-
Builder class used to create ConfigurationContainer instances.
- configurationContainerToApiV3(List<ConfigurationContainer>) - Static method in class org.apache.maven.model.ConfigurationContainer
- configurationContainerToApiV4(List<ConfigurationContainer>) - Static method in class org.apache.maven.model.ConfigurationContainer
- ConfigurationProcessor - Interface in org.apache.maven.cli.configuration
-
ConfigurationProcessor
- configurator() - Element in annotation type org.apache.maven.api.plugin.annotations.Mojo
-
configurator bean name.
- configure() - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScopeCoreModule
- configure() - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScopeModule
- configure() - Method in class org.apache.maven.repository.internal.MavenResolverModule
- configure() - Method in class org.apache.maven.session.scope.internal.SessionScopeModule
- configure(MavenProject, MojoExecution, boolean) - Method in class org.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
- configure(MavenProject, MojoExecution, boolean) - Method in interface org.apache.maven.lifecycle.MojoExecutionConfigurator
-
Create the MojoExecution configuration based on configuration for a Mojo in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor.
- configureBean(BeanConfigurationRequest) - Method in interface org.apache.maven.configuration.BeanConfigurator
-
Performs the specified bean configuration.
- configureBean(BeanConfigurationRequest) - Method in class org.apache.maven.configuration.internal.DefaultBeanConfigurator
- configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.apache.maven.configuration.internal.EnhancedComponentConfigurator
- ConflictResolver - Interface in org.apache.maven.repository.legacy.resolver.conflict
-
Determines which version of an artifact to use when there are conflicting declarations.
- ConflictResolverFactory - Interface in org.apache.maven.repository.legacy.resolver.conflict
-
A factory that produces conflict resolvers of various types.
- ConflictResolverNotFoundException - Exception in org.apache.maven.repository.legacy.resolver.conflict
-
Indicates that a specified conflict resolver implementation could not be found.
- ConflictResolverNotFoundException(String) - Constructor for exception org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
-
Creates a new
ConflictResolverNotFoundException
with the specified message. - connection(String) - Method in class org.apache.maven.api.model.Scm.Builder
- ConsoleMavenTransferListener - Class in org.apache.maven.cli.transfer
-
Console download progress meter.
- ConsoleMavenTransferListener(PrintStream, boolean) - Constructor for class org.apache.maven.cli.transfer.ConsoleMavenTransferListener
- constructArtifactPath(List<String>, String) - Static method in exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- 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
- constructKey(String, String) - Static method in class org.apache.maven.model.Plugin
- constructKey(String, String) - Static method in class org.apache.maven.model.ReportPlugin
- constructMissingArtifactMessage(String, String, String, String, String, String, String, String, List<String>) - Static method in exception org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- constructPluginKey(String, String, String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- constructVersion(Versioning, String) - Method in class org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation
- constructVersion(Versioning, String) - Method in class org.apache.maven.repository.legacy.resolver.transform.LatestArtifactTransformation
- constructVersion(Versioning, String) - Method in class org.apache.maven.repository.legacy.resolver.transform.ReleaseArtifactTransformation
- constructVersion(Versioning, String) - Method in class org.apache.maven.repository.legacy.resolver.transform.SnapshotTransformation
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.DefaultConsumer
- consumeLine(String) - Method in interface org.codehaus.plexus.util.cli.StreamConsumer
-
Called when the StreamPumper pumps a line from the Stream.
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.WriterStreamConsumer
- Consumer - Annotation Type in org.apache.maven.api.annotations
-
A type implemented by, or extended by maven plugins or extensions.
- ConsumerPomArtifactTransformer - Class in org.apache.maven.internal.transformation
-
Consumer POM transformer.
- ConsumerPomArtifactTransformer() - Constructor for class org.apache.maven.internal.transformation.ConsumerPomArtifactTransformer
- container - Variable in class org.apache.maven.DefaultMaven
- contains(String, char) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search character, handling
null
. - contains(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search String, handling
null
. - contains(Version) - Method in interface org.apache.maven.api.VersionRange
-
Determines whether the specified version is contained within this range.
- containsKey(Object) - Method in class org.codehaus.plexus.util.CachedMap
-
Indicates if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.codehaus.plexus.util.FastMap
-
Indicates if this
FastMap
contains a mapping for the specified key. - containsValue(Object) - Method in class org.codehaus.plexus.util.CachedMap
-
Returns
true
if this map maps one or more keys to the specified value. - containsValue(Object) - Method in class org.codehaus.plexus.util.FastMap
-
Indicates if this
FastMap
maps one or more keys to the specified value. - containsVersion(ArtifactVersion) - Method in class org.apache.maven.artifact.versioning.Restriction
- containsVersion(ArtifactVersion) - Method in class org.apache.maven.artifact.versioning.VersionRange
- content(T) - Method in class org.apache.maven.api.services.xml.XmlWriterRequest.XmlWriterRequestBuilder
- contentEquals(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Compare the contents of two files to determine if they are equal or not.
- contentEquals(InputStream, InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Compare the contents of two Streams to determine if they are equal or not.
- contentTransformer - Variable in class org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader
-
Field contentTransformer.
- contentTransformer - Variable in class org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Reader
-
Field contentTransformer.
- contentTransformer - Variable in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
-
Field contentTransformer.
- contentTransformer - Variable in class org.apache.maven.usability.plugin.io.xpp3.ParamdocXpp3Reader
-
Field contentTransformer.
- ContextEnabled - Interface in org.apache.maven.plugin
-
Interface to allow
Mojos
to communicate with each othersMojos
, other than project's source root and project's attachment.
The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo. - contextualize(Context) - Method in class org.apache.maven.profiles.activation.SystemPropertyProfileActivator
-
Deprecated.
- contextualize(Context) - Method in class org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolverFactory
- 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 - Class in org.apache.maven.model
- Contributor() - Constructor for class org.apache.maven.model.Contributor
- Contributor(Contributor) - Constructor for class org.apache.maven.model.Contributor
- Contributor(Contributor, BaseObject) - Constructor for class org.apache.maven.model.Contributor
- 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
- contributorToApiV3(List<Contributor>) - Static method in class org.apache.maven.model.Contributor
- contributorToApiV4(List<Contributor>) - Static method in class org.apache.maven.model.Contributor
- convert(TypeLiteral, String) - Method in class org.eclipse.sisu.plexus.PlexusXmlBeanConverter
- convert(MojoDescriptor) - Static method in class org.apache.maven.lifecycle.internal.MojoDescriptorCreator
- CONVERTED - Static variable in class org.apache.maven.artifact.ArtifactStatus
-
Low trust - was converted from the Maven 1.x repository.
- convertFromProfileXmlProfile(Profile) - Static method in class org.apache.maven.profiles.ProfilesConversionUtils
-
Deprecated.
- convertFromSettingsProfile(Profile) - Static method in class org.apache.maven.settings.SettingsUtilsV4
- convertFromSettingsProfile(Profile) - Static method in class org.apache.maven.settings.SettingsUtils
- convertReporting(Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.apache.maven.model.plugin.DefaultReportingConverter
-
Deprecated.
- convertReporting(Model, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.apache.maven.model.plugin.ReportingConverter
-
Deprecated.Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x.
- convertToSettingsProfile(Profile) - Static method in class org.apache.maven.settings.SettingsUtilsV4
- convertToSettingsProfile(Profile) - Static method in class org.apache.maven.settings.SettingsUtils
- 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
- copy(byte[], OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from a
byte[]
to anOutputStream
. - copy(byte[], OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from a
byte[]
to anOutputStream
. - copy(byte[], Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a
byte[]
to chars on aWriter
. - copy(byte[], Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a
byte[]
to chars on aWriter
. - copy(byte[], Writer, String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a
byte[]
to chars on aWriter
, using the specified encoding. - copy(byte[], Writer, String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from a
byte[]
to chars on aWriter
, using the specified encoding. - copy(File, File) - Static method in class org.codehaus.plexus.util.NioFiles
- copy(InputStream, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from an
InputStream
to anOutputStream
. - copy(InputStream, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy bytes from an
InputStream
to anOutputStream
. - copy(InputStream, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an
InputStream
to chars on aWriter
. - copy(InputStream, Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an
InputStream
to chars on aWriter
. - copy(InputStream, Writer, String) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an
InputStream
to chars on aWriter
, using the specified encoding. - copy(InputStream, Writer, String, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy and convert bytes from an
InputStream
to chars on aWriter
, using the specified encoding. - copy(Reader, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a
Reader
to bytes on anOutputStream
, and flush theOutputStream
. - copy(Reader, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a
Reader
to bytes on anOutputStream
, and flush theOutputStream
. - copy(Reader, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a
Reader
to aWriter
. - copy(Reader, Writer, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a
Reader
to aWriter
. - copy(String, OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a
String
to bytes on anOutputStream
, and flush theOutputStream
. - copy(String, OutputStream, int) - Static method in class org.codehaus.plexus.util.IOUtil
-
Serialize chars from a
String
to bytes on anOutputStream
, and flush theOutputStream
. - copy(String, Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
Copy chars from a
String
to aWriter
. - copy(MavenExecutionRequest) - Static method in class org.apache.maven.execution.DefaultMavenExecutionRequest
- copyArtifact(Artifact) - Static method in class org.apache.maven.artifact.ArtifactUtils
- copyArtifacts(Collection<Artifact>, T) - Static method in class org.apache.maven.artifact.ArtifactUtils
-
Copy artifact to a collection.
- copyArtifacts(Map<K, ? extends Artifact>, T) - Static method in class org.apache.maven.artifact.ArtifactUtils
- copyArtifactSafe(Artifact) - Static method in class org.apache.maven.artifact.ArtifactUtils
- copyDirectory(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy a directory to an other one.
- copyDirectory(File, File, String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy a directory to an other one.
- copyDirectoryLayout(File, File, String[], String[]) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies a entire directory layout : no files will be copied only directories
- copyDirectoryStructure(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies a entire directory structure.
- copyDirectoryStructureIfModified(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies an entire directory structure but only source files with timestamp later than the destinations'.
- copyFile(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination.
- copyFile(File, File, String, FileUtils.FilterWrapper[]) - Static method in class org.codehaus.plexus.util.FileUtils
-
If wrappers is null or empty, the file will be copy only if
to.lastModified() < from.lastModified()
- copyFile(File, File, String, FileUtils.FilterWrapper[], boolean) - Static method in class org.codehaus.plexus.util.FileUtils
-
If wrappers is null or empty, the file will be copy only if
to.lastModified() < from.lastModified()
, if overwrite is true - copyFileIfModified(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination only if source timestamp is later than the destination timestamp.
- copyFileToDirectory(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination.
- copyFileToDirectory(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination.
- copyFileToDirectoryIfModified(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination only if source is newer than the target file.
- copyFileToDirectoryIfModified(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination only if source is newer than the target file.
- copyModel(Model, Model) - Method in class org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
- copyModel(Model, Model) - Method in interface org.apache.maven.project.inheritance.ModelInheritanceAssembler
-
Deprecated.
- copyProperties(Properties) - Static method in class org.apache.maven.properties.internal.SystemProperties
-
Copies the given
Properties
object into a newProperties
object, in a thread-safe manner. - copySettings(Settings) - Static method in class org.apache.maven.settings.SettingsUtils
- copySettings(Settings) - Static method in class org.apache.maven.settings.SettingsUtilsV4
- copyStreamToFile(InputStreamFacade, File) - Static method in class org.codehaus.plexus.util.FileUtils
- copyURLToFile(URL, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies bytes from the URL
source
to a filedestination
. - Core - Enum constant in enum org.apache.maven.classrealm.ClassRealmRequest.RealmType
-
The class realm for the public API of the Maven core.
- CoreExports - Class in org.apache.maven.extension.internal
-
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by Maven core itself and loaded Maven core extensions.
- CoreExports(CoreExtensionEntry) - Constructor for class org.apache.maven.extension.internal.CoreExports
- CoreExports(ClassRealm, Set<String>, Set<String>) - Constructor for class org.apache.maven.extension.internal.CoreExports
- CoreExportsProvider - Class in org.apache.maven.extension.internal
-
CoreExportsProvider
- CoreExportsProvider(CoreExports) - Constructor for class org.apache.maven.extension.internal.CoreExportsProvider
- CoreExportsProvider(PlexusContainer) - Constructor for class org.apache.maven.extension.internal.CoreExportsProvider
- CoreExtension - Class in org.apache.maven.cli.internal.extension.model
-
Describes a build extension to utilise.
- CoreExtension() - Constructor for class org.apache.maven.cli.internal.extension.model.CoreExtension
- CoreExtensionEntry - Class in org.apache.maven.extension.internal
-
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by Maven core itself or a Maven core extension.
- CoreExtensionEntry(ClassRealm, Collection<String>, Collection<String>) - Constructor for class org.apache.maven.extension.internal.CoreExtensionEntry
- CoreExtensions - Class in org.apache.maven.cli.internal.extension.model
-
Extensions to load.
- CoreExtensions() - Constructor for class org.apache.maven.cli.internal.extension.model.CoreExtensions
- CoreExtensionsXpp3Reader - Class in org.apache.maven.cli.internal.extension.model.io.xpp3
-
Class CoreExtensionsXpp3Reader.
- CoreExtensionsXpp3Reader() - Constructor for class org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Reader
- CoreExtensionsXpp3Reader(CoreExtensionsXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Reader
- CoreExtensionsXpp3Reader.ContentTransformer - Interface in org.apache.maven.cli.internal.extension.model.io.xpp3
- CoreExtensionsXpp3Writer - Class in org.apache.maven.cli.internal.extension.model.io.xpp3
-
Class CoreExtensionsXpp3Writer.
- CoreExtensionsXpp3Writer() - Constructor for class org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Writer
- couldHoldIncluded(String) - Method in class org.codehaus.plexus.util.AbstractScanner
-
Tests whether or not a name matches the start of at least one include pattern.
- countMatches(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
How many times is the substring in the larger String.
- create(ArtifactCoordinateFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
-
Creates a coordinate.
- create(ArtifactCoordinateFactoryRequest) - Method in class org.apache.maven.internal.impl.DefaultArtifactCoordinateFactory
- create(ArtifactFactoryRequest) - Method in interface org.apache.maven.api.services.ArtifactFactory
-
Creates an artifact.
- create(ArtifactFactoryRequest) - Method in class org.apache.maven.internal.impl.DefaultArtifactFactory
- create(DependencyCoordinateFactoryRequest) - Method in interface org.apache.maven.api.services.DependencyCoordinateFactory
-
Creates a new
DependencyCoordinate
object from the request. - create(DependencyCoordinateFactoryRequest) - Method in class org.apache.maven.internal.impl.DefaultDependencyCoordinateFactory
- create(Session, String, String, String, String) - Method in interface org.apache.maven.api.services.ArtifactCoordinateFactory
- 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.ArtifactCoordinateFactory
- 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.ArtifactCoordinateFactory
- 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
- createArg() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Creates an argument object.
- createArg(boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
- createArgument() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Deprecated.Use
Commandline.createArg()
instead - createArgument(boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Deprecated.Use
Commandline.createArg(boolean)
instead - createArtifact(String, String, String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
- createArtifact(String, String, String, String) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(ArtifactFactory.class).create(...)
- createArtifact(String, String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createArtifact(String, String, String, String) - Method in interface org.apache.maven.repository.RepositorySystem
- createArtifact(String, String, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createArtifact(String, String, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createArtifact(String, String, String, String, String) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createArtifact(String, String, String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createArtifact(String, String, String, String, String) - Method in interface org.apache.maven.repository.RepositorySystem
- createArtifact(String, String, 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 class org.apache.maven.internal.impl.AbstractSession
-
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) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(CoordinateFactory.class).create(...)
- createArtifactCoordinate(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, String, String) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(CoordinateFactory.class).create(...)
- createArtifactCoordinate(Artifact) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactFactory.class).create(...)
- createArtifactCoordinate(Artifact) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(CoordinateFactory.class).create(...)
- createArtifactRepositories(List<Repository>, List<ArtifactRepository>, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuildingHelper
- createArtifactRepositories(List<Repository>, List<ArtifactRepository>, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuildingHelper
-
Creates the effective artifact repositories from the specified POM repositories.
- createArtifactRepository(String, String, String, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in interface org.apache.maven.artifact.repository.ArtifactRepositoryFactory
- createArtifactRepository(String, String, String, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
- createArtifactRepository(String, String, String, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createArtifactRepository(String, String, String, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in interface org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory
- createArtifactRepository(String, String, String, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in interface org.apache.maven.artifact.repository.ArtifactRepositoryFactory
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Static method in class org.apache.maven.bridge.MavenRepositorySystem
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in interface org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in class org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory
- createArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Method in interface org.apache.maven.repository.RepositorySystem
- createArtifacts(ArtifactFactory, String, ArtifactFilter) - Method in class org.apache.maven.project.MavenProject
-
Deprecated.
- createArtifacts(ArtifactFactory, List<Dependency>, String, ArtifactFilter, MavenProject) - Static method in class org.apache.maven.project.artifact.MavenMetadataSource
-
Deprecated.
- createArtifacts(MavenProject) - Method in class org.apache.maven.lifecycle.internal.DefaultProjectArtifactFactory
- createArtifacts(MavenProject) - Method in interface org.apache.maven.lifecycle.internal.ProjectArtifactFactory
- createArtifactWithClassifier(String, String, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createArtifactWithClassifier(String, String, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createArtifactWithClassifier(String, String, String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createArtifactWithClassifier(String, String, String, String, String) - Method in interface org.apache.maven.repository.RepositorySystem
- createBuildArtifact(String, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createBuildArtifact(String, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createCache(RepositorySystemSession) - Method in class org.apache.maven.repository.internal.DefaultModelCacheFactory
- createCache(RepositorySystemSession) - Method in interface org.apache.maven.repository.internal.ModelCacheFactory
- createDefaultLocalRepository() - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createDefaultLocalRepository() - Method in interface org.apache.maven.repository.RepositorySystem
- createDefaultRemoteRepository() - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createDefaultRemoteRepository() - Method in interface org.apache.maven.repository.RepositorySystem
- createDefaultRemoteRepository(MavenExecutionRequest) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createDefaultToolchain() - Method in class org.apache.maven.toolchain.java.JavaToolchainFactory
- createDefaultToolchain() - Method in interface org.apache.maven.toolchain.ToolchainFactory
-
Returns the default instance of the particular type of toolchain, can return
null
if not applicable. - createDependencyArtifact(String, String, VersionRange, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createDependencyArtifact(String, String, VersionRange, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createDependencyArtifact(String, String, VersionRange, String, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createDependencyArtifact(String, String, VersionRange, String, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createDependencyArtifact(String, String, VersionRange, String, String, String, String, boolean) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createDependencyArtifact(String, String, VersionRange, String, String, String, String, boolean) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createDependencyArtifact(Dependency) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createDependencyArtifact(Dependency) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createDependencyArtifact(Dependency) - Method in interface org.apache.maven.repository.RepositorySystem
- createDependencyCoordinate(ArtifactCoordinate) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(DependencyFactory.class).create(...)
- createDependencyCoordinate(ArtifactCoordinate) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(DependencyFactory.class).create(...)
- createDependencyCoordinate(Dependency) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(DependencyFactory.class).create(...)
- createDeploymentArtifactRepository(String, String, String, boolean) - Method in interface org.apache.maven.artifact.repository.ArtifactRepositoryFactory
-
Deprecated.
- createDeploymentArtifactRepository(String, String, String, boolean) - Method in class org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
- createDeploymentArtifactRepository(String, String, String, boolean) - Method in interface org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory
-
Deprecated.
- createDeploymentArtifactRepository(String, String, String, boolean) - Method in class org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory
- createDeploymentArtifactRepository(String, String, ArtifactRepositoryLayout, boolean) - Method in interface org.apache.maven.artifact.repository.ArtifactRepositoryFactory
- createDeploymentArtifactRepository(String, String, ArtifactRepositoryLayout, boolean) - Method in class org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
- createDeploymentArtifactRepository(String, String, ArtifactRepositoryLayout, boolean) - Method in interface org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory
- createDeploymentArtifactRepository(String, String, ArtifactRepositoryLayout, boolean) - Method in class org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory
- createExactMatcher(String) - Static method in class org.apache.maven.toolchain.RequirementMatcherFactory
- createExecutionPlanItems(MavenProject, List<MojoExecution>) - Static method in class org.apache.maven.lifecycle.internal.ExecutionPlanItem
- createExtensionArtifact(String, String, String) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createExtensionArtifact(String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createExtensionArtifact(String, String, VersionRange) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createExtensionArtifact(String, String, VersionRange) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createExtensionRealm(Plugin, List<Artifact>) - Method in interface org.apache.maven.classrealm.ClassRealmManager
-
Creates a new class realm for the specified build extension.
- createExtensionRealm(Plugin, List<Artifact>) - Method in class org.apache.maven.classrealm.DefaultClassRealmManager
- createFromVersion(String) - Static method in class org.apache.maven.artifact.versioning.VersionRange
- createFromVersionSpec(String) - Static method in class org.apache.maven.artifact.versioning.VersionRange
-
Create a version range from a string representation
- createInterpolator() - Method in class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
-
Deprecated.
- createInterpolator() - Method in class org.apache.maven.project.interpolation.RegexBasedModelInterpolator
-
Deprecated.
- createInterpolator() - Method in class org.apache.maven.project.interpolation.StringSearchModelInterpolator
-
Deprecated.
- createKey(List<? extends ClassRealm>) - Method in class org.apache.maven.project.DefaultProjectRealmCache
- createKey(List<? extends ClassRealm>) - Method in interface org.apache.maven.project.ProjectRealmCache
- createKey(List<Artifact>) - Method in class org.apache.maven.plugin.DefaultExtensionRealmCache
- createKey(List<Artifact>) - Method in interface org.apache.maven.plugin.ExtensionRealmCache
- createKey(Plugin, ClassLoader, Map<String, ClassLoader>, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Method in class org.apache.maven.plugin.DefaultPluginRealmCache
- createKey(Plugin, ClassLoader, Map<String, ClassLoader>, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Method in interface org.apache.maven.plugin.PluginRealmCache
- createKey(Plugin, List<RemoteRepository>, RepositorySystemSession) - Method in class org.apache.maven.plugin.DefaultPluginDescriptorCache
- createKey(Plugin, List<RemoteRepository>, RepositorySystemSession) - Method in interface org.apache.maven.plugin.PluginDescriptorCache
- createKey(Plugin, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Method in class org.apache.maven.plugin.DefaultPluginArtifactsCache
- createKey(Plugin, DependencyFilter, List<RemoteRepository>, RepositorySystemSession) - Method in interface org.apache.maven.plugin.PluginArtifactsCache
- createKey(MavenProject, Collection<String>, Collection<String>, boolean, RepositorySystemSession) - Method in class org.apache.maven.project.artifact.DefaultProjectArtifactsCache
- createKey(MavenProject, Collection<String>, Collection<String>, boolean, RepositorySystemSession) - Method in interface org.apache.maven.project.artifact.ProjectArtifactsCache
- createLocal(Path) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createLocal(Path) - Method in class org.apache.maven.internal.impl.DefaultRepositoryFactory
- createLocalRepository(File) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createLocalRepository(File) - Method in interface org.apache.maven.repository.RepositorySystem
- createLocalRepository(String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createLocalRepository(Path) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createLocal(...)
- createLocalRepository(Path) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createLocal(...)
- createLocalRepository(MavenExecutionRequest, File) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createMarker() - Method in class org.codehaus.plexus.util.cli.Commandline
-
This marker can be used to locate a position on the commandline - to insert something for example - when all parameters have been set.
- createMetadata(Artifact, Versioning) - Static method in class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
- createModelProcessor(PlexusContainer) - Method in class org.apache.maven.cli.MavenCli
- createParentArtifact(String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createParentArtifact(String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createParentArtifact(String, String, String) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createParentArtifact(String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createPluginArtifact(String, String, VersionRange) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createPluginArtifact(String, String, VersionRange) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createPluginArtifact(Plugin) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createPluginArtifact(Plugin) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createPluginArtifact(Plugin) - Method in interface org.apache.maven.repository.RepositorySystem
- createPluginRealm(Plugin, ClassLoader, List<String>, Map<String, ClassLoader>, List<Artifact>) - Method in interface org.apache.maven.classrealm.ClassRealmManager
-
Creates a new class realm for the specified plugin.
- createPluginRealm(Plugin, ClassLoader, List<String>, Map<String, ClassLoader>, List<Artifact>) - Method in class org.apache.maven.classrealm.DefaultClassRealmManager
- createPostProcessors(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- createPostProcessors(Model, File, ProjectBuilderConfiguration) - Method in class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
-
Deprecated.
- createProjectArtifact(String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createProjectArtifact(String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createProjectArtifact(String, String, String) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createProjectArtifact(String, String, String) - Method in class org.apache.maven.repository.legacy.LegacyRepositorySystem
- createProjectArtifact(String, String, String) - Method in interface org.apache.maven.repository.RepositorySystem
- createProjectArtifact(String, String, String, String) - Method in interface org.apache.maven.artifact.factory.ArtifactFactory
-
Deprecated.
- createProjectArtifact(String, String, String, String) - Method in class org.apache.maven.artifact.factory.DefaultArtifactFactory
- createProjectRealm(Model, List<Artifact>) - Method in interface org.apache.maven.classrealm.ClassRealmManager
-
Creates a new class realm for the specified project and its build extensions.
- createProjectRealm(Model, List<Artifact>) - Method in class org.apache.maven.classrealm.DefaultClassRealmManager
- createProjectRealm(MavenProject, Model, ProjectBuildingRequest) - Method in class org.apache.maven.project.DefaultProjectBuildingHelper
- createProjectRealm(MavenProject, Model, ProjectBuildingRequest) - Method in interface org.apache.maven.project.ProjectBuildingHelper
-
Creates the project realm that hosts the build extensions of the specified model.
- createRecursionInterceptor() - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- createRemote(String, String) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createRemote(String, String) - Method in class org.apache.maven.internal.impl.DefaultRepositoryFactory
- createRemote(Repository) - Method in interface org.apache.maven.api.services.RepositoryFactory
- createRemote(Repository) - Method in class org.apache.maven.internal.impl.DefaultRepositoryFactory
- createRemoteRepository(String, String) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
- createRemoteRepository(String, String) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
- createRemoteRepository(Repository) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
- createRemoteRepository(Repository) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...)
- createRepository(String, String, boolean, String, boolean, String, String) - Method in class org.apache.maven.bridge.MavenRepositorySystem
- createSymbolicLink(File, File) - Static method in class org.codehaus.plexus.util.NioFiles
- createTempFile(String, String, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Create a temporary file in a given directory.
- createToolchain(ToolchainModel) - Method in class org.apache.maven.toolchain.java.JavaToolchainFactory
- createToolchain(ToolchainModel) - Method in interface org.apache.maven.toolchain.ToolchainFactory
-
Create instance of toolchain.
- createValueSources(Model, File, ModelBuildingRequest) - Method in class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
- createValueSources(Model, File, ProjectBuilderConfiguration) - Method in class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
-
Deprecated.
- createVersioning(Snapshot) - Static method in class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
- createVersionMatcher(String) - Static method in class org.apache.maven.toolchain.RequirementMatcherFactory
- CumulativeScopeArtifactFilter - Class in org.apache.maven.artifact.resolver.filter
-
Filter to only retain objects in the given scope or better.
- CumulativeScopeArtifactFilter(Collection<String>) - Constructor for class org.apache.maven.artifact.resolver.filter.CumulativeScopeArtifactFilter
-
Create a new filter with the specified scopes and their implied scopes enabled.
- CumulativeScopeArtifactFilter(CumulativeScopeArtifactFilter...) - Constructor for class org.apache.maven.artifact.resolver.filter.CumulativeScopeArtifactFilter
-
Creates a new filter that combines the specified filters.
- current - Variable in class org.apache.maven.model.transform.pull.BufferingParser
- currentLogLevel - Variable in class org.slf4j.impl.SimpleLogger
-
The current log level
- customizeContainer(PlexusContainer) - Method in class org.apache.maven.cli.MavenCli
- customPhase() - Element in annotation type org.apache.maven.api.plugin.annotations.Execute
-
Custom lifecycle phase to fork.
- CycleDetectedException - Exception in org.codehaus.plexus.util.dag
- CycleDetectedException(String, List<String>) - Constructor for exception org.codehaus.plexus.util.dag.CycleDetectedException
- CycleDetectedInPluginGraphException - Exception in org.apache.maven.plugin
-
Exception occurring trying to resolve a plugin.
- CycleDetectedInPluginGraphException(Plugin, CycleDetectedInComponentGraphException) - Constructor for exception org.apache.maven.plugin.CycleDetectedInPluginGraphException
- CycleDetector - Class in org.codehaus.plexus.util.dag
- CycleDetector() - Constructor for class org.codehaus.plexus.util.dag.CycleDetector
- cycleToString() - Method in exception org.codehaus.plexus.util.dag.CycleDetectedException
- CyclicDependencyException - Exception in org.apache.maven.artifact.resolver
-
Indicates a cycle in the dependency graph.
- CyclicDependencyException(String, Artifact) - Constructor for exception org.apache.maven.artifact.resolver.CyclicDependencyException
D
- DAG - Class in org.codehaus.plexus.util.dag
-
DAG = Directed Acyclic Graph
- DAG() - Constructor for class org.codehaus.plexus.util.dag.DAG
- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- deactivateOptionalProfile(String) - Method in class org.apache.maven.execution.ProfileActivation
-
Mark a profile as optional and deactivated.
- deactivateOptionalProject(String) - Method in class org.apache.maven.execution.ProjectActivation
-
Mark a project as optional and deactivated.
- deactivateRequiredProfile(String) - Method in class org.apache.maven.execution.ProfileActivation
-
Mark a profile as required and deactivated.
- deactivateRequiredProject(String) - Method in class org.apache.maven.execution.ProjectActivation
-
Mark a project as required and deactivated.
- debug(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Send a message to the user in the debug error level.
- debug(CharSequence) - Method in class org.apache.maven.internal.impl.DefaultLog
- debug(CharSequence) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- debug(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send a message to the user in the debug error level.
- debug(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- debug(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled. - debug(CharSequence, Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- debug(CharSequence, Throwable) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- debug(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled. - debug(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- debug(String) - Method in class org.apache.maven.cli.logging.Slf4jLogger
- debug(String) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(String) - Method in class org.apache.maven.lifecycle.internal.LifecycleDebugLogger
- debug(String) - Method in class org.apache.maven.repository.legacy.TransferListenerAdapter
- debug(String) - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
- debug(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level DEBUG according to the format outlined above.
- debug(String, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Object...) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Object, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jLogger
- debug(String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level DEBUG, including an exception.
- debug(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled. - debug(Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- debug(Throwable) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled. - debug(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- debug(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- debug(Supplier<String>) - Method in class org.apache.maven.internal.impl.DefaultLog
- debug(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- debug(Supplier<String>, Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- debug(Marker, String) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(Marker, String, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(Marker, String, Object...) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(Marker, String, Object, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- debug(Marker, String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- DEBUG - Enum constant in enum org.apache.maven.cli.logging.Slf4jConfiguration.Level
- DEBUG - Static variable in class org.apache.maven.cli.CLIManager
-
Deprecated.
- DebugConfigurationListener - Class in org.apache.maven.plugin
-
Deprecated.
- DebugConfigurationListener(Logger) - Constructor for class org.apache.maven.plugin.DebugConfigurationListener
-
Deprecated.Use
DebugConfigurationListener(Logger)
instead. - DebugConfigurationListener(Logger) - Constructor for class org.apache.maven.plugin.DebugConfigurationListener
-
Deprecated.
- debugProjectPlan(MavenProject, MavenExecutionPlan) - Method in class org.apache.maven.lifecycle.internal.LifecycleDebugLogger
- debugReactorPlan(ProjectBuildList) - Method in class org.apache.maven.lifecycle.internal.LifecycleDebugLogger
- DebugResolutionListener - Class in org.apache.maven.artifact.resolver
-
Send resolution events to the debug log.
- DebugResolutionListener(Logger) - Constructor for class org.apache.maven.artifact.resolver.DebugResolutionListener
- decode(byte[]) - Method in class org.codehaus.plexus.util.Base64
-
Decodes a byte[] containing containing characters in the Base64 alphabet.
- decodeBase64(byte[]) - Static method in class org.codehaus.plexus.util.Base64
-
Decodes Base64 data into octects
- decorate(MavenProject, RepositorySystemSession) - Method in interface org.apache.maven.project.RepositorySessionDecorator
-
Returns possibly
null
Aether repository system session to be used to resolve project dependencies. - decrypt(SettingsDecryptionRequest) - Method in class org.apache.maven.settings.crypto.DefaultSettingsDecrypter
- decrypt(SettingsDecryptionRequest) - Method in interface org.apache.maven.settings.crypto.SettingsDecrypter
-
Decrypts passwords in the settings.
- DEFAULT_BUILD_TIME_ZONE - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- DEFAULT_BUILD_TIMESTAMP_FORMAT - Static variable in class org.apache.maven.model.interpolation.MavenBuildTimestamp
- DEFAULT_BUILD_TIMESTAMP_FORMAT - Static variable in interface org.apache.maven.project.interpolation.ModelInterpolator
-
Deprecated.
- DEFAULT_CHECKSUM_POLICY - Static variable in class org.apache.maven.artifact.repository.ArtifactRepositoryPolicy
- 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_CHILDREN_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
-
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_CHILDREN_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
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_COLUMN_LINE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
-
The default column before line wrapping i.e.
- DEFAULT_EDGES - Static variable in class org.apache.maven.repository.metadata.MetadataGraph
- DEFAULT_END_DELIM - Static variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
- DEFAULT_ESCAPE_SEQ - Static variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
- DEFAULT_EXECUTION_ID - Static variable in class org.apache.maven.api.model.PluginExecution
- DEFAULT_EXECUTION_ID - Static variable in class org.apache.maven.model.PluginExecution
- DEFAULT_GLOBAL_SETTINGS_FILE - Static variable in class org.apache.maven.cli.configuration.SettingsXmlConfigurationProcessor
- DEFAULT_GLOBAL_TOOLCHAINS_FILE - Static variable in class org.apache.maven.cli.MavenCli
- DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
-
The default line indenter size i.e.
- DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
-
The default line indenter size i.e.
- DEFAULT_LAYOUT_ID - Static variable in interface org.apache.maven.artifact.repository.ArtifactRepositoryFactory
- DEFAULT_LAYOUT_ID - Static variable in interface org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory
- DEFAULT_LINE_SEPARATOR - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
-
The default line separator ("\n" on UNIX)
- DEFAULT_LOCAL_REPO_ID - Static variable in interface org.apache.maven.repository.RepositorySystem
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- DEFAULT_REMOTE_REPO_ID - Static variable in interface org.apache.maven.repository.RepositorySystem
- DEFAULT_REMOTE_REPO_URL - Static variable in interface org.apache.maven.repository.RepositorySystem
- DEFAULT_SCOPE - Static variable in enum org.apache.maven.artifact.ArtifactScopeEnum
- 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.
- DEFAULT_SELF_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
-
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.
- DEFAULT_SELF_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
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.
- DEFAULT_START_DELIM - Static variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
- DEFAULT_TYPE - Static variable in class org.apache.maven.repository.MavenArtifactMetadata
- DEFAULT_USER_SETTINGS_FILE - Static variable in class org.apache.maven.cli.configuration.SettingsXmlConfigurationProcessor
- DEFAULT_USER_TOOLCHAINS_FILE - Static variable in class org.apache.maven.cli.MavenCli
- DEFAULT_VERTICES - Static variable in class org.apache.maven.repository.metadata.MetadataGraph
- DefaultArtifact - Class in org.apache.maven.artifact
- DefaultArtifact - Class in org.apache.maven.internal.impl
-
A wrapper class around a maven resolver artifact.
- DefaultArtifact(String, String, String, String, String, String, ArtifactHandler) - Constructor for class org.apache.maven.artifact.DefaultArtifact
- DefaultArtifact(String, String, VersionRange, String, String, String, ArtifactHandler) - Constructor for class org.apache.maven.artifact.DefaultArtifact
- DefaultArtifact(String, String, VersionRange, String, String, String, ArtifactHandler, boolean) - Constructor for class org.apache.maven.artifact.DefaultArtifact
- DefaultArtifact(AbstractSession, Artifact) - Constructor for class org.apache.maven.internal.impl.DefaultArtifact
- DefaultArtifactCollector - Class in org.apache.maven.artifact.resolver
-
Deprecated.
- DefaultArtifactCollector() - Constructor for class org.apache.maven.artifact.resolver.DefaultArtifactCollector
-
Deprecated.
- DefaultArtifactCoordinate - Class in org.apache.maven.internal.impl
-
A wrapper class around a maven resolver artifact.
- DefaultArtifactCoordinate(AbstractSession, Artifact) - Constructor for class org.apache.maven.internal.impl.DefaultArtifactCoordinate
- DefaultArtifactCoordinateFactory - Class in org.apache.maven.internal.impl
- DefaultArtifactCoordinateFactory() - Constructor for class org.apache.maven.internal.impl.DefaultArtifactCoordinateFactory
- DefaultArtifactDeployer - Class in org.apache.maven.artifact.deployer
-
DefaultArtifactDeployer
- DefaultArtifactDeployer - Class in org.apache.maven.internal.impl
-
Implementation of
ArtifactDeployer
service. - DefaultArtifactDeployer() - Constructor for class org.apache.maven.artifact.deployer.DefaultArtifactDeployer
- DefaultArtifactDescriptorReader - Class in org.apache.maven.repository.internal
- DefaultArtifactDescriptorReader(RemoteRepositoryManager, VersionResolver, VersionRangeResolver, ArtifactResolver, ModelBuilder, RepositoryEventDispatcher, ModelCacheFactory) - Constructor for class org.apache.maven.repository.internal.DefaultArtifactDescriptorReader
- DefaultArtifactFactory - Class in org.apache.maven.artifact.factory
-
DefaultArtifactFactory
- DefaultArtifactFactory - Class in org.apache.maven.internal.impl
- DefaultArtifactFactory() - Constructor for class org.apache.maven.internal.impl.DefaultArtifactFactory
- DefaultArtifactFactory(ArtifactHandlerManager) - Constructor for class org.apache.maven.artifact.factory.DefaultArtifactFactory
- DefaultArtifactFilterManager - Class in org.apache.maven
- DefaultArtifactFilterManager(List<ArtifactFilterManagerDelegate>, CoreExports) - Constructor for class org.apache.maven.DefaultArtifactFilterManager
- DefaultArtifactHandler - Class in org.apache.maven.artifact.handler
- DefaultArtifactHandler() - Constructor for class org.apache.maven.artifact.handler.DefaultArtifactHandler
-
Deprecated.This ctor is present only for Plexus XML defined component compatibility, do not use it.
- DefaultArtifactHandler(String) - Constructor for class org.apache.maven.artifact.handler.DefaultArtifactHandler
- DefaultArtifactHandler(String, String, String, String, String, boolean, String, boolean) - Constructor for class org.apache.maven.artifact.handler.DefaultArtifactHandler
- DefaultArtifactHandlerManager - Class in org.apache.maven.artifact.handler.manager
- DefaultArtifactHandlerManager(Map<String, ArtifactHandler>) - Constructor for class org.apache.maven.artifact.handler.manager.DefaultArtifactHandlerManager
- DefaultArtifactInstaller - Class in org.apache.maven.artifact.installer
- DefaultArtifactInstaller - Class in org.apache.maven.internal.impl
- DefaultArtifactInstaller() - Constructor for class org.apache.maven.artifact.installer.DefaultArtifactInstaller
- DefaultArtifactManager - Class in org.apache.maven.internal.impl
- DefaultArtifactManager(DefaultSession) - Constructor for class org.apache.maven.internal.impl.DefaultArtifactManager
- DefaultArtifactRepository - Class in org.apache.maven.artifact.repository
-
Deprecated.
- DefaultArtifactRepository(String, String, ArtifactRepositoryLayout) - Constructor for class org.apache.maven.artifact.repository.DefaultArtifactRepository
-
Deprecated.Create a local repository or a test repository.
- DefaultArtifactRepository(String, String, ArtifactRepositoryLayout, boolean) - Constructor for class org.apache.maven.artifact.repository.DefaultArtifactRepository
-
Deprecated.Create a remote deployment repository.
- DefaultArtifactRepository(String, String, ArtifactRepositoryLayout, ArtifactRepositoryPolicy, ArtifactRepositoryPolicy) - Constructor for class org.apache.maven.artifact.repository.DefaultArtifactRepository
-
Deprecated.Create a remote download repository.
- DefaultArtifactRepositoryFactory - Class in org.apache.maven.artifact.repository
- DefaultArtifactRepositoryFactory - Class in org.apache.maven.repository.legacy.repository
- DefaultArtifactRepositoryFactory() - Constructor for class org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
- DefaultArtifactRepositoryFactory() - Constructor for class org.apache.maven.repository.legacy.repository.DefaultArtifactRepositoryFactory
- DefaultArtifactResolver - Class in org.apache.maven.artifact.resolver
- DefaultArtifactResolver - Class in org.apache.maven.internal.impl
- DefaultArtifactResolver() - Constructor for class org.apache.maven.artifact.resolver.DefaultArtifactResolver
- DefaultArtifactTransformationManager - Class in org.apache.maven.repository.legacy.resolver.transform
- DefaultArtifactTransformationManager() - Constructor for class org.apache.maven.repository.legacy.resolver.transform.DefaultArtifactTransformationManager
- DefaultArtifactVersion - Class in org.apache.maven.artifact.versioning
-
Default implementation of artifact versioning.
- DefaultArtifactVersion(String) - Constructor for class org.apache.maven.artifact.versioning.DefaultArtifactVersion
- DefaultBeanConfigurationRequest - Class in org.apache.maven.configuration
-
A basic bean configuration request.
- DefaultBeanConfigurationRequest() - Constructor for class org.apache.maven.configuration.DefaultBeanConfigurationRequest
- DefaultBeanConfigurator - Class in org.apache.maven.configuration.internal
-
Warning: This is an internal class that is only public for technical reasons, it is not part of the public API.
- DefaultBeanConfigurator() - Constructor for class org.apache.maven.configuration.internal.DefaultBeanConfigurator
- DefaultBuildPluginManager - Class in org.apache.maven.plugin
-
DefaultBuildPluginManager
- DefaultBuildPluginManager(MavenPluginManager, LegacySupport, MojoExecutionScope, List<MojoExecutionListener>) - Constructor for class org.apache.maven.plugin.DefaultBuildPluginManager
- DefaultBuildPomXMLFilterFactory - Class in org.apache.maven.model.building
-
A BuildPomXMLFilterFactory which is context aware
- DefaultBuildPomXMLFilterFactory(TransformerContext, boolean) - Constructor for class org.apache.maven.model.building.DefaultBuildPomXMLFilterFactory
- DefaultBuildResumptionAnalyzer - Class in org.apache.maven.execution
-
Default implementation of
BuildResumptionAnalyzer
. - DefaultBuildResumptionAnalyzer() - Constructor for class org.apache.maven.execution.DefaultBuildResumptionAnalyzer
- DefaultBuildResumptionDataRepository - Class in org.apache.maven.execution
-
This implementation of
BuildResumptionDataRepository
persists information in a properties file. - DefaultBuildResumptionDataRepository() - Constructor for class org.apache.maven.execution.DefaultBuildResumptionDataRepository
- DefaultClasspathTransformation - Class in org.apache.maven.repository.metadata
-
default implementation of the metadata classpath transformer
- DefaultClasspathTransformation() - Constructor for class org.apache.maven.repository.metadata.DefaultClasspathTransformation
- DefaultClassRealmManager - Class in org.apache.maven.classrealm
-
Manages the class realms used by Maven.
- DefaultClassRealmManager(PlexusContainer, List<ClassRealmManagerDelegate>, CoreExports) - Constructor for class org.apache.maven.classrealm.DefaultClassRealmManager
- DefaultConflictResolver - Class in org.apache.maven.repository.legacy.resolver.conflict
-
Deprecated.As of 3.0, use a specific implementation instead, e.g.
NearestConflictResolver
- DefaultConflictResolver() - Constructor for class org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolver
-
Deprecated.
- DefaultConflictResolverFactory - Class in org.apache.maven.repository.legacy.resolver.conflict
-
A conflict resolver factory that obtains instances from a plexus container.
- DefaultConflictResolverFactory() - Constructor for class org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolverFactory
- DefaultConsumer - Class in org.codehaus.plexus.util.cli
- DefaultConsumer() - Constructor for class org.codehaus.plexus.util.cli.DefaultConsumer
- DefaultConsumerPomXMLFilterFactory - Class in org.apache.maven.xml.internal
-
The default implementation of the
RawToConsumerPomXMLFilterFactory
It will provide several values for the consumer pom based on its context. - DefaultConsumerPomXMLFilterFactory(DefaultBuildPomXMLFilterFactory) - Constructor for class org.apache.maven.xml.internal.DefaultConsumerPomXMLFilterFactory
- DefaultDependency - Class in org.apache.maven.internal.impl
- DefaultDependency(AbstractSession, Dependency) - Constructor for class org.apache.maven.internal.impl.DefaultDependency
- DefaultDependencyCollector - Class in org.apache.maven.internal.impl
- DefaultDependencyCoordinate - Class in org.apache.maven.internal.impl
- DefaultDependencyCoordinate(AbstractSession, Dependency) - Constructor for class org.apache.maven.internal.impl.DefaultDependencyCoordinate
- DefaultDependencyCoordinateFactory - Class in org.apache.maven.internal.impl
- DefaultDependencyCoordinateFactory() - Constructor for class org.apache.maven.internal.impl.DefaultDependencyCoordinateFactory
- DefaultDependencyManagementImporter - Class in org.apache.maven.model.composition
-
Handles the import of dependency management from other models into the target model.
- DefaultDependencyManagementImporter() - Constructor for class org.apache.maven.model.composition.DefaultDependencyManagementImporter
- DefaultDependencyManagementInjector - Class in org.apache.maven.model.management
-
Handles injection of dependency management into the model.
- DefaultDependencyManagementInjector() - Constructor for class org.apache.maven.model.management.DefaultDependencyManagementInjector
- DefaultDependencyManagementInjector.ManagementModelMerger - Class in org.apache.maven.model.management
-
ManagementModelMerger
- DefaultDependencyResolutionRequest - Class in org.apache.maven.project
- DefaultDependencyResolutionRequest() - Constructor for class org.apache.maven.project.DefaultDependencyResolutionRequest
- DefaultDependencyResolutionRequest(MavenProject, RepositorySystemSession) - Constructor for class org.apache.maven.project.DefaultDependencyResolutionRequest
- defaultEntityReplacementMap - Static variable in class org.codehaus.plexus.util.xml.pull.EntityReplacementMap
- DefaultEvent - Class in org.apache.maven.internal.impl
- DefaultEvent(AbstractSession, ExecutionEvent) - Constructor for class org.apache.maven.internal.impl.DefaultEvent
- DefaultEventSpyContext - Class in org.apache.maven.cli.event
-
DefaultEventSpyContext
- DefaultEventSpyContext() - Constructor for class org.apache.maven.cli.event.DefaultEventSpyContext
- DefaultExceptionHandler - Class in org.apache.maven.exception
-
Transform an exception into useful end-user message.
- DefaultExceptionHandler() - Constructor for class org.apache.maven.exception.DefaultExceptionHandler
- DEFAULTEXCLUDES - Static variable in class org.codehaus.plexus.util.AbstractScanner
-
Patterns which should be excluded by default, like SCM files Misc: **/*~, **/#*#, **/.#*, **/%*%, **/._* CVS: **/CVS, **/CVS/**, **/.cvsignore RCS: **/RCS, **/RCS/** SCCS: **/SCCS, **/SCCS/** VSSercer: **/vssver.scc MKS: **/project.pj SVN: **/.svn, **/.svn/** GNU: **/.arch-ids, **/.arch-ids/** Bazaar: **/.bzr, **/.bzr/** SurroundSCM: **/.MySCMServerInfo Mac: **/.DS_Store Serena Dimension: **/.metadata, **/.metadata/** Mercurial: **/.hg, **/.hg/** Git: **/.git, **/.git/** Bitkeeper: **/BitKeeper, **/BitKeeper/**, **/ChangeSet, **/ChangeSet/** Darcs: **/_darcs, **/_darcs/**, **/.darcsrepo, **/.darcsrepo/****/-darcs-backup*, **/.darcs-temp-mail
- DefaultExecutionEventCatapult - Class in org.apache.maven.lifecycle.internal
-
Assists in firing execution events.
- DefaultExecutionEventCatapult() - Constructor for class org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult
- DefaultExtensionRealmCache - Class in org.apache.maven.plugin
-
Default extension realm cache implementation.
- DefaultExtensionRealmCache() - Constructor for class org.apache.maven.plugin.DefaultExtensionRealmCache
- DefaultExtensionRealmCache.CacheKey - Class in org.apache.maven.plugin
-
CacheKey
- defaultGoal(String) - Method in class org.apache.maven.api.model.Build.Builder
- defaultGoal(String) - Method in class org.apache.maven.api.model.BuildBase.Builder
- DefaultGraphBuilder - Class in org.apache.maven.graph
-
Builds the
inter-dependencies graph
between projects in the reactor. - DefaultGraphBuilder() - Constructor for class org.apache.maven.graph.DefaultGraphBuilder
-
Deprecated.
- DefaultGraphBuilder(BuildResumptionDataRepository, PomlessCollectionStrategy, MultiModuleCollectionStrategy, RequestPomCollectionStrategy) - Constructor for class org.apache.maven.graph.DefaultGraphBuilder
- DefaultGraphConflictResolutionPolicy - Class in org.apache.maven.repository.metadata
- DefaultGraphConflictResolutionPolicy() - Constructor for class org.apache.maven.repository.metadata.DefaultGraphConflictResolutionPolicy
- DefaultGraphConflictResolver - Class in org.apache.maven.repository.metadata
-
Default conflict resolver.Implements closer newer first policy by default, but could be configured via plexus
- DefaultGraphConflictResolver() - Constructor for class org.apache.maven.repository.metadata.DefaultGraphConflictResolver
- DefaultInheritanceAssembler - Class in org.apache.maven.model.inheritance
-
Handles inheritance of model values.
- DefaultInheritanceAssembler() - Constructor for class org.apache.maven.model.inheritance.DefaultInheritanceAssembler
- DefaultInheritanceAssembler.InheritanceModelMerger - Class in org.apache.maven.model.inheritance
-
InheritanceModelMerger
- DefaultJavaToolChain - Class in org.apache.maven.toolchain.java
-
Deprecated.clients that do not require compatibility with Maven 3.2.3 and earlier should link to
JavaToolchainImpl
instead. - DefaultJavaToolChain(ToolchainModel, Logger) - Constructor for class org.apache.maven.toolchain.java.DefaultJavaToolChain
-
Deprecated.
- DefaultLegacyArtifactCollector - Class in org.apache.maven.repository.legacy.resolver
- DefaultLegacyArtifactCollector() - Constructor for class org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
- DefaultLegacySupport - Class in org.apache.maven.plugin.internal
-
Helps to provide backward-compatibility with plugins that use legacy components.
- DefaultLegacySupport() - Constructor for class org.apache.maven.plugin.internal.DefaultLegacySupport
- DEFAULTLIFECYCLEBINDINGS_MODELID - Static variable in class org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer
- DefaultLifecycleBindingsInjector - Class in org.apache.maven.model.plugin
-
Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
- DefaultLifecycleBindingsInjector(LifeCyclePluginAnalyzer) - Constructor for class org.apache.maven.model.plugin.DefaultLifecycleBindingsInjector
- DefaultLifecycleBindingsInjector.LifecycleBindingsMerger - Class in org.apache.maven.model.plugin
-
The domain-specific model merger for lifecycle bindings
- DefaultLifecycleExecutionPlanCalculator - Class in org.apache.maven.lifecycle.internal
-
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
- DefaultLifecycleExecutionPlanCalculator(BuildPluginManager, DefaultLifecycles, MojoDescriptorCreator, LifecyclePluginResolver) - Constructor for class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- DefaultLifecycleExecutionPlanCalculator(BuildPluginManager, DefaultLifecycles, MojoDescriptorCreator, LifecyclePluginResolver, LifecycleMappingDelegate, Map<String, LifecycleMappingDelegate>, Map<String, MojoExecutionConfigurator>) - Constructor for class org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator
- DefaultLifecycleExecutor - Class in org.apache.maven.lifecycle
-
A facade that provides lifecycle services to components outside maven core.
- DefaultLifecycleExecutor(LifeCyclePluginAnalyzer, DefaultLifecycles, LifecycleTaskSegmentCalculator, LifecycleExecutionPlanCalculator, MojoExecutor, LifecycleStarter, MojoDescriptorCreator) - Constructor for class org.apache.maven.lifecycle.DefaultLifecycleExecutor
- DefaultLifecycleMapping - Class in org.apache.maven.lifecycle.mapping
-
DefaultLifecycleMapping
- DefaultLifecycleMapping() - Constructor for class org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
-
Deprecated.Should not be used in Java code.
- DefaultLifecycleMapping(List<Lifecycle>) - Constructor for class org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
-
Ctor to be used in Java code/providers.
- DefaultLifecycleMappingDelegate - Class in org.apache.maven.lifecycle.internal
-
Lifecycle mapping delegate component interface.
- DefaultLifecycleMappingDelegate(BuildPluginManager) - Constructor for class org.apache.maven.lifecycle.internal.DefaultLifecycleMappingDelegate
- DefaultLifecyclePluginAnalyzer - Class in org.apache.maven.lifecycle.internal
-
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
- DefaultLifecyclePluginAnalyzer(PlexusContainer, DefaultLifecycles) - Constructor for class org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer
- DefaultLifecycleProvider - Class in org.apache.maven.lifecycle.providers
-
default
lifecycle provider. - DefaultLifecycleProvider() - Constructor for class org.apache.maven.lifecycle.providers.DefaultLifecycleProvider
- DefaultLifecycles - Class in org.apache.maven.lifecycle
- DefaultLifecycles() - Constructor for class org.apache.maven.lifecycle.DefaultLifecycles
- DefaultLifecycles(Map<String, Lifecycle>, Logger) - Constructor for class org.apache.maven.lifecycle.DefaultLifecycles
-
Deprecated.Rely on
DefaultLifecycles(PlexusContainer)
instead - DefaultLifecycles(PlexusContainer) - Constructor for class org.apache.maven.lifecycle.DefaultLifecycles
- DefaultLifecycleTaskSegmentCalculator - Class in org.apache.maven.lifecycle.internal
-
Calculates the task segments in the build
- DefaultLifecycleTaskSegmentCalculator(MojoDescriptorCreator, LifecyclePluginResolver) - Constructor for class org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator
- DefaultLocalRepository - Class in org.apache.maven.internal.impl
- DefaultLocalRepository(LocalRepository) - Constructor for class org.apache.maven.internal.impl.DefaultLocalRepository
- DefaultLocalRepositoryManager - Class in org.apache.maven.internal.impl
- DefaultLocalRepositoryManager() - Constructor for class org.apache.maven.internal.impl.DefaultLocalRepositoryManager
- DefaultLog - Class in org.apache.maven.internal.impl
- DefaultLog(Logger) - Constructor for class org.apache.maven.internal.impl.DefaultLog
- DefaultLookup - Class in org.apache.maven.internal.impl
- DefaultLookup(PlexusContainer) - Constructor for class org.apache.maven.internal.impl.DefaultLookup
- DefaultMaven - Class in org.apache.maven
- DefaultMaven(ProjectBuilder, LifecycleStarter, PlexusContainer, ExecutionEventCatapult, LegacySupport, SessionScope, DefaultRepositorySystemSessionFactory, GraphBuilder, BuildResumptionAnalyzer, BuildResumptionDataRepository, SuperPomProvider, DefaultSessionFactory) - Constructor for class org.apache.maven.DefaultMaven
- DefaultMavenExecutionRequest - Class in org.apache.maven.execution
- DefaultMavenExecutionRequest() - Constructor for class org.apache.maven.execution.DefaultMavenExecutionRequest
- DefaultMavenExecutionRequestPopulator - Class in org.apache.maven.execution
-
Assists in populating an execution request for invocation of Maven.
- DefaultMavenExecutionRequestPopulator(MavenRepositorySystem) - Constructor for class org.apache.maven.execution.DefaultMavenExecutionRequestPopulator
- DefaultMavenExecutionResult - Class in org.apache.maven.execution
- DefaultMavenExecutionResult() - Constructor for class org.apache.maven.execution.DefaultMavenExecutionResult
- DefaultMavenMetadataCache - Class in org.apache.maven.project.artifact
-
DefaultMavenMetadataCache
- DefaultMavenMetadataCache() - Constructor for class org.apache.maven.project.artifact.DefaultMavenMetadataCache
- DefaultMavenMetadataCache.CacheKey - Class in org.apache.maven.project.artifact
-
CacheKey
- DefaultMavenMetadataCache.CacheRecord - Class in org.apache.maven.project.artifact
-
CacheRecord
- DefaultMavenPluginManager - Class in org.apache.maven.plugin.internal
-
Provides basic services to manage Maven plugins and their mojos.
- DefaultMavenPluginManager(PlexusContainer, ClassRealmManager, PluginDescriptorCache, PluginRealmCache, PluginDependenciesResolver, RuntimeInformation, ExtensionRealmCache, PluginVersionResolver, PluginArtifactsCache, MavenPluginValidator, List<MavenPluginConfigurationValidator>, List<MavenPluginPrerequisitesChecker>) - Constructor for class org.apache.maven.plugin.internal.DefaultMavenPluginManager
- DefaultMavenProfilesBuilder - Class in org.apache.maven.profiles
-
Deprecated.
- DefaultMavenProfilesBuilder() - Constructor for class org.apache.maven.profiles.DefaultMavenProfilesBuilder
-
Deprecated.
- DefaultMavenProjectBuilder - Class in org.apache.maven.project
-
Deprecated.
- DefaultMavenProjectBuilder() - Constructor for class org.apache.maven.project.DefaultMavenProjectBuilder
-
Deprecated.
- DefaultMavenProjectHelper - Class in org.apache.maven.project
-
DefaultMavenProjectHelper
- DefaultMavenProjectHelper(ArtifactHandlerManager) - Constructor for class org.apache.maven.project.DefaultMavenProjectHelper
- DefaultMavenSettingsBuilder - Class in org.apache.maven.settings
- DefaultMavenSettingsBuilder(SettingsBuilder) - Constructor for class org.apache.maven.settings.DefaultMavenSettingsBuilder
- DefaultMessageBuilder - Class in org.apache.maven.internal.impl
- DefaultMessageBuilder(MessageBuilder) - Constructor for class org.apache.maven.internal.impl.DefaultMessageBuilder
- DefaultMessageBuilderFactory - Class in org.apache.maven.internal.impl
- DefaultMessageBuilderFactory() - Constructor for class org.apache.maven.internal.impl.DefaultMessageBuilderFactory
- DefaultMetadataReader - Class in org.apache.maven.artifact.repository.metadata.io
-
Handles deserialization of metadata from some kind of textual format like XML.
- DefaultMetadataReader() - Constructor for class org.apache.maven.artifact.repository.metadata.io.DefaultMetadataReader
- DefaultMetadataResolutionRequest - Class in org.apache.maven.repository.legacy.metadata
-
Forms a request to retrieve artifact metadata.
- DefaultMetadataResolutionRequest() - Constructor for class org.apache.maven.repository.legacy.metadata.DefaultMetadataResolutionRequest
- DefaultMetadataResolutionRequest(RepositoryRequest) - Constructor for class org.apache.maven.repository.legacy.metadata.DefaultMetadataResolutionRequest
- DefaultMetadataResolutionRequest(ArtifactResolutionRequest) - Constructor for class org.apache.maven.repository.legacy.metadata.DefaultMetadataResolutionRequest
- DefaultMetadataSource - Class in org.apache.maven.project.artifact
-
This realizes the metadata source via the default hint to provide backward-compat with Maven 2.x whose Plexus version registered component descriptors twice: once keyed by role+roleHint and once keyed by role only.
- DefaultMetadataSource(RepositoryMetadataManager, ArtifactFactory, ProjectBuilder, MavenMetadataCache, LegacySupport) - Constructor for class org.apache.maven.project.artifact.DefaultMetadataSource
- DefaultMirrorSelector - Class in org.apache.maven.repository
-
DefaultMirrorSelector
- DefaultMirrorSelector() - Constructor for class org.apache.maven.repository.DefaultMirrorSelector
- DefaultModelBuilder - Class in org.apache.maven.model.building
- DefaultModelBuilder(ModelProcessor, ModelValidator, ModelNormalizer, ModelInterpolator, ModelPathTranslator, ModelUrlNormalizer, SuperPomProvider, InheritanceAssembler, ProfileSelector, ProfileInjector, PluginManagementInjector, DependencyManagementInjector, DependencyManagementImporter, LifecycleBindingsInjector, PluginConfigurationExpander, ReportConfigurationExpander, ProfileActivationFilePathInterpolator, ModelVersionProcessor) - Constructor for class org.apache.maven.model.building.DefaultModelBuilder
- DefaultModelBuilderFactory - Class in org.apache.maven.model.building
-
A factory to create model builder instances when no dependency injection is available.
- DefaultModelBuilderFactory() - Constructor for class org.apache.maven.model.building.DefaultModelBuilderFactory
- DefaultModelBuildingListener - Class in org.apache.maven.project
-
Processes events from the model builder while building the effective model for a
MavenProject
instance. - DefaultModelBuildingListener(MavenProject, ProjectBuildingHelper, ProjectBuildingRequest) - Constructor for class org.apache.maven.project.DefaultModelBuildingListener
- DefaultModelBuildingRequest - Class in org.apache.maven.model.building
-
Collects settings that control building of effective models.
- DefaultModelBuildingRequest() - Constructor for class org.apache.maven.model.building.DefaultModelBuildingRequest
-
Creates an empty request.
- DefaultModelBuildingRequest(ModelBuildingRequest) - Constructor for class org.apache.maven.model.building.DefaultModelBuildingRequest
-
Creates a shallow copy of the specified request.
- DefaultModelCache - Class in org.apache.maven.repository.internal
-
A model builder cache backed by the repository system cache.
- DefaultModelCacheFactory - Class in org.apache.maven.repository.internal
-
Default implementation of
ModelCacheFactory
. - DefaultModelCacheFactory() - Constructor for class org.apache.maven.repository.internal.DefaultModelCacheFactory
- DefaultModelInheritanceAssembler - Class in org.apache.maven.project.inheritance
-
DefaultModelInheritanceAssembler
- DefaultModelInheritanceAssembler() - Constructor for class org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
- DefaultModelLocator - Class in org.apache.maven.model.locator
-
Locates a POM file within a project base directory.
- DefaultModelLocator() - Constructor for class org.apache.maven.model.locator.DefaultModelLocator
- DefaultModelNormalizer - Class in org.apache.maven.model.normalization
-
Handles normalization of a model.
- DefaultModelNormalizer() - Constructor for class org.apache.maven.model.normalization.DefaultModelNormalizer
- DefaultModelNormalizer.DuplicateMerger - Class in org.apache.maven.model.normalization
-
DuplicateMerger
- DefaultModelPathTranslator - Class in org.apache.maven.model.path
-
Resolves relative paths within a model against a specific base directory.
- DefaultModelPathTranslator(PathTranslator) - Constructor for class org.apache.maven.model.path.DefaultModelPathTranslator
- DefaultModelProblem - Class in org.apache.maven.model.building
-
Describes a problem that was encountered during model building.
- DefaultModelProblem(String, ModelProblem.Severity, ModelProblem.Version, String, int, int, String, Exception) - Constructor for class org.apache.maven.model.building.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProblem(String, ModelProblem.Severity, ModelProblem.Version, Model, int, int, Exception) - Constructor for class org.apache.maven.model.building.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProcessor - Class in org.apache.maven.model.building
-
Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.
- DefaultModelProcessor(ModelLocator, ModelReader) - Constructor for class org.apache.maven.model.building.DefaultModelProcessor
- DefaultModelReader - Class in org.apache.maven.model.io
-
Handles deserialization of a model from some kind of textual format like XML.
- DefaultModelReader(ModelSourceTransformer) - Constructor for class org.apache.maven.model.io.DefaultModelReader
- DefaultModelSourceTransformer - Class in org.apache.maven.model.building
-
Default ModelSourceTransformer, provides pomFile as inputStream and ignores the context
- DefaultModelSourceTransformer() - Constructor for class org.apache.maven.model.building.DefaultModelSourceTransformer
- DefaultModelUrlNormalizer - Class in org.apache.maven.model.path
-
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
- DefaultModelUrlNormalizer(UrlNormalizer) - Constructor for class org.apache.maven.model.path.DefaultModelUrlNormalizer
- DefaultModelValidator - Class in org.apache.maven.model.validation
- DefaultModelValidator - Class in org.apache.maven.project.validation
-
Deprecated.
- DefaultModelValidator() - Constructor for class org.apache.maven.project.validation.DefaultModelValidator
-
Deprecated.
- DefaultModelValidator(ModelVersionProcessor) - Constructor for class org.apache.maven.model.validation.DefaultModelValidator
- DefaultModelVersionProcessor - Class in org.apache.maven.model.interpolation
-
Maven default implementation of the
ModelVersionProcessor
to support CI Friendly Versions - DefaultModelVersionProcessor() - Constructor for class org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- DefaultModelWriter - Class in org.apache.maven.model.io
-
Handles serialization of a model into some kind of textual format like XML.
- DefaultModelWriter() - Constructor for class org.apache.maven.model.io.DefaultModelWriter
- DefaultModelXmlFactory - Class in org.apache.maven.internal.impl
- DefaultModelXmlFactory() - Constructor for class org.apache.maven.internal.impl.DefaultModelXmlFactory
- DefaultMojoExecution - Class in org.apache.maven.internal.impl
- DefaultMojoExecution(MojoExecution) - Constructor for class org.apache.maven.internal.impl.DefaultMojoExecution
- DefaultMojoExecutionConfigurator - Class in org.apache.maven.lifecycle.internal
- DefaultMojoExecutionConfigurator() - Constructor for class org.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
- DefaultMojosExecutionStrategy - Class in org.apache.maven.plugin
-
Default mojo execution strategy.
- DefaultMojosExecutionStrategy() - Constructor for class org.apache.maven.plugin.DefaultMojosExecutionStrategy
- DefaultNode - Class in org.apache.maven.internal.impl
- DefaultNode(AbstractSession, DependencyNode, boolean) - Constructor for class org.apache.maven.internal.impl.DefaultNode
- DefaultPathTranslator - Class in org.apache.maven.model.path
-
Resolves relative paths against a specific base directory.
- DefaultPathTranslator - Class in org.apache.maven.project.path
-
Deprecated.
- DefaultPathTranslator() - Constructor for class org.apache.maven.model.path.DefaultPathTranslator
- DefaultPathTranslator() - Constructor for class org.apache.maven.project.path.DefaultPathTranslator
-
Deprecated.
- defaultPhase() - Element in annotation type org.apache.maven.api.plugin.annotations.Mojo
-
default phase to bind your mojo.
- DefaultPluginArtifactsCache - Class in org.apache.maven.plugin
- DefaultPluginArtifactsCache() - Constructor for class org.apache.maven.plugin.DefaultPluginArtifactsCache
- DefaultPluginArtifactsCache.CacheKey - Class in org.apache.maven.plugin
-
CacheKey
- DefaultPluginConfigurationExpander - Class in org.apache.maven.model.plugin
-
Handles expansion of general build plugin configuration into individual executions.
- DefaultPluginConfigurationExpander() - Constructor for class org.apache.maven.model.plugin.DefaultPluginConfigurationExpander
- DefaultPluginDependenciesResolver - Class in org.apache.maven.plugin.internal
-
Assists in resolving the dependencies of a plugin.
- DefaultPluginDependenciesResolver(RepositorySystem) - Constructor for class org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver
- DefaultPluginDescriptorCache - Class in org.apache.maven.plugin
-
Caches raw plugin descriptors.
- DefaultPluginDescriptorCache() - Constructor for class org.apache.maven.plugin.DefaultPluginDescriptorCache
- DefaultPluginManagementInjector - Class in org.apache.maven.model.management
-
Handles injection of plugin management into the model.
- DefaultPluginManagementInjector() - Constructor for class org.apache.maven.model.management.DefaultPluginManagementInjector
- DefaultPluginManagementInjector.ManagementModelMerger - Class in org.apache.maven.model.management
-
ManagementModelMerger
- DefaultPluginManager - Class in org.apache.maven.plugin.internal
- DefaultPluginManager(PlexusContainer, MavenPluginManager, PluginVersionResolver, PluginPrefixResolver, LegacySupport) - Constructor for class org.apache.maven.plugin.internal.DefaultPluginManager
- DefaultPluginPrefixRequest - Class in org.apache.maven.plugin.prefix
-
Collects settings required to resolve a plugin prefix.
- DefaultPluginPrefixRequest() - Constructor for class org.apache.maven.plugin.prefix.DefaultPluginPrefixRequest
-
Creates an empty request.
- DefaultPluginPrefixRequest(String, MavenSession) - Constructor for class org.apache.maven.plugin.prefix.DefaultPluginPrefixRequest
-
Creates a request for the specified plugin prefix and build session.
- DefaultPluginPrefixResolver - Class in org.apache.maven.plugin.prefix.internal
-
Resolves a plugin prefix.
- DefaultPluginPrefixResolver(BuildPluginManager, RepositorySystem, MetadataReader) - Constructor for class org.apache.maven.plugin.prefix.internal.DefaultPluginPrefixResolver
- DefaultPluginRealmCache - Class in org.apache.maven.plugin
-
Default PluginCache implementation.
- DefaultPluginRealmCache() - Constructor for class org.apache.maven.plugin.DefaultPluginRealmCache
- DefaultPluginRealmCache.CacheKey - Class in org.apache.maven.plugin
-
CacheKey
- DefaultPluginVersionRequest - Class in org.apache.maven.plugin.version
-
Collects settings required to resolve the version for a plugin.
- DefaultPluginVersionRequest() - Constructor for class org.apache.maven.plugin.version.DefaultPluginVersionRequest
-
Creates an empty request.
- DefaultPluginVersionRequest(Plugin, MavenSession) - Constructor for class org.apache.maven.plugin.version.DefaultPluginVersionRequest
-
Creates a request for the specified plugin by copying settings from the specified build session.
- DefaultPluginVersionRequest(Plugin, RepositorySystemSession, List<RemoteRepository>) - Constructor for class org.apache.maven.plugin.version.DefaultPluginVersionRequest
-
Creates a request for the specified plugin using the given repository session and plugin repositories.
- DefaultPluginVersionResolver - Class in org.apache.maven.plugin.version.internal
-
Resolves a version for a plugin.
- DefaultPluginVersionResolver(RepositorySystem, MetadataReader, MavenPluginManager, VersionScheme) - Constructor for class org.apache.maven.plugin.version.internal.DefaultPluginVersionResolver
- DefaultProfileActivationContext - Class in org.apache.maven.model.profile
-
Describes the environmental context used to determine the activation status of profiles.
- DefaultProfileActivationContext() - Constructor for class org.apache.maven.model.profile.DefaultProfileActivationContext
- DefaultProfileInjector - Class in org.apache.maven.model.profile
-
Handles profile injection into the model.
- DefaultProfileInjector() - Constructor for class org.apache.maven.model.profile.DefaultProfileInjector
- DefaultProfileInjector.ProfileModelMerger - Class in org.apache.maven.model.profile
-
ProfileModelMerger
- DefaultProfileManager - Class in org.apache.maven.profiles
-
Deprecated.
- DefaultProfileManager(PlexusContainer) - Constructor for class org.apache.maven.profiles.DefaultProfileManager
-
Deprecated.without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments.
- DefaultProfileManager(PlexusContainer, Properties) - Constructor for class org.apache.maven.profiles.DefaultProfileManager
-
Deprecated.the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
- DefaultProfileSelector - Class in org.apache.maven.model.profile
-
Calculates the active profiles among a given collection of profiles.
- DefaultProfileSelector() - Constructor for class org.apache.maven.model.profile.DefaultProfileSelector
- DefaultProfileSelector(List<ProfileActivator>) - Constructor for class org.apache.maven.model.profile.DefaultProfileSelector
- DefaultProject - Class in org.apache.maven.internal.impl
- DefaultProject(AbstractSession, MavenProject) - Constructor for class org.apache.maven.internal.impl.DefaultProject
- DefaultProjectArtifactFactory - Class in org.apache.maven.lifecycle.internal
-
Default component responsible for creation of MavenProject#dependencyArtifacts instances.
- DefaultProjectArtifactFactory(ArtifactFactory) - Constructor for class org.apache.maven.lifecycle.internal.DefaultProjectArtifactFactory
- DefaultProjectArtifactsCache - Class in org.apache.maven.project.artifact
- DefaultProjectArtifactsCache() - Constructor for class org.apache.maven.project.artifact.DefaultProjectArtifactsCache
- DefaultProjectArtifactsCache.CacheKey - Class in org.apache.maven.project.artifact
-
CacheKey
- DefaultProjectBuilder - Class in org.apache.maven.internal.impl
- DefaultProjectBuilder - Class in org.apache.maven.project
-
DefaultProjectBuilder
- DefaultProjectBuilder(ModelBuilder, ModelProcessor, ProjectBuildingHelper, MavenRepositorySystem, RepositorySystem, RemoteRepositoryManager, ProjectDependenciesResolver, ModelCacheFactory) - Constructor for class org.apache.maven.project.DefaultProjectBuilder
- DefaultProjectBuilder(ProjectBuilder) - Constructor for class org.apache.maven.internal.impl.DefaultProjectBuilder
- DefaultProjectBuilderConfiguration - Class in org.apache.maven.project
-
Deprecated.
- DefaultProjectBuilderConfiguration() - Constructor for class org.apache.maven.project.DefaultProjectBuilderConfiguration
-
Deprecated.
- DefaultProjectBuildingHelper - Class in org.apache.maven.project
-
Assists the project builder.
- DefaultProjectBuildingHelper(PlexusContainer, ClassRealmManager, ProjectRealmCache, RepositorySystem, MavenPluginManager) - Constructor for class org.apache.maven.project.DefaultProjectBuildingHelper
- DefaultProjectBuildingRequest - Class in org.apache.maven.project
-
DefaultProjectBuildingRequest
- DefaultProjectBuildingRequest() - Constructor for class org.apache.maven.project.DefaultProjectBuildingRequest
- DefaultProjectBuildingRequest(ProjectBuildingRequest) - Constructor for class org.apache.maven.project.DefaultProjectBuildingRequest
- DefaultProjectDependenciesResolver - Class in org.apache.maven
-
Deprecated.As of 3.2.2, and there is no direct replacement. This is an internal class which was not marked as such, but should have been.
- DefaultProjectDependenciesResolver - Class in org.apache.maven.project
- DefaultProjectDependenciesResolver(RepositorySystem, ResolutionErrorHandler) - Constructor for class org.apache.maven.DefaultProjectDependenciesResolver
-
Deprecated.
- DefaultProjectDependenciesResolver(RepositorySystem, List<RepositorySessionDecorator>) - Constructor for class org.apache.maven.project.DefaultProjectDependenciesResolver
- DefaultProjectDependencyGraph - Class in org.apache.maven.graph
-
Describes the interdependencies between projects in the reactor.
- DefaultProjectDependencyGraph(Collection<MavenProject>) - Constructor for class org.apache.maven.graph.DefaultProjectDependencyGraph
-
Creates a new project dependency graph based on the specified projects.
- DefaultProjectDependencyGraph(Collection<MavenProject>, Collection<MavenProject>) - Constructor for class org.apache.maven.graph.DefaultProjectDependencyGraph
-
Creates a new project dependency graph based on the specified projects.
- DefaultProjectDependencyGraph(List<MavenProject>, Collection<MavenProject>) - Constructor for class org.apache.maven.graph.DefaultProjectDependencyGraph
-
Deprecated.
- DefaultProjectManager - Class in org.apache.maven.internal.impl
- DefaultProjectManager(Session, ArtifactManager, PlexusContainer) - Constructor for class org.apache.maven.internal.impl.DefaultProjectManager
- DefaultProjectRealmCache - Class in org.apache.maven.project
-
Default project realm cache implementation.
- DefaultProjectRealmCache() - Constructor for class org.apache.maven.project.DefaultProjectRealmCache
- DefaultProjectRealmCache.CacheKey - Class in org.apache.maven.project
-
CacheKey
- DefaultProjectsSelector - Class in org.apache.maven.project.collector
-
Utility to select projects for a given set of pom.xml files.
- DefaultProjectsSelector(ProjectBuilder) - Constructor for class org.apache.maven.project.collector.DefaultProjectsSelector
- DefaultPrompter - Class in org.apache.maven.internal.impl
- DefaultPrompter(PlexusContainer) - Constructor for class org.apache.maven.internal.impl.DefaultPrompter
- DefaultRemoteRepository - Class in org.apache.maven.internal.impl
- DefaultRemoteRepository(RemoteRepository) - Constructor for class org.apache.maven.internal.impl.DefaultRemoteRepository
- DefaultReportConfigurationExpander - Class in org.apache.maven.model.plugin
-
Handles expansion of general report plugin configuration into individual report sets.
- DefaultReportConfigurationExpander() - Constructor for class org.apache.maven.model.plugin.DefaultReportConfigurationExpander
- DefaultReportingConverter - Class in org.apache.maven.model.plugin
-
Deprecated.since maven 4.0, this class is now a no-op class and is only here for compatibility
- DefaultReportingConverter() - Constructor for class org.apache.maven.model.plugin.DefaultReportingConverter
-
Deprecated.
- DefaultRepositoryFactory - Class in org.apache.maven.internal.impl
- DefaultRepositoryFactory(RepositorySystem) - Constructor for class org.apache.maven.internal.impl.DefaultRepositoryFactory
- DefaultRepositoryLayout - Class in org.apache.maven.artifact.repository.layout
- DefaultRepositoryLayout() - Constructor for class org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout
- DefaultRepositoryMetadataManager - Class in org.apache.maven.artifact.repository.metadata
- DefaultRepositoryMetadataManager() - Constructor for class org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager
- DefaultRepositoryRequest - Class in org.apache.maven.artifact.repository
-
Collects basic settings to access the repository system.
- DefaultRepositoryRequest() - Constructor for class org.apache.maven.artifact.repository.DefaultRepositoryRequest
-
Creates an empty repository request.
- DefaultRepositoryRequest(RepositoryRequest) - Constructor for class org.apache.maven.artifact.repository.DefaultRepositoryRequest
-
Creates a shallow copy of the specified repository request.
- DefaultRepositorySystemSessionFactory - Class in org.apache.maven.internal.aether
- DefaultRepositorySystemSessionFactory(ArtifactHandlerManager, RepositorySystem, LocalRepositoryManagerFactory, WorkspaceReader, SettingsDecrypter, EventSpyDispatcher, MavenRepositorySystem, RuntimeInformation) - Constructor for class org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
- DefaultResolutionErrorHandler - Class in org.apache.maven.artifact.resolver
- DefaultResolutionErrorHandler() - Constructor for class org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler
- DefaultRuntimeInformation - Class in org.apache.maven.execution
-
Deprecated.
- DefaultRuntimeInformation - Class in org.apache.maven.rtinfo.internal
-
Provides information about the current Maven runtime.
- DefaultRuntimeInformation() - Constructor for class org.apache.maven.execution.DefaultRuntimeInformation
-
Deprecated.
- DefaultRuntimeInformation(VersionScheme) - Constructor for class org.apache.maven.rtinfo.internal.DefaultRuntimeInformation
- DefaultSession - Class in org.apache.maven.internal.impl
- DefaultSession(MavenSession, RepositorySystem, List<RemoteRepository>, MavenRepositorySystem, PlexusContainer, RuntimeInformation) - Constructor for class org.apache.maven.internal.impl.DefaultSession
- DefaultSessionFactory - Class in org.apache.maven.internal.impl
- DefaultSessionFactory(RepositorySystem, MavenRepositorySystem, PlexusContainer, RuntimeInformation) - Constructor for class org.apache.maven.internal.impl.DefaultSessionFactory
- DefaultSettingsBuilder - Class in org.apache.maven.internal.impl
- DefaultSettingsBuilder - Class in org.apache.maven.settings.building
-
Builds the effective settings from a user settings file and/or a global settings file.
- DefaultSettingsBuilder(SettingsBuilder) - Constructor for class org.apache.maven.internal.impl.DefaultSettingsBuilder
- DefaultSettingsBuilder(SettingsReader, SettingsWriter, SettingsValidator) - Constructor for class org.apache.maven.settings.building.DefaultSettingsBuilder
- DefaultSettingsBuilderFactory - Class in org.apache.maven.settings.building
-
A factory to create settings builder instances when no dependency injection is available.
- DefaultSettingsBuilderFactory() - Constructor for class org.apache.maven.settings.building.DefaultSettingsBuilderFactory
- DefaultSettingsBuildingRequest - Class in org.apache.maven.settings.building
-
Collects settings that control building of effective settings.
- DefaultSettingsBuildingRequest() - Constructor for class org.apache.maven.settings.building.DefaultSettingsBuildingRequest
- DefaultSettingsDecrypter - Class in org.apache.maven.settings.crypto
-
Decrypts passwords in the settings.
- DefaultSettingsDecrypter(SecDispatcher) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecrypter
- DefaultSettingsDecryptionRequest - Class in org.apache.maven.settings.crypto
-
Collects parameters that control the decryption of settings.
- DefaultSettingsDecryptionRequest() - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates an empty request.
- DefaultSettingsDecryptionRequest(Proxy) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified proxy.
- DefaultSettingsDecryptionRequest(Server) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified server.
- DefaultSettingsDecryptionRequest(Settings) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified settings.
- DefaultSettingsProblem - Class in org.apache.maven.settings.building
-
Describes a problem that was encountered during settings building.
- DefaultSettingsProblem(String, SettingsProblem.Severity, String, int, int, Exception) - Constructor for class org.apache.maven.settings.building.DefaultSettingsProblem
-
Creates a new problem with the specified message and exception.
- DefaultSettingsReader - Class in org.apache.maven.settings.io
-
Handles deserialization of settings from the default textual format.
- DefaultSettingsReader() - Constructor for class org.apache.maven.settings.io.DefaultSettingsReader
- DefaultSettingsValidator - Class in org.apache.maven.settings.validation
- DefaultSettingsValidator() - Constructor for class org.apache.maven.settings.validation.DefaultSettingsValidator
- DefaultSettingsWriter - Class in org.apache.maven.settings.io
-
Handles serialization of settings into the default textual format.
- DefaultSettingsWriter() - Constructor for class org.apache.maven.settings.io.DefaultSettingsWriter
- DefaultSettingsXmlFactory - Class in org.apache.maven.internal.impl
- DefaultSettingsXmlFactory() - Constructor for class org.apache.maven.internal.impl.DefaultSettingsXmlFactory
- defaultString(Object) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deprecated.
- defaultString(Object, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deprecated.
- DefaultSuperPomProvider - Class in org.apache.maven.model.superpom
-
Provides the super POM that all models implicitly inherit from.
- DefaultSuperPomProvider(ModelProcessor) - Constructor for class org.apache.maven.model.superpom.DefaultSuperPomProvider
- DefaultToolchain - Class in org.apache.maven.toolchain
-
Default abstract toolchain implementation, to be used as base class for any toolchain implementation to avoid rewriting usual code.
- DefaultToolchain(ToolchainModel, String, Logger) - Constructor for class org.apache.maven.toolchain.DefaultToolchain
- DefaultToolchain(ToolchainModel, Logger) - Constructor for class org.apache.maven.toolchain.DefaultToolchain
- DefaultToolchainManager - Class in org.apache.maven.internal.impl
- DefaultToolchainManager - Class in org.apache.maven.toolchain
- DefaultToolchainManager(Map<String, ToolchainFactory>) - Constructor for class org.apache.maven.toolchain.DefaultToolchainManager
- DefaultToolchainManager(DefaultToolchainManagerPrivate) - Constructor for class org.apache.maven.internal.impl.DefaultToolchainManager
- DefaultToolchainManagerPrivate - Class in org.apache.maven.toolchain
-
TODO: refactor this, component extending component is bad practice.
- DefaultToolchainManagerPrivate(Map<String, ToolchainFactory>) - Constructor for class org.apache.maven.toolchain.DefaultToolchainManagerPrivate
- DefaultToolchainsBuilder - Class in org.apache.maven.internal.impl
- DefaultToolchainsBuilder - Class in org.apache.maven.toolchain.building
- DefaultToolchainsBuilder - Class in org.apache.maven.toolchain
-
Deprecated.instead use
DefaultToolchainsBuilder
- DefaultToolchainsBuilder() - Constructor for class org.apache.maven.toolchain.DefaultToolchainsBuilder
-
Deprecated.
- DefaultToolchainsBuilder(ToolchainsBuilder) - Constructor for class org.apache.maven.internal.impl.DefaultToolchainsBuilder
- DefaultToolchainsBuilder(ToolchainsWriter, ToolchainsReader) - Constructor for class org.apache.maven.toolchain.building.DefaultToolchainsBuilder
- DefaultToolchainsBuildingRequest - Class in org.apache.maven.toolchain.building
-
Collects toolchains that control building of effective toolchains.
- DefaultToolchainsBuildingRequest() - Constructor for class org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest
- DefaultToolchainsBuildingResult - Class in org.apache.maven.toolchain.building
-
Holds the result of the merged toolchains and holds the problems during this build, if any.
- DefaultToolchainsBuildingResult(PersistedToolchains, List<Problem>) - Constructor for class org.apache.maven.toolchain.building.DefaultToolchainsBuildingResult
-
Default constructor
- DefaultToolchainsReader - Class in org.apache.maven.toolchain.io
-
Handles deserialization of toolchains from the default textual format.
- DefaultToolchainsReader() - Constructor for class org.apache.maven.toolchain.io.DefaultToolchainsReader
- DefaultToolchainsWriter - Class in org.apache.maven.toolchain.io
-
Handles serialization of toolchains into the default textual format.
- DefaultToolchainsWriter() - Constructor for class org.apache.maven.toolchain.io.DefaultToolchainsWriter
- DefaultToolchainsXmlFactory - Class in org.apache.maven.internal.impl
- DefaultToolchainsXmlFactory() - Constructor for class org.apache.maven.internal.impl.DefaultToolchainsXmlFactory
- DefaultTransport - Class in org.apache.maven.internal.impl
- DefaultTransport(URI, Transporter) - Constructor for class org.apache.maven.internal.impl.DefaultTransport
- DefaultTransportProvider - Class in org.apache.maven.internal.impl
- DefaultTransportProvider(TransporterProvider) - Constructor for class org.apache.maven.internal.impl.DefaultTransportProvider
- DefaultTypeRegistry - Class in org.apache.maven.internal.impl
- DefaultTypeRegistry(ArtifactHandlerManager) - Constructor for class org.apache.maven.internal.impl.DefaultTypeRegistry
- DefaultUpdateCheckManager - Class in org.apache.maven.repository.legacy
-
DefaultUpdateCheckManager
- DefaultUpdateCheckManager() - Constructor for class org.apache.maven.repository.legacy.DefaultUpdateCheckManager
- DefaultUpdateCheckManager(Logger) - Constructor for class org.apache.maven.repository.legacy.DefaultUpdateCheckManager
- DefaultUrlNormalizer - Class in org.apache.maven.model.path
-
Normalizes a URL.
- DefaultUrlNormalizer() - Constructor for class org.apache.maven.model.path.DefaultUrlNormalizer
- defaultUserLocalRepository - Static variable in interface org.apache.maven.repository.RepositorySystem
- defaultValue() - Element in annotation type org.apache.maven.api.plugin.annotations.Parameter
-
parameter default value, may contain
${...}
expressions which will be interpreted at inject time: see PluginParameterExpressionEvaluator. - DefaultVersionParser - Class in org.apache.maven.internal.impl
- DefaultVersionParser() - Constructor for class org.apache.maven.internal.impl.DefaultVersionParser
- DefaultVersionRangeResolver - Class in org.apache.maven.repository.internal
- DefaultVersionRangeResolver(MetadataResolver, SyncContextFactory, RepositoryEventDispatcher, VersionScheme) - Constructor for class org.apache.maven.repository.internal.DefaultVersionRangeResolver
- DefaultVersionResolver - Class in org.apache.maven.repository.internal
- DefaultVersionResolver(MetadataResolver, SyncContextFactory, RepositoryEventDispatcher) - Constructor for class org.apache.maven.repository.internal.DefaultVersionResolver
- DefaultVersionSchemeProvider - Class in org.apache.maven.repository.internal
-
Default version scheme provider: provides singleton
GenericVersionScheme
instance. - DefaultVersionSchemeProvider() - Constructor for class org.apache.maven.repository.internal.DefaultVersionSchemeProvider
- DefaultWagonManager - Class in org.apache.maven.artifact.manager
-
Manages Wagon related operations in Maven.
- DefaultWagonManager - Class in org.apache.maven.repository.legacy
-
Manages Wagon related operations in Maven.
- DefaultWagonManager() - Constructor for class org.apache.maven.artifact.manager.DefaultWagonManager
- DefaultWagonManager() - Constructor for class org.apache.maven.repository.legacy.DefaultWagonManager
- defineEntityReplacementText(String, String) - Method in class org.apache.maven.model.transform.pull.BufferingParser
- defineEntityReplacementText(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
- defineEntityReplacementText(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
- delegate - Variable in class org.apache.maven.model.BaseObject
- delegate - Variable in class org.apache.maven.settings.BaseObject
- delegate - Variable in class org.apache.maven.toolchain.model.BaseObject
- delegates - Variable in class org.apache.maven.DefaultArtifactFilterManager
- DelegatingLocalArtifactRepository - Class in org.apache.maven.repository
-
Deprecated.
- DelegatingLocalArtifactRepository(ArtifactRepository) - Constructor for class org.apache.maven.repository.DelegatingLocalArtifactRepository
-
Deprecated.
- deleteDirectory(File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Recursively delete a directory.
- deleteDirectory(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Recursively delete a directory.
- deleteIfExists(File) - Static method in class org.codehaus.plexus.util.NioFiles
- deleteWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deletes all whitespaces from a String.
- dependencies - Variable in class org.apache.maven.repository.metadata.ArtifactMetadata
-
dependencies of the artifact behind this metadata
- 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<DependencyCoordinate>) - Method in class org.apache.maven.api.services.DependencyCollectorRequest.DependencyCollectorRequestBuilder
-
Sets the direct dependencies.
- dependency(DependencyCoordinate) - Method in class org.apache.maven.api.services.DependencyCollectorRequest.DependencyCollectorRequestBuilder
-
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.model
- Dependency - Interface in org.apache.maven.api
- Dependency() - Constructor for class org.apache.maven.model.Dependency
- Dependency(Dependency) - Constructor for class org.apache.maven.model.Dependency
- Dependency(Dependency, BaseObject) - Constructor for class org.apache.maven.model.Dependency
- Dependency.Builder - Class in org.apache.maven.api.model
-
Builder class used to create Dependency instances.
- DependencyCollector - Interface in org.apache.maven.api.services
-
The DependencyCollector service can be used to collect dependencies for a given artifact and builds a graph of them.
- DependencyCollectorException - Exception in org.apache.maven.api.services
-
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
- DependencyCollectorException(String, Throwable) - Constructor for exception org.apache.maven.api.services.DependencyCollectorException
- DependencyCollectorRequest - Interface in org.apache.maven.api.services
-
A request to collect the transitive dependencies and to build a dependency graph from them.
- DependencyCollectorRequest.DependencyCollectorRequestBuilder - Class in org.apache.maven.api.services
- DependencyCollectorResult - Interface in org.apache.maven.api.services
-
The result of a dependency collection request.
- DependencyContext - Class in org.apache.maven.lifecycle.internal
-
Context of dependency artifacts for a particular project.
- DependencyContext(MavenProject, Collection<String>, Collection<String>) - Constructor for class org.apache.maven.lifecycle.internal.DependencyContext
- DependencyCoordinate - Interface in org.apache.maven.api
- DependencyCoordinateFactory - Interface in org.apache.maven.api.services
- DependencyCoordinateFactoryRequest - Interface in org.apache.maven.api.services
- DependencyCoordinateFactoryRequest.DependencyCoordinateFactoryRequestBuilder - 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 - Class in org.apache.maven.model
- DependencyManagement() - Constructor for class org.apache.maven.model.DependencyManagement
- DependencyManagement(DependencyManagement) - Constructor for class org.apache.maven.model.DependencyManagement
- DependencyManagement(DependencyManagement, BaseObject) - Constructor for class org.apache.maven.model.DependencyManagement
- DependencyManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DependencyManagement instances.
- DependencyManagementImporter - Interface in org.apache.maven.model.composition
-
Handles the import of dependency management from other models into the target model.
- DependencyManagementInjector - Interface in org.apache.maven.model.management
-
Handles injection of dependency management into the model.
- dependencyManagementToApiV3(List<DependencyManagement>) - Static method in class org.apache.maven.model.DependencyManagement
- dependencyManagementToApiV4(List<DependencyManagement>) - Static method in class org.apache.maven.model.DependencyManagement
- DependencyResolutionException - Exception in org.apache.maven.project
- DependencyResolutionException(DependencyResolutionResult, String, Throwable) - Constructor for exception org.apache.maven.project.DependencyResolutionException
- DependencyResolutionRequest - Interface in org.apache.maven.project
-
A request to resolve the dependencies of a project.
- DependencyResolutionRequiredException - Exception in org.apache.maven.artifact
-
Exception that occurs when an artifact file is used, but has not been resolved.
- DependencyResolutionRequiredException(Artifact) - Constructor for exception org.apache.maven.artifact.DependencyResolutionRequiredException
- DependencyResolutionResult - Interface in org.apache.maven.project
-
The result of a project dependency resolution.
- dependencyToApiV3(List<Dependency>) - Static method in class org.apache.maven.model.Dependency
- dependencyToApiV4(List<Dependency>) - Static method in class org.apache.maven.model.Dependency
- deploy(File, Artifact, ArtifactRepository, ArtifactRepository) - Method in interface org.apache.maven.artifact.deployer.ArtifactDeployer
-
Deploy an artifact from a particular file.
- deploy(File, Artifact, ArtifactRepository, ArtifactRepository) - Method in class org.apache.maven.artifact.deployer.DefaultArtifactDeployer
- deploy(String, String, Artifact, ArtifactRepository, ArtifactRepository) - Method in interface org.apache.maven.artifact.deployer.ArtifactDeployer
-
Deprecated.to be removed before 2.0 after the install/deploy plugins use the alternate method
- deploy(String, String, Artifact, ArtifactRepository, ArtifactRepository) - Method in class org.apache.maven.artifact.deployer.DefaultArtifactDeployer
-
Deprecated.we want to use the artifact method only, and ensure artifact.file is set correctly.
- deploy(ArtifactDeployerRequest) - Method in interface org.apache.maven.api.services.ArtifactDeployer
- deploy(ArtifactDeployerRequest) - Method in class org.apache.maven.internal.impl.DefaultArtifactDeployer
- deploy(Session, RemoteRepository, Collection<Artifact>) - Method in interface org.apache.maven.api.services.ArtifactDeployer
- deploy(ArtifactMetadata, ArtifactRepository, ArtifactRepository) - Method in class org.apache.maven.artifact.repository.metadata.DefaultRepositoryMetadataManager
- deploy(ArtifactMetadata, ArtifactRepository, ArtifactRepository) - Method in interface org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager
-
Deploy metadata to the remote repository.
- DEPLOY - Enum constant in enum org.apache.maven.api.plugin.annotations.LifecyclePhase
- DEPLOY_PLUGIN_VERSION - Static variable in class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
- deployArtifact(RemoteRepository, Artifact...) - Method in interface org.apache.maven.api.Session
-
Shortcut for
getService(ArtifactDeployer.class).deploy(...)
- deployArtifact(RemoteRepository, Artifact...) - Method in class org.apache.maven.internal.impl.AbstractSession
-
Shortcut for
getService(ArtifactDeployer.class).deploy(...)
- DEPLOYED - Static variable in class org.apache.maven.artifact.ArtifactStatus
-
Moderate trust - it was deployed directly by a user.
- 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 - Class in org.apache.maven.model
- DeploymentRepository() - Constructor for class org.apache.maven.model.DeploymentRepository
- DeploymentRepository(DeploymentRepository) - Constructor for class org.apache.maven.model.DeploymentRepository
- DeploymentRepository(DeploymentRepository, BaseObject) - Constructor for class org.apache.maven.model.DeploymentRepository
- DeploymentRepository.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DeploymentRepository instances.
- deploymentRepositoryToApiV3(List<DeploymentRepository>) - Static method in class org.apache.maven.model.DeploymentRepository
- deploymentRepositoryToApiV4(List<DeploymentRepository>) - Static method in class org.apache.maven.model.DeploymentRepository
- depth - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- description(String) - Method in class org.apache.maven.api.model.Model.Builder
- detail - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
Deprecated.use generic getCause() method
- DetectedProfileActivator - Class in org.apache.maven.profiles.activation
-
Deprecated.
- DetectedProfileActivator() - Constructor for class org.apache.maven.profiles.activation.DetectedProfileActivator
-
Deprecated.
- determineBuildResumptionData(MavenExecutionResult) - Method in interface org.apache.maven.execution.BuildResumptionAnalyzer
-
Construct an instance of
BuildResumptionData
based on the outcome of the current Maven build. - determineBuildResumptionData(MavenExecutionResult) - Method in class org.apache.maven.execution.DefaultBuildResumptionAnalyzer
- Developer - Class in org.apache.maven.api.model
-
Information about one of the committers on this project.
- Developer - Class in org.apache.maven.model
- Developer() - Constructor for class org.apache.maven.model.Developer
- Developer(Developer) - Constructor for class org.apache.maven.model.Developer
- Developer(Developer, BaseObject) - Constructor for class org.apache.maven.model.Developer
- 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
- developerToApiV3(List<Developer>) - Static method in class org.apache.maven.model.Developer
- developerToApiV4(List<Developer>) - Static method in class org.apache.maven.model.Developer
- difference(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Compare two strings, and return the portion where they differ.
- differenceAt(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Compare two strings, and return the index at which the strings begin to differ.
- 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
- DirectoryScanner - Class in org.codehaus.plexus.util
-
Class for scanning a directory for files/directories which match certain criteria.
- DirectoryScanner() - Constructor for class org.codehaus.plexus.util.DirectoryScanner
-
Sole constructor.
- DirectoryWalker - Class in org.codehaus.plexus.util
-
DirectoryWalker
- DirectoryWalker() - Constructor for class org.codehaus.plexus.util.DirectoryWalker
- directoryWalkFinished() - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
-
The directory walking has finished.
- DirectoryWalkListener - Interface in org.codehaus.plexus.util
-
Observes the actions of a
DirectoryWalker
. - directoryWalkStarting(File) - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
-
The directory walking has begun.
- directoryWalkStep(int, File) - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
-
The included entry that was encountered.
- dirname(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Returns the directory path portion of a file specification string.
- dirsDeselected - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and no excludes but which a selector discarded.
- dirsExcluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and at least one exclude.
- dirsIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and no excludes and were selected.
- dirsNotIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which were found and did not match any includes.
- disable() - Method in class org.apache.maven.artifact.resolver.ResolutionNode
- disable() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
- discoverFrom(ClassRealm) - Static method in class org.apache.maven.extension.internal.CoreExtensionEntry
- discoverFrom(ClassRealm, Collection<File>) - Static method in class org.apache.maven.extension.internal.CoreExtensionEntry
- dispatchEnd(String, String) - Method in interface org.apache.maven.monitor.event.EventDispatcher
-
Deprecated.
- dispatchError(String, String, Throwable) - Method in interface org.apache.maven.monitor.event.EventDispatcher
-
Deprecated.
- dispatchStart(String, String) - Method in interface org.apache.maven.monitor.event.EventDispatcher
-
Deprecated.
- displayHelp(PrintStream) - Method in class org.apache.maven.cli.CLIManager
- dispose() - Method in class org.apache.maven.artifact.resolver.DefaultArtifactResolver
- dispose() - Method in class org.apache.maven.plugin.DefaultExtensionRealmCache
- dispose() - Method in class org.apache.maven.plugin.DefaultPluginRealmCache
- dispose() - Method in class org.apache.maven.project.DefaultProjectRealmCache
- dispose() - Method in class org.codehaus.plexus.util.SweeperPool
-
Dispose of this pool.
- 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 - Class in org.apache.maven.model
- DistributionManagement() - Constructor for class org.apache.maven.model.DistributionManagement
- DistributionManagement(DistributionManagement) - Constructor for class org.apache.maven.model.DistributionManagement
- DistributionManagement(DistributionManagement, BaseObject) - Constructor for class org.apache.maven.model.DistributionManagement
- DistributionManagement.Builder - Class in org.apache.maven.api.model
-
Builder class used to create DistributionManagement instances.
- distributionManagementToApiV3(List<DistributionManagement>) - Static method in class org.apache.maven.model.DistributionManagement
- distributionManagementToApiV4(List<DistributionManagement>) - Static method in class org.apache.maven.model.DistributionManagement
- docdecl(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- docdecl(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
- DOCDECL - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
An XML document type declaration was just read.
- doIndent - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- doMain(String[], String, PrintStream, PrintStream) - Method in class org.apache.maven.cli.MavenCli
-
This supports painless invocation by the Verifier during embedded execution of the core ITs.
- doMain(String[], ClassWorld) - Static method in class org.apache.maven.cli.MavenCli
- doMain(CliRequest) - Method in class org.apache.maven.cli.MavenCli
- downloadUrl(String) - Method in class org.apache.maven.api.model.DistributionManagement.Builder
- DuplicateArtifactAttachmentException - Exception in org.apache.maven.project
-
This exception is thrown if an application attempts to attach two of the same artifacts to a single project.
- DuplicateArtifactAttachmentException(MavenProject, Artifact) - Constructor for exception org.apache.maven.project.DuplicateArtifactAttachmentException
- DuplicateMerger() - Constructor for class org.apache.maven.model.normalization.DefaultModelNormalizer.DuplicateMerger
- DuplicateMojoDescriptorException - Exception in org.apache.maven.plugin.descriptor
-
DuplicateMojoDescriptorException
- DuplicateMojoDescriptorException(String, String, String, String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
- DuplicateParameterException - Exception in org.apache.maven.plugin.descriptor
-
DuplicateParameterException
- DuplicateParameterException(String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateParameterException
- DuplicateProjectException - Exception in org.apache.maven
-
Signals a collision of two or more projects with the same g:a:v during a reactor build.
- DuplicateProjectException - Exception in org.apache.maven.project
-
Exception that occurs when the project list contains duplicate projects instead of ignoring one.
- DuplicateProjectException(String) - Constructor for exception org.apache.maven.project.DuplicateProjectException
-
Deprecated.
- DuplicateProjectException(String, File, File, String) - Constructor for exception org.apache.maven.project.DuplicateProjectException
- DuplicateProjectException(String, Exception) - Constructor for exception org.apache.maven.project.DuplicateProjectException
-
Deprecated.
- DuplicateProjectException(String, Map<String, List<File>>) - Constructor for exception org.apache.maven.DuplicateProjectException
-
Creates a new exception with specified details.
E
- EAR_PLUGIN_VERSION - Static variable in class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
- EarArtifactHandlerProvider - Class in org.apache.maven.artifact.handler.providers
-
ear
artifact handler provider. - EarArtifactHandlerProvider() - Constructor for class org.apache.maven.artifact.handler.providers.EarArtifactHandlerProvider
- EarLifecycleMappingProvider - Class in org.apache.maven.lifecycle.providers.packaging
-
ear
packaging plugins bindings provider fordefault
lifecycle. - EarLifecycleMappingProvider() - Constructor for class org.apache.maven.lifecycle.providers.packaging.EarLifecycleMappingProvider
- EJB_PLUGIN_VERSION - Static variable in class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
- EjbArtifactHandlerProvider - Class in org.apache.maven.artifact.handler.providers
-
ejb
artifact handler provider. - EjbArtifactHandlerProvider() - Constructor for class org.apache.maven.artifact.handler.providers.EjbArtifactHandlerProvider
- EjbClientArtifactHandlerProvider - Class in org.apache.maven.artifact.handler.providers
-
ejb-client
artifact handler provider. - EjbClientArtifactHandlerProvider() - Constructor for class org.apache.maven.artifact.handler.providers.EjbClientArtifactHandlerProvider
- EjbLifecycleMappingProvider - Class in org.apache.maven.lifecycle.providers.packaging
-
ejb
packaging plugins bindings provider fordefault
lifecycle. - EjbLifecycleMappingProvider() - Constructor for class org.apache.maven.lifecycle.providers.packaging.EjbLifecycleMappingProvider
- elName - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- elNamespace - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- elNamespaceCount - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
- email(String) - Method in class org.apache.maven.api.model.Contributor.Builder
- email(String) - Method in class org.apache.maven.api.model.Developer.Builder
- empty - Variable in class org.apache.maven.model.transform.pull.BufferingParser.Event
- EMPTY_PROJECT_ARTIFACT_ID - Static variable in class org.apache.maven.project.MavenProject
- EMPTY_PROJECT_GROUP_ID - Static variable in class org.apache.maven.project.MavenProject
- EMPTY_PROJECT_VERSION - Static variable in class org.apache.maven.project.MavenProject
- enable() - Method in class org.apache.maven.artifact.resolver.ResolutionNode
- enabled(boolean) - Method in class org.apache.maven.api.settings.RepositoryPolicy.Builder
- enabled(String) - Method in class org.apache.maven.api.model.RepositoryPolicy.Builder
- enableLogging(Logger) - Method in class org.apache.maven.profiles.activation.FileProfileActivator
-
Deprecated.
- encloses(ArtifactScopeEnum) - Method in enum org.apache.maven.artifact.ArtifactScopeEnum
-
scope relationship function.
- encode(byte[]) - Method in class org.codehaus.plexus.util.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.codehaus.plexus.util.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.codehaus.plexus.util.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.codehaus.plexus.util.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- ENCRYPT_MASTER_PASSWORD - Static variable in class org.apache.maven.cli.CLIManager
- ENCRYPT_PASSWORD - Static variable in class org.apache.maven.cli.CLIManager
- END_DOCUMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Logical end of the xml document.
- END_TAG - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returned from getEventType(), next(), or nextToken() when an end tag was read.
- endDocument() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- endDocument() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Finish writing.
- endElement() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
- endElement() - Method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
- endElement() - Method in interface org.codehaus.plexus.util.xml.XMLWriter
- endEvent(String, String, long) - Method in interface org.apache.maven.monitor.event.EventMonitor
-
Deprecated.
- endOfLine() - Method in class org.codehaus.plexus.util.xml.CompactXMLWriter
- endOfLine() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Write the end of line character (using specified line separator) and start new line with indentation
- endProcessChildren(Artifact) - Method in class org.apache.maven.artifact.resolver.DebugResolutionListener
- endProcessChildren(Artifact) - Method in interface org.apache.maven.artifact.resolver.ResolutionListener
- endProcessChildren(Artifact) - Method in class org.apache.maven.artifact.resolver.WarningResolutionListener
- endTag(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- endTag(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Write end tag.
- EnhancedComponentConfigurator - Class in org.apache.maven.configuration.internal
-
A component configurator which can leverage the
EnhancedConfigurationConverter
andEnhancedConverterLookup
. - EnhancedComponentConfigurator() - Constructor for class org.apache.maven.configuration.internal.EnhancedComponentConfigurator
- EnhancedStringTokenizer - Class in org.codehaus.plexus.util.cli
-
The java.util.StringTokenizer is horribly broken.
- EnhancedStringTokenizer(String) - Constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
- EnhancedStringTokenizer(String, String) - Constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
- EnhancedStringTokenizer(String, String, boolean) - Constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
- ensureDependenciesAreResolved(MojoDescriptor, MavenSession, DependencyContext) - Method in class org.apache.maven.lifecycle.internal.MojoExecutor
- ensureElementsCapacity() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- ensureNamespacesCapacity() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- enter() - Method in class org.apache.maven.execution.scope.internal.MojoExecutionScope
- enter() - Method in class org.apache.maven.session.scope.internal.SessionScope
- enter(Node) - Method in interface org.apache.maven.api.NodeVisitor
-
Starts the visit to the specified dependency node.
- ENTITY_REF - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
An entity reference was just read; this token is available from nextToken() only.
- entityRef(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
- entityRef(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
- EntityReplacementMap - Class in org.codehaus.plexus.util.xml.pull
- EntityReplacementMap(String[][]) - Constructor for class org.codehaus.plexus.util.xml.pull.EntityReplacementMap
- entrySet() - Method in class org.codehaus.plexus.util.CachedMap
-
Returns an unmodifiable view of the mappings contained in this map.
- entrySet() - Method in class org.codehaus.plexus.util.FastMap
-
Returns a collection view of the mappings contained in this
FastMap
. - EnvironmentUtils - Class in org.apache.maven.properties.internal
-
Assists the project builder.
- EnvironmentUtils() - Constructor for class org.apache.maven.properties.internal.EnvironmentUtils
- envVars - Variable in class org.codehaus.plexus.util.cli.Commandline
- eq(T, T) - Static method in class org.apache.maven.artifact.repository.MavenArtifactRepository
- 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.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.settings.Repository
- equals(Object) - Method in class org.apache.maven.api.settings.RepositoryBase
- equals(Object) - Method in class org.apache.maven.api.toolchain.ToolchainModel
-
Method equals.
- equals(Object) - Method in class org.apache.maven.artifact.ArtifactStatus
- equals(Object) - Method in class org.apache.maven.artifact.DefaultArtifact
- equals(Object) - Method in class org.apache.maven.artifact.repository.MavenArtifactRepository
- equals(Object) - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Method equals.
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.AndArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.CumulativeScopeArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.ExclusionSetFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.IncludesArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.InversionArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.OrArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.resolver.filter.TypeArtifactFilter
- equals(Object) - Method in class org.apache.maven.artifact.versioning.ComparableVersion
- equals(Object) - Method in class org.apache.maven.artifact.versioning.DefaultArtifactVersion
- equals(Object) - Method in class org.apache.maven.artifact.versioning.Restriction
- equals(Object) - Method in class org.apache.maven.artifact.versioning.VersionRange
- equals(Object) - Method in class org.apache.maven.building.FileSource
- equals(Object) - Method in class org.apache.maven.building.StringSource
- equals(Object) - Method in class org.apache.maven.building.UrlSource
- equals(Object) - Method in class org.apache.maven.internal.impl.DefaultArtifact
- equals(Object) - Method in class org.apache.maven.internal.impl.DefaultArtifactCoordinate
- equals(Object) - Method in class org.apache.maven.internal.impl.DefaultDependency
- equals(Object) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- equals(Object) - Method in class org.apache.maven.model.Activation
- equals(Object) - Method in class org.apache.maven.model.ActivationFile
- equals(Object) - Method in class org.apache.maven.model.ActivationOS
- equals(Object) - Method in class org.apache.maven.model.ActivationProperty
- equals(Object) - Method in class org.apache.maven.model.Build
- equals(Object) - Method in class org.apache.maven.model.BuildBase
- equals(Object) - Method in class org.apache.maven.model.building.ArtifactModelSource
- equals(Object) - Method in class org.apache.maven.model.building.FileModelSource
- equals(Object) - Method in class org.apache.maven.model.CiManagement
- equals(Object) - Method in class org.apache.maven.model.ConfigurationContainer
- equals(Object) - Method in class org.apache.maven.model.Contributor
- equals(Object) - Method in class org.apache.maven.model.Dependency
- equals(Object) - Method in class org.apache.maven.model.DependencyManagement
- equals(Object) - Method in class org.apache.maven.model.DeploymentRepository
- equals(Object) - Method in class org.apache.maven.model.Developer
- equals(Object) - Method in class org.apache.maven.model.DistributionManagement
- equals(Object) - Method in class org.apache.maven.model.Exclusion
- equals(Object) - Method in class org.apache.maven.model.Extension
- equals(Object) - Method in class org.apache.maven.model.FileSet
- equals(Object) - Method in class org.apache.maven.model.IssueManagement
- equals(Object) - Method in class org.apache.maven.model.License
- equals(Object) - Method in class org.apache.maven.model.MailingList
- equals(Object) - Method in class org.apache.maven.model.Model
- equals(Object) - Method in class org.apache.maven.model.ModelBase
- equals(Object) - Method in class org.apache.maven.model.Notifier
- equals(Object) - Method in class org.apache.maven.model.Organization
- equals(Object) - Method in class org.apache.maven.model.Parent
- equals(Object) - Method in class org.apache.maven.model.PatternSet
- equals(Object) - Method in class org.apache.maven.model.Plugin
- equals(Object) - Method in class org.apache.maven.model.PluginConfiguration
- equals(Object) - Method in class org.apache.maven.model.PluginContainer
- equals(Object) - Method in class org.apache.maven.model.PluginExecution
- equals(Object) - Method in class org.apache.maven.model.PluginManagement
- equals(Object) - Method in class org.apache.maven.model.Prerequisites
- equals(Object) - Method in class org.apache.maven.model.Profile
- equals(Object) - Method in class org.apache.maven.model.Relocation
- equals(Object) - Method in class org.apache.maven.model.Reporting
- equals(Object) - Method in class org.apache.maven.model.ReportPlugin
- equals(Object) - Method in class org.apache.maven.model.ReportSet
- equals(Object) - Method in class org.apache.maven.model.Repository
- equals(Object) - Method in class org.apache.maven.model.RepositoryBase
- equals(Object) - Method in class org.apache.maven.model.RepositoryPolicy
- equals(Object) - Method in class org.apache.maven.model.Resource
- equals(Object) - Method in class org.apache.maven.model.Scm
- equals(Object) - Method in class org.apache.maven.model.Site
- equals(Object) - Method in class org.apache.maven.plugin.DefaultExtensionRealmCache.CacheKey
- equals(Object) - Method in class org.apache.maven.plugin.DefaultPluginArtifactsCache.CacheKey
- equals(Object) - Method in class org.apache.maven.plugin.DefaultPluginRealmCache.CacheKey
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.Parameter
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- equals(Object) - Method in class org.apache.maven.profiles.Repository
- equals(Object) - Method in class org.apache.maven.profiles.RepositoryBase
- equals(Object) - Method in class org.apache.maven.project.artifact.ActiveProjectArtifact
-
Deprecated.
- equals(Object) - Method in class org.apache.maven.project.artifact.DefaultMavenMetadataCache.CacheKey
- equals(Object) - Method in class org.apache.maven.project.artifact.DefaultProjectArtifactsCache.CacheKey
- equals(Object) - Method in class org.apache.maven.project.DefaultProjectRealmCache.CacheKey
- equals(Object) - Method in class org.apache.maven.project.MavenProject
- equals(Object) - Method in class org.apache.maven.repository.ArtifactTransferEvent
- equals(Object) - Method in class org.apache.maven.repository.DelegatingLocalArtifactRepository
-
Deprecated.
- equals(Object) - Method in class org.apache.maven.repository.metadata.MetadataGraphEdge
-
used to eliminate exact duplicates in the edge list
- equals(Object) - Method in class org.apache.maven.repository.metadata.MetadataGraphVertex
- equals(Object) - Method in class org.apache.maven.repository.MetadataGraphNode
- equals(Object) - Method in class org.apache.maven.settings.Activation
- equals(Object) - Method in class org.apache.maven.settings.ActivationFile
- equals(Object) - Method in class org.apache.maven.settings.ActivationOS
- equals(Object) - Method in class org.apache.maven.settings.ActivationProperty
- equals(Object) - Method in class org.apache.maven.settings.IdentifiableBase
- equals(Object) - Method in class org.apache.maven.settings.Mirror
- equals(Object) - Method in class org.apache.maven.settings.Profile
- equals(Object) - Method in class org.apache.maven.settings.Proxy
- equals(Object) - Method in class org.apache.maven.settings.Repository
- equals(Object) - Method in class org.apache.maven.settings.RepositoryBase
- equals(Object) - Method in class org.apache.maven.settings.RepositoryPolicy
- equals(Object) - Method in class org.apache.maven.settings.Server
- equals(Object) - Method in class org.apache.maven.settings.Settings
- equals(Object) - Method in class org.apache.maven.settings.TrackableBase
- equals(Object) - Method in class org.apache.maven.toolchain.DefaultToolchain
- equals(Object) - Method in class org.apache.maven.toolchain.model.PersistedToolchains
- equals(Object) - Method in class org.apache.maven.toolchain.model.ToolchainModel
- equals(Object) - Method in class org.apache.maven.toolchain.model.TrackableBase
- equals(Object) - Method in class org.codehaus.plexus.util.CachedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class org.codehaus.plexus.util.FastMap
-
Compares the specified object with this
FastMap
for equality. - equals(Object) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- equals(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deprecated.
- equalsIgnoreCase(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Compares two Strings, returning
true
if they are equal ignoring the case. - error(CharSequence) - Method in interface org.apache.maven.api.plugin.Log
-
Send a message to the user in the error error level.
- error(CharSequence) - Method in class org.apache.maven.internal.impl.DefaultLog
- error(CharSequence) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- error(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send a message to the user in the error error level.
- error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- error(CharSequence, Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled. - error(CharSequence, Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled. - error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- error(Iterable<? extends ModelProblem>) - Static method in class org.apache.maven.model.building.Result
-
Error with problems describing the cause
- error(String) - Method in class org.apache.maven.cli.logging.Slf4jLogger
- error(String) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(String) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
A simple implementation which always logs messages of level ERROR according to the format outlined above.
- error(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level ERROR according to the format outlined above.
- error(String, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(String, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Object...) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(String, Object...) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Object, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(String, Object, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
- error(String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jLogger
- error(String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(String, Throwable) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Log a message of level ERROR, including an exception.
- error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level ERROR, including an exception.
- error(Throwable) - Method in interface org.apache.maven.api.plugin.Log
-
Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled. - error(Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- error(Throwable) - Method in class org.apache.maven.plugin.internal.MojoLogWrapper
- error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Deprecated.Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled. - error(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- error(Supplier<String>) - Method in interface org.apache.maven.api.plugin.Log
- error(Supplier<String>) - Method in class org.apache.maven.internal.impl.DefaultLog
- error(Supplier<String>, Throwable) - Method in interface org.apache.maven.api.plugin.Log
- error(Supplier<String>, Throwable) - Method in class org.apache.maven.internal.impl.DefaultLog
- error(Result<?>) - Static method in class org.apache.maven.model.building.Result
- error(Result<?>...) - Static method in class org.apache.maven.model.building.Result
- error(Marker, String) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(Marker, String, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(Marker, String, Object...) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(Marker, String, Object, Object) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(Marker, String, Throwable) - Method in class org.apache.maven.cli.logging.Slf4jStdoutLogger
- error(T) - Static method in class org.apache.maven.model.building.Result
- error(T, Iterable<? ext
MavenExecutionRequest.getProfileActivation()
.