A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abbreviate(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Turn "Now is the time for all good men" into "Now is the time for..."
abbreviate(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Turn "Now is the time for all good men" into "...is the time for..."
AbstractArtifactFeatureFilter - Class in org.apache.maven.shared.artifact.filter.collection
This is the common base class of ClassifierFilter and TypeFilter
AbstractArtifactFeatureFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
 
AbstractArtifactsFilter - Class in org.apache.maven.shared.artifact.filter.collection
 
AbstractArtifactsFilter() - Constructor for class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
 
AbstractMavenFilteringRequest - Class in org.apache.maven.shared.filtering
 
AbstractMavenFilteringRequest() - Constructor for class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
AbstractMavenFilteringRequest(MavenProject, List, String, MavenSession) - Constructor for class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
AbstractMavenReport - Class in org.apache.maven.reporting
The basis for a Maven report.
AbstractMavenReport() - Constructor for class org.apache.maven.reporting.AbstractMavenReport
 
AbstractMavenReportRenderer - Class in org.apache.maven.reporting
An abstract class to manage report generation.
AbstractMavenReportRenderer(Sink) - Constructor for class org.apache.maven.reporting.AbstractMavenReportRenderer
Default constructor.
AbstractMonitor - Class in org.apache.maven.shared.monitor
 
AbstractMonitor() - Constructor for class org.apache.maven.shared.monitor.AbstractMonitor
 
AbstractPluginConfigurationConverter - Class in org.apache.maven.model.converter.plugins
 
AbstractPluginConfigurationConverter() - Constructor for class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
AbstractPluginRelocator - Class in org.apache.maven.model.converter.relocators
A general implementation of the PluginRelocator interface.
AbstractPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
 
AbstractResourceInclusionScanner - Class in org.apache.maven.shared.io.scan
 
AbstractResourceInclusionScanner() - Constructor for class org.apache.maven.shared.io.scan.AbstractResourceInclusionScanner
 
AbstractSourceForgePluginRelocator - Class in org.apache.maven.model.converter.relocators
A parent PluginRelocator for SourceForge plugins.
AbstractSourceForgePluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.AbstractSourceForgePluginRelocator
 
AbstractStrictPatternArtifactFilter - Class in org.apache.maven.shared.artifact.filter
Filter to include or exclude artifacts from a list of patterns.
AbstractStrictPatternArtifactFilter(List, boolean) - Constructor for class org.apache.maven.shared.artifact.filter.AbstractStrictPatternArtifactFilter
Creates a new filter that matches the specified artifact patterns and includes or excludes them according to the specified flag.
accept(URL, ClassFileVisitor) - Static method in class org.apache.maven.shared.dependency.analyzer.ClassFileVisitorUtils
 
accept(DependencyNodeVisitor) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Applies the specified dependency node visitor to this dependency node and its children.
accept(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.filter.AncestorOrSelfDependencyNodeFilter
Gets whether this filter accepts the specified dependency node.
accept(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.filter.AndDependencyNodeFilter
Gets whether this filter accepts the specified dependency node.
accept(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.filter.ArtifactDependencyNodeFilter
Gets whether this filter accepts the specified dependency node.
accept(DependencyNode) - Method in interface org.apache.maven.shared.dependency.tree.filter.DependencyNodeFilter
Gets whether this filter accepts the specified dependency node.
accept(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.filter.StateDependencyNodeFilter
Gets whether this filter accepts the specified dependency node.
activateReactor(String[], String[]) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
activateReactor(String[], String[]) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Dynamically constructs a reactor using the subdirectories of the current directory
addAndDeHump(String) - Static method in class org.apache.maven.it.util.StringUtils
 
addAndSetArtifactId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a validated artifact ID.
addAndSetGroupId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a validated group ID.
addAndSetName(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a validated artifact name.
addAndSetVendor(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a validated vendor name.
addAndSetVersion(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a validated version.
addArguments(String[]) - Method in class org.apache.maven.it.util.cli.Commandline
 
addArtifactId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a potential artifact ID.
addChild(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Adds the specified dependency node to this dependency node's children.
addClassName(String) - Method in class org.apache.maven.shared.jar.classes.JarClasses
Add a discovered class to the record.
addConfigurationChild(Xpp3Dom, Properties, String, String) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
Add a child element to the configuration.
addConfigurationChild(Xpp3Dom, String, String) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
Add a child element to the configuration.
addDebugMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addDebugMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addDebugMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addDebugMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addDebugMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addDebugMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addDefaultExcludes() - Method in class org.apache.maven.it.util.DirectoryScanner
Adds default exclusions to the current exclusions set.
addDependencyEvent(String, String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
addEnvironment(String, String) - Method in class org.apache.maven.it.util.cli.Commandline
Add an environment variable
addErrorMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addErrorMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addErrorMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addErrorMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addErrorMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addErrorMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addExclude(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Method addExclude.
addFilerWrapper(ValueSource) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
Helper to add FileUtils.FilterWrapper, will RegexBasedInterpolator with default regex Exp ${ } and InterpolatorFilterReader with defaultTokens ${ }
addFilerWrapper(ValueSource, String, String, String, String) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
addFilerWrapperWithEscaping(ValueSource, String, String, String) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
addFilter(ArtifactsFilter) - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
Appends the specified element to the end of this list.
addFilter(int, ArtifactsFilter) - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
Inserts the specified element at the specified position in this list.
addFilteredArtifactId(String) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
addFilterWrapper(FileUtils.FilterWrapper) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
addGroupId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a potential group ID.
addImports(List) - Method in class org.apache.maven.shared.jar.classes.JarClasses
Add a list of discovered imports to the record.
addInclude(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Method addInclude.
addInfoMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addInfoMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addInfoMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addInfoMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addInfoMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addInfoMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addListener(ConverterListener) - Method in class org.apache.maven.model.converter.Maven1Converter
 
addListener(ConverterListener) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
addListener(ConverterListener) - Method in class org.apache.maven.model.converter.plugins.PCCMultiproject
 
addListener(ConverterListener) - Method in interface org.apache.maven.model.converter.plugins.PluginConfigurationConverter
Add a listener for all messages sended by the relocator.
addListener(ConverterListener) - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
 
addListener(ConverterListener) - Method in interface org.apache.maven.model.converter.relocators.PluginRelocator
Add a listener for all messages sended by the relocator.
addListeners(List) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
addListeners(List) - Method in class org.apache.maven.model.converter.plugins.PCCMultiproject
 
addListeners(List) - Method in interface org.apache.maven.model.converter.plugins.PluginConfigurationConverter
Add a listeners list for all messages sended by the relocator.
addListeners(List) - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
 
addListeners(List) - Method in interface org.apache.maven.model.converter.relocators.PluginRelocator
Add a listeners list for all messages sended by the relocator.
addMap(Map) - Method in class org.apache.maven.shared.filtering.CompositeMap
 
addMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(int, CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(int, CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(int, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addMethod(String) - Method in class org.apache.maven.shared.jar.classes.JarClasses
Add a discovered method to the record.
addName(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a potential artifact name.
addOnOffConfigurationChild(Xpp3Dom, Properties, String, String) - Method in class org.apache.maven.model.converter.plugins.PCCCompiler
 
addPackage(String) - Method in class org.apache.maven.shared.jar.classes.JarClasses
Add a discovered package to the record.
addPluginEvent(String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
addReportEvent(String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
addSevereMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addSevereMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addSevereMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addSevereMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addSevereMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addSevereMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addShellEnvironment(String, String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
addShellEnvironment(String, String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Adds the specified environment variable to the Maven invocation.
addSourceMapping(SourceMapping) - Method in class org.apache.maven.shared.io.scan.AbstractResourceInclusionScanner
 
addSourceMapping(SourceMapping) - Method in interface org.apache.maven.shared.io.scan.ResourceInclusionScanner
 
addStrategy(LocatorStrategy) - Method in class org.apache.maven.shared.io.location.Locator
 
addSystemEnvironment() - Method in class org.apache.maven.it.util.cli.Commandline
Add system environment variables
addVendor(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a potential vendor name.
addVersion(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
Add a potential version.
addWarningMessage(CharSequence, Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addWarningMessage(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addWarningMessage(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
addWarningMessage(CharSequence, Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addWarningMessage(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
addWarningMessage(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
analyze(URL) - Method in class org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer
 
analyze(URL) - Method in interface org.apache.maven.shared.dependency.analyzer.ClassAnalyzer
 
analyze(URL) - Method in class org.apache.maven.shared.dependency.analyzer.DefaultClassAnalyzer
 
analyze(MavenProject) - Method in class org.apache.maven.shared.dependency.analyzer.DefaultProjectDependencyAnalyzer
 
analyze(URL) - Method in interface org.apache.maven.shared.dependency.analyzer.DependencyAnalyzer
 
analyze(MavenProject) - Method in interface org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzer
 
analyze(JarAnalyzer) - Method in class org.apache.maven.shared.jar.classes.JarClassesAnalysis
Analyze a JAR and find any classes and their details.
analyze(JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.JarIdentificationAnalysis
Analyze a JAR and find any associated Maven metadata.
AncestorOrSelfDependencyNodeFilter - Class in org.apache.maven.shared.dependency.tree.filter
A dependency node filter than only accepts nodes that are ancestors of, or equal to, a given list of nodes.
AncestorOrSelfDependencyNodeFilter(DependencyNode) - Constructor for class org.apache.maven.shared.dependency.tree.filter.AncestorOrSelfDependencyNodeFilter
 
AncestorOrSelfDependencyNodeFilter(List) - Constructor for class org.apache.maven.shared.dependency.tree.filter.AncestorOrSelfDependencyNodeFilter
Creates a dependency node filter that only accepts nodes that are ancestors of, or equal to, the specified list of nodes.
AndDependencyNodeFilter - Class in org.apache.maven.shared.dependency.tree.filter
A dependency node filter that logically ANDs together a number of other dependency node filters.
AndDependencyNodeFilter(DependencyNodeFilter, DependencyNodeFilter) - Constructor for class org.apache.maven.shared.dependency.tree.filter.AndDependencyNodeFilter
Creates a dependency node filter that logically ANDs together the two specified dependency node filters.
AndDependencyNodeFilter(List) - Constructor for class org.apache.maven.shared.dependency.tree.filter.AndDependencyNodeFilter
Creates a dependency node filter that logically ANDs together the specified dependency node filters.
AntProjectPopulator - Class in org.apache.maven.shared.ant
 
AntProjectPopulator() - Constructor for class org.apache.maven.shared.ant.AntProjectPopulator
 
AntPropertyHelper - Class in org.apache.maven.shared.ant
Makes the ${expressions} used in Maven available to Ant as properties.
AntPropertyHelper(MavenProject, Log) - Constructor for class org.apache.maven.shared.ant.AntPropertyHelper
Deprecated.
use the other constructor
AntPropertyHelper(ExpressionEvaluator, Set, Log) - Constructor for class org.apache.maven.shared.ant.AntPropertyHelper
 
AntTargetConverter - Class in org.apache.maven.shared.ant.components
Plexus ConfigurationConverter to set up Ant Target component fields.
AntTargetConverter() - Constructor for class org.apache.maven.shared.ant.components.AntTargetConverter
 
append(CharSequence) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
append(Throwable) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
append(CharSequence) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
append(Throwable) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
arguments - Variable in class org.apache.maven.it.util.cli.Commandline
 
ArtifactDependencyNodeFilter - Class in org.apache.maven.shared.dependency.tree.filter
A dependency node filter that delegates to an artifact filter.
ArtifactDependencyNodeFilter(ArtifactFilter) - Constructor for class org.apache.maven.shared.dependency.tree.filter.ArtifactDependencyNodeFilter
Creates a dependency node filter that delegates to the specified artifact filter.
artifactFactory - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
ArtifactFilterException - Exception in org.apache.maven.shared.artifact.filter.collection
 
ArtifactFilterException() - Constructor for exception org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
 
ArtifactFilterException(String, Throwable) - Constructor for exception org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
 
ArtifactFilterException(String) - Constructor for exception org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
 
ArtifactFilterException(Throwable) - Constructor for exception org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
 
ArtifactIdFilter - Class in org.apache.maven.shared.artifact.filter.collection
Filter on ArtifactId name
ArtifactIdFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter
Will setup super with 'ArtifactId' as the filterType
artifactIsADirectDependency(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
Compares the artifact to the list of dependencies to see if it is directly included by this project
artifactIsATransitiveDependency(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter
Compares the artifact to the list of dependencies to see if it is directly included by this project
ArtifactLocation - Class in org.apache.maven.shared.io.location
 
ArtifactLocation(Artifact, String) - Constructor for class org.apache.maven.shared.io.location.ArtifactLocation
 
ArtifactLocatorStrategy - Class in org.apache.maven.shared.io.location
 
ArtifactLocatorStrategy(ArtifactFactory, ArtifactResolver, ArtifactRepository, List) - Constructor for class org.apache.maven.shared.io.location.ArtifactLocatorStrategy
 
ArtifactLocatorStrategy(ArtifactFactory, ArtifactResolver, ArtifactRepository, List, String) - Constructor for class org.apache.maven.shared.io.location.ArtifactLocatorStrategy
 
ArtifactLocatorStrategy(ArtifactFactory, ArtifactResolver, ArtifactRepository, List, String, String) - Constructor for class org.apache.maven.shared.io.location.ArtifactLocatorStrategy
 
ArtifactPomRewriter - Interface in org.apache.maven.model.converter
 
artifactRepositoryFactory - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
artifactResolver - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
ArtifactsFilter - Interface in org.apache.maven.shared.artifact.filter.collection
 
ArtifactTransitivityFilter - Class in org.apache.maven.shared.artifact.filter.collection
This filter will exclude everything that is not a dependency of the selected artifact.
ArtifactTransitivityFilter(Artifact, ArtifactFactory, ArtifactRepository, List, MavenProjectBuilder) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter
 
ArtifactTransitivityFilter(Dependency, ArtifactFactory, ArtifactRepository, List, MavenProjectBuilder) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter
 
ASMDependencyAnalyzer - Class in org.apache.maven.shared.dependency.analyzer.asm
ASMDependencyAnalyzer
ASMDependencyAnalyzer() - Constructor for class org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer
 
assertArtifactContents(String, String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertArtifactNotPresent(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertArtifactPresent(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertFileMatches(String, String) - Method in class org.apache.maven.it.Verifier
Check that given file's content matches an regular expression.
assertFileNotPresent(String) - Method in class org.apache.maven.it.Verifier
 
assertFilePresent(String) - Method in class org.apache.maven.it.Verifier
 

B

basedir - Variable in class org.apache.maven.it.util.DirectoryScanner
The base directory to be scanned.
basename(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
basename(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
BasicMonitor - Class in org.apache.maven.shared.monitor
 
BasicMonitor(PrintStream) - Constructor for class org.apache.maven.shared.monitor.BasicMonitor
 
BasicMonitor(PrintWriter) - Constructor for class org.apache.maven.shared.monitor.BasicMonitor
 
BourneShell - Class in org.apache.maven.it.util.cli.shell
 
BourneShell() - Constructor for class org.apache.maven.it.util.cli.shell.BourneShell
 
bufferedCopy(InputStream, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Deprecated.
Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead.
build(InvocationRequest) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCCastor
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCChangelog
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCChanges
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCCheckstyle
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCCompiler
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCJalopy
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCJar
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCJavadoc
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCJavaNCSS
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCPmd
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCSite
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCSurefire
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCTaglist
 
buildConfiguration(Xpp3Dom, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCWar
 
buildDependencyTree(MavenProject, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactCollector) - Method in class org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilder
Deprecated. 
buildDependencyTree(MavenProject, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactFilter, ArtifactCollector) - Method in class org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilder
Builds a tree of dependencies for the specified Maven project.
buildDependencyTree(MavenProject, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactCollector) - Method in interface org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
buildDependencyTree(MavenProject, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactFilter, ArtifactCollector) - Method in interface org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
Builds a tree of dependencies for the specified Maven project.
BuildingDependencyNodeVisitor - Class in org.apache.maven.shared.dependency.tree.traversal
A dependency node visitor that clones visited nodes into a new dependency tree.
BuildingDependencyNodeVisitor() - Constructor for class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Creates a dependency node visitor that clones visited nodes into a new dependency tree.
BuildingDependencyNodeVisitor(DependencyNodeVisitor) - Constructor for class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Creates a dependency node visitor that clones visited nodes into a new dependency tree, and then applies the specified dependency node visitor on the resultant dependency tree.
buildRemoteRepository(File, RepositoryInfo, RepositoryBuilderConfigSource) - Method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
buildRemoteRepository(File, RepositoryInfo, RepositoryBuilderConfigSource) - Method in interface org.apache.maven.shared.repository.RepositoryAssembler
 
byteCountToDisplaySize(int) - Static method in class org.apache.maven.it.util.FileUtils
Returns a human-readable version of the file size (original is in bytes).

C

canConvert(Class) - Method in class org.apache.maven.shared.ant.components.AntTargetConverter
 
canGenerateReport() - Method in class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport() - Method in interface org.apache.maven.reporting.MavenReport
 
capitalise(String) - Static method in class org.apache.maven.it.util.StringUtils
Capitalise a String.
capitaliseAllWords(String) - Static method in class org.apache.maven.it.util.StringUtils
Capitalise all the words in a String.
capitalizeFirstLetter(String) - Static method in class org.apache.maven.it.util.StringUtils
 
CastorPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the Castor plugin.
CastorPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.CastorPluginRelocator
 
CATEGORY_PROJECT_INFORMATION - Static variable in interface org.apache.maven.reporting.MavenReport
Deprecated.
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
CATEGORY_PROJECT_REPORTS - Static variable in interface org.apache.maven.reporting.MavenReport
Deprecated.
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
catPath(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Will concatenate 2 paths.
center(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Center a String in a larger String of size n.
center(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Center a String in a larger String of size n.
checkRequiredState() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
CHECKSUM_POLICY_FAIL - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The strict checksum policy which fails the build if a corrupt artifact is detected.
CHECKSUM_POLICY_WARN - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The lax checksum policy which only outputs a warning if a corrupt artifact is detected.
chomp(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the last newline, and everything after it from a String.
chomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the last value of a supplied String, and everything after it from a String.
chompLast(String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.StringUtils
Remove a value if and only if the String ends with that value.
chop(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the last character from a String.
chopNewline(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove \n from end of a String if it's there.
ClassAnalyzer - Interface in org.apache.maven.shared.dependency.analyzer
 
ClassFileVisitor - Interface in org.apache.maven.shared.dependency.analyzer
 
ClassFileVisitorUtils - Class in org.apache.maven.shared.dependency.analyzer
 
ClassifierFilter - Class in org.apache.maven.shared.artifact.filter.collection
 
ClassifierFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter
 
ClasspathResourceLocatorStrategy - Class in org.apache.maven.shared.io.location
 
ClasspathResourceLocatorStrategy() - Constructor for class org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
 
ClasspathResourceLocatorStrategy(String, String, boolean) - Constructor for class org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
 
clean(String) - Static method in class org.apache.maven.it.util.StringUtils
Removes control characters, including whitespace, from both ends of this String, handling null by returning an empty String.
cleanDirectory(String) - Static method in class org.apache.maven.it.util.FileUtils
Clean a directory without deleting it.
cleanDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Clean a directory without deleting it.
clear() - Method in class org.apache.maven.it.util.cli.Commandline
Clear out the whole command line.
clearArgs() - Method in class org.apache.maven.it.util.cli.Commandline
Clear out the arguments but leave the executable in place for another operation.
clearFilters() - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
Removes all of the elements from this list.
clone() - Method in class org.apache.maven.it.util.cli.Commandline
 
close() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
close() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
close(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Closes the input stream.
close(OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Closes the output stream.
close(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Closes the reader.
close(Writer) - Static method in class org.apache.maven.it.util.IOUtil
Closes the writer.
close() - Method in class org.apache.maven.shared.io.location.FileLocation
 
close() - Method in interface org.apache.maven.shared.io.location.Location
 
closeQuietly() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Close the associated JAR file, ignoring any errors that may occur.
closeReport() - Method in class org.apache.maven.reporting.AbstractMavenReport
Actions when closing the report.
CmdShell - Class in org.apache.maven.it.util.cli.shell
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
CmdShell() - Constructor for class org.apache.maven.it.util.cli.shell.CmdShell
 
CoberturaPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-cobertura-plugin.
CoberturaPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.CoberturaPluginRelocator
 
CollectingDependencyNodeVisitor - Class in org.apache.maven.shared.dependency.tree.traversal
A dependency node visitor that collects visited nodes for further processing.
CollectingDependencyNodeVisitor() - Constructor for class org.apache.maven.shared.dependency.tree.traversal.CollectingDependencyNodeVisitor
Creates a dependency node visitor that collects visited nodes for further processing.
CollectorClassFileVisitor - Class in org.apache.maven.shared.dependency.analyzer
 
CollectorClassFileVisitor() - Constructor for class org.apache.maven.shared.dependency.analyzer.CollectorClassFileVisitor
 
Commandline - Class in org.apache.maven.it.util.cli

Commandline objects help handling command lines specifying processes to execute.

Commandline(String) - Constructor for class org.apache.maven.it.util.cli.Commandline
Create a new command line object.
Commandline() - Constructor for class org.apache.maven.it.util.cli.Commandline
Create a new command line object.
Commandline.Argument - Class in org.apache.maven.it.util.cli
Used for nested xml command line definitions.
Commandline.Argument() - Constructor for class org.apache.maven.it.util.cli.Commandline.Argument
 
Commandline.Marker - Class in org.apache.maven.it.util.cli
Class to keep track of the position of an Argument.
CommandLineConfigurationException - Exception in org.apache.maven.shared.invoker
Signals an error during the construction of the command line used to invoke Maven.
CommandLineConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.shared.invoker.CommandLineConfigurationException
Creates a new exception using the specified detail message and cause.
CommandLineConfigurationException(String) - Constructor for exception org.apache.maven.shared.invoker.CommandLineConfigurationException
Creates a new exception using the specified detail message.
CommandLineException - Exception in org.apache.maven.it.util.cli
 
CommandLineException(String) - Constructor for exception org.apache.maven.it.util.cli.CommandLineException
 
CommandLineException(String, Throwable) - Constructor for exception org.apache.maven.it.util.cli.CommandLineException
 
CommandLineUtils - Class in org.apache.maven.it.util.cli
 
CommandLineUtils() - Constructor for class org.apache.maven.it.util.cli.CommandLineUtils
 
CommandLineUtils.StringStreamConsumer - Class in org.apache.maven.it.util.cli
 
CommandLineUtils.StringStreamConsumer() - Constructor for class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
CommandShell - Class in org.apache.maven.it.util.cli.shell
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
CommandShell() - Constructor for class org.apache.maven.it.util.cli.shell.CommandShell
 
compare(Object, Object) - Method in class org.apache.maven.model.converter.PluginComparator
 
compare(Object, Object) - Method in class org.apache.maven.model.converter.ReportPluginComparator
 
compareFeatures(String, String) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
Allows Feature comparison to be customized
compareFeatures(String, String) - Method in class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter
 
CompositeMap - Class in org.apache.maven.shared.filtering
A Map composed with some others (optional adding SystemProperties and envvar) The get Method look in the Map list to return the corresponding value
CompositeMap(List) - Constructor for class org.apache.maven.shared.filtering.CompositeMap
 
CompositeMap(List, boolean, boolean) - Constructor for class org.apache.maven.shared.filtering.CompositeMap
 
computeHash(JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.hash.JarBytecodeHashAnalyzer
 
computeHash(JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.hash.JarFileHashAnalyzer
 
computeHash(JarAnalyzer) - Method in interface org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer
Compute the hash for the JAR.
concatenate(Object[]) - Static method in class org.apache.maven.it.util.StringUtils
Concatenates elements of an array into a single String.
consumeLine(String) - Method in class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
consumeLine(String) - Method in class org.apache.maven.it.util.cli.DefaultConsumer
 
consumeLine(String) - Method in interface org.apache.maven.it.util.cli.StreamConsumer
Called when the StreamPumper pumps a line from the Stream.
consumeLine(String) - Method in class org.apache.maven.it.util.cli.WriterStreamConsumer
 
consumeLine(String) - Method in class org.apache.maven.shared.invoker.PrintStreamHandler
 
contentEquals(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
contextualize(Context) - Method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
convertConfiguration(Model, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
convertConfiguration(Model, Model, Properties) - Method in class org.apache.maven.model.converter.plugins.PCCMultiproject
 
convertConfiguration(Model, Model, Properties) - Method in interface org.apache.maven.model.converter.plugins.PluginConfigurationConverter
 
ConverterListener - Interface in org.apache.maven.model.converter
Classes that wants to listen in on the POM conversion process should implement this interface.
copy(InputStream, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copyDirectory(File, File) - Static method in class org.apache.maven.it.util.FileUtils
 
copyDirectory(File, File, String, String) - Static method in class org.apache.maven.it.util.FileUtils
 
copyDirectoryStructure(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copies a entire directory structure.
copyDirectoryStructureIfModified(File, File) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFile(File, File, String, FileUtils.FilterWrapper[]) - Static method in class org.apache.maven.it.util.FileUtils
 
copyFile(File, File, boolean, MavenProject, List, boolean, String, MavenSession) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
copyFile(MavenFileFilterRequest) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
copyFile(File, File, boolean, List, String) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
copyFile(File, File, boolean, List, String, boolean) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
copyFile(File, File, boolean, MavenProject, List, boolean, String, MavenSession) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
Will copy a file with some filtering using defaultFilterWrappers
copyFile(MavenFileFilterRequest) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
 
copyFile(File, File, boolean, List, String) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
 
copyFile(File, File, boolean, List, String, boolean) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
 
copyFileIfModified(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination only if source timestamp is later than the destination timestamp.
copyFileToDirectory(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFileToDirectoryIfModified(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination only if source is newer than the target file.
copyFileToDirectoryIfModified(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination only if source is newer than the target file.
copyOf() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
copyURLToFile(URL, File) - Static method in class org.apache.maven.it.util.FileUtils
Copies bytes from the URL source to a file destination.
couldHoldIncluded(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches the start of at least one include pattern.
countDebugMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countDebugMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
countErrorMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countErrorMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
countInfoMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countInfoMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
countMatches(String, String) - Static method in class org.apache.maven.it.util.StringUtils
How many times is the substring in the larger String.
countMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
countSevereMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countSevereMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
countWarningMessages() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
countWarningMessages() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
createArgument() - Method in class org.apache.maven.it.util.cli.Commandline
Creates an argument object.
createArgument(boolean) - Method in class org.apache.maven.it.util.cli.Commandline
Creates an argument object and adds it to our list of args.
createChecksum(File, String) - Static method in class org.apache.maven.shared.repository.utils.DigestUtils
 
createGroupVersionAlignments(List) - Method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
createLinkPatternedText(String, String) - Static method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Create a link pattern text defined by {text, url}.
createLocalRepository(File) - Method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
createMarker() - Method in class org.apache.maven.it.util.cli.Commandline
Return a marker.
createRepository(String, String, boolean, boolean, String) - Method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
createTempFile(String, String, File) - Static method in class org.apache.maven.it.util.FileUtils
Create a temporary file in a given directory.

D

debug(String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
debug(String, Throwable) - Method in interface org.apache.maven.model.converter.ConverterListener
 
DEBUG - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for debug output.
debug(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified debug message.
debug(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified debug message and the accompanying exception.
debug(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
debug(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
debug(String) - Method in interface org.apache.maven.shared.io.logging.MessageSink
 
debug(String) - Method in class org.apache.maven.shared.io.logging.MojoLogSink
 
debug(String) - Method in class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
debug(CharSequence) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
debug(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
debug(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
debug(CharSequence) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
DEBUG - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
debug(CharSequence) - Method in interface org.apache.maven.shared.monitor.Monitor
 
debug(CharSequence, Throwable) - Method in interface org.apache.maven.shared.monitor.Monitor
 
debug(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
debug(CharSequence) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
DEBUG_LEVEL - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
DefaultClassAnalyzer - Class in org.apache.maven.shared.dependency.analyzer
 
DefaultClassAnalyzer() - Constructor for class org.apache.maven.shared.dependency.analyzer.DefaultClassAnalyzer
 
DefaultConsumer - Class in org.apache.maven.it.util.cli
 
DefaultConsumer() - Constructor for class org.apache.maven.it.util.cli.DefaultConsumer
 
DefaultDependencyTreeBuilder - Class in org.apache.maven.shared.dependency.tree
Default implementation of DependencyTreeBuilder.
DefaultDependencyTreeBuilder() - Constructor for class org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilder
 
DefaultDownloader - Class in org.apache.maven.shared.downloader
 
DefaultDownloader() - Constructor for class org.apache.maven.shared.downloader.DefaultDownloader
 
DefaultDownloadManager - Class in org.apache.maven.shared.io.download
 
DefaultDownloadManager() - Constructor for class org.apache.maven.shared.io.download.DefaultDownloadManager
 
DefaultDownloadManager(WagonManager) - Constructor for class org.apache.maven.shared.io.download.DefaultDownloadManager
 
DEFAULTEXCLUDES - Static variable in class org.apache.maven.it.util.DirectoryScanner
Patterns which should be excluded by default.
DefaultInvocationRequest - Class in org.apache.maven.shared.invoker
Specifies the parameters used to control a Maven invocation.
DefaultInvocationRequest() - Constructor for class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
DefaultInvocationResult - Class in org.apache.maven.shared.invoker
Describes the result of a Maven invocation.
DefaultInvoker - Class in org.apache.maven.shared.invoker
Class intended to be used by clients who wish to invoke a forked Maven process from their applications
DefaultInvoker() - Constructor for class org.apache.maven.shared.invoker.DefaultInvoker
 
DefaultMaven2OsgiConverter - Class in org.apache.maven.shared.osgi
Default implementation of Maven2OsgiConverter
DefaultMaven2OsgiConverter() - Constructor for class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
DefaultMavenFileFilter - Class in org.apache.maven.shared.filtering
 
DefaultMavenFileFilter() - Constructor for class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
DefaultMavenResourcesFiltering - Class in org.apache.maven.shared.filtering
 
DefaultMavenResourcesFiltering() - Constructor for class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
DefaultMavenRuntime - Class in org.apache.maven.shared.runtime
Default implementation of MavenRuntime.
DefaultMavenRuntime() - Constructor for class org.apache.maven.shared.runtime.DefaultMavenRuntime
 
DefaultMessageHolder - Class in org.apache.maven.shared.io.logging
 
DefaultMessageHolder() - Constructor for class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
DefaultMessageHolder(int, int) - Constructor for class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
DefaultMessageHolder(int, int, MessageSink) - Constructor for class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
DefaultPluginRelocatorManager - Class in org.apache.maven.model.converter.relocators
A default implementation of the PluginRelocatorManager interface.
DefaultPluginRelocatorManager() - Constructor for class org.apache.maven.model.converter.relocators.DefaultPluginRelocatorManager
 
DefaultProjectDependenciesResolver - Class in org.apache.maven.shared.artifact.resolver
Default implementation of ProjectDependenciesResolver.
DefaultProjectDependenciesResolver() - Constructor for class org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver
 
DefaultProjectDependencyAnalyzer - Class in org.apache.maven.shared.dependency.analyzer
 
DefaultProjectDependencyAnalyzer() - Constructor for class org.apache.maven.shared.dependency.analyzer.DefaultProjectDependencyAnalyzer
 
DefaultRepositoryAssembler - Class in org.apache.maven.shared.repository
 
DefaultRepositoryAssembler() - Constructor for class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
DefaultRepositoryAssembler(ArtifactFactory, ArtifactResolver, ArtifactRepositoryLayout, ArtifactRepositoryFactory, ArtifactMetadataSource, MavenProjectBuilder) - Constructor for class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
DefaultRepositoryInfo - Class in org.apache.maven.shared.repository.model
 
DefaultRepositoryInfo() - Constructor for class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
defaultString(Object) - Static method in class org.apache.maven.it.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, an empty String.
defaultString(Object, String) - Static method in class org.apache.maven.it.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, a passed in default String.
delete(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Delete the matching files and directories for the given file-set definition.
delete(FileSet, boolean) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Delete the matching files and directories for the given file-set definition.
deleteArtifact(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
deleteArtifacts(String) - Method in class org.apache.maven.it.Verifier
Deletes all artifacts in the specified group id from the local repository.
deleteDirectory(String) - Static method in class org.apache.maven.it.util.FileUtils
Recursively delete a directory.
deleteDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Recursively delete a directory.
deleteDirectory(String) - Method in class org.apache.maven.it.Verifier
Deletes the specified directory.
deleteWhitespace(String) - Static method in class org.apache.maven.it.util.StringUtils
Deletes all whitespaces from a String.
DependencyAnalyzer - Interface in org.apache.maven.shared.dependency.analyzer
DependencyAnalyzer
DependencyClassFileVisitor - Class in org.apache.maven.shared.dependency.analyzer.asm
 
DependencyClassFileVisitor() - Constructor for class org.apache.maven.shared.dependency.analyzer.asm.DependencyClassFileVisitor
 
DependencyNode - Class in org.apache.maven.shared.dependency.tree
Represents an artifact node within a Maven project's dependency tree.
DependencyNode(Artifact) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyNode
Creates a new dependency node for the specified artifact with an included state.
DependencyNode(Artifact, int) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyNode
Creates a new dependency node for the specified artifact with the specified state.
DependencyNode(Artifact, int, Artifact) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyNode
Creates a new dependency node for the specified artifact with the specified state and related artifact.
DependencyNodeFilter - Interface in org.apache.maven.shared.dependency.tree.filter
Defines a filter for dependency nodes.
DependencyNodeVisitor - Interface in org.apache.maven.shared.dependency.tree.traversal
Defines a hierarchical visitor for processing dependency node trees.
DependencyTree - Class in org.apache.maven.shared.dependency.tree
Deprecated.
As of 1.1, replaced by the dependency tree root DependencyNode
DependencyTree(DependencyNode, Collection) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
Create a tree initialized to the arguments
DependencyTreeBuilder - Interface in org.apache.maven.shared.dependency.tree
Builds a tree of dependencies for a given Maven project.
DependencyTreeBuilderException - Exception in org.apache.maven.shared.dependency.tree
Indicates that a Maven project's dependency tree cannot be resolved.
DependencyTreeBuilderException(String) - Constructor for exception org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException
 
DependencyTreeBuilderException(String, Throwable) - Constructor for exception org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException
 
DependencyTreeInverseIterator - Class in org.apache.maven.shared.dependency.tree
Iterator for DependencyNode implementing a traversal from leaves to root.
DependencyTreeInverseIterator(DependencyNode) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyTreeInverseIterator
 
DependencyTreePreorderIterator - Class in org.apache.maven.shared.dependency.tree
Iterator for DependencyNode implementing a preoder traversal.
DependencyTreePreorderIterator(DependencyNode) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyTreePreorderIterator
 
DependencyTreeResolutionListener - Class in org.apache.maven.shared.dependency.tree
An artifact resolution listener that constructs a dependency tree.
DependencyTreeResolutionListener(Logger) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Creates a new dependency tree resolution listener that writes to the specified log.
DependencyVisitor - Class in org.apache.maven.shared.dependency.analyzer.asm
Inspired by org.objectweb.asm.depend.DependencyVisitor in the ASM dependencies example.
DependencyVisitor() - Constructor for class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
DeveloperActivityPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-developer-activity-plugin.
DeveloperActivityPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.DeveloperActivityPluginRelocator
 
difference(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compare two strings, and return the portion where they differ.
differenceAt(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compare two strings, and return the index at which the strings begin to differ.
DigestUtils - Class in org.apache.maven.shared.repository.utils
Create a digest for a file.
DirectoryScanner - Class in org.apache.maven.it.util
Class for scanning a directory for files/directories which match certain criteria.
DirectoryScanner() - Constructor for class org.apache.maven.it.util.DirectoryScanner
Sole constructor.
dirname(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the directory path portion of a file specification string.
dirsDeselected - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and no excludes but which a selector discarded.
dirsExcluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and at least one exclude.
dirsIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and no excludes and were selected.
dirsNotIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which were found and did not match any includes.
displayStreamBuffers() - Method in class org.apache.maven.it.Verifier
 
download(String, String, String, File, String[]) - Method in class org.apache.maven.shared.downloader.DefaultDownloader
 
download(String, String, String, ArtifactRepository, List) - Method in class org.apache.maven.shared.downloader.DefaultDownloader
 
download(String, String, String, File, String[]) - Method in interface org.apache.maven.shared.downloader.Downloader
 
download(String, String, String, ArtifactRepository, List) - Method in interface org.apache.maven.shared.downloader.Downloader
 
download(String, MessageHolder) - Method in class org.apache.maven.shared.io.download.DefaultDownloadManager
 
download(String, List, MessageHolder) - Method in class org.apache.maven.shared.io.download.DefaultDownloadManager
 
download(String, MessageHolder) - Method in interface org.apache.maven.shared.io.download.DownloadManager
 
download(String, List, MessageHolder) - Method in interface org.apache.maven.shared.io.download.DownloadManager
 
Downloader - Interface in org.apache.maven.shared.downloader
 
DownloadException - Exception in org.apache.maven.shared.downloader
 
DownloadException(String) - Constructor for exception org.apache.maven.shared.downloader.DownloadException
 
DownloadException(String, Throwable) - Constructor for exception org.apache.maven.shared.downloader.DownloadException
 
DownloadException(Throwable) - Constructor for exception org.apache.maven.shared.downloader.DownloadException
 
DownloadFailedException - Exception in org.apache.maven.shared.io.download
 
DownloadFailedException(String, String, Throwable) - Constructor for exception org.apache.maven.shared.io.download.DownloadFailedException
 
DownloadFailedException(String, String) - Constructor for exception org.apache.maven.shared.io.download.DownloadFailedException
 
DownloadManager - Interface in org.apache.maven.shared.io.download
 
DownloadNotFoundException - Exception in org.apache.maven.shared.downloader
 
DownloadNotFoundException(String) - Constructor for exception org.apache.maven.shared.downloader.DownloadNotFoundException
 
DownloadNotFoundException(String, Throwable) - Constructor for exception org.apache.maven.shared.downloader.DownloadNotFoundException
 
DownloadNotFoundException(Throwable) - Constructor for exception org.apache.maven.shared.downloader.DownloadNotFoundException
 

E

EmbeddedMavenModelExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a JAR file for any embedded Maven metadata for identification.
EmbeddedMavenModelExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer
 
EmptyRepositoryHashSearch - Class in org.apache.maven.shared.jar.identification.repository
Empty repository hash search.
EmptyRepositoryHashSearch() - Constructor for class org.apache.maven.shared.jar.identification.repository.EmptyRepositoryHashSearch
 
endProcessChildren(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
endSection() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap section ending in the current sink.
endTable() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap the table ending in the current sink.
endVisit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Ends the visit to to the specified dependency node.
endVisit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.CollectingDependencyNodeVisitor
Ends the visit to to the specified dependency node.
endVisit(DependencyNode) - Method in interface org.apache.maven.shared.dependency.tree.traversal.DependencyNodeVisitor
Ends the visit to to the specified dependency node.
endVisit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor
Ends the visit to to the specified dependency node.
endVisit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
Ends the visit to to the specified dependency node.
EnhancedStringTokenizer - Class in org.apache.maven.it.util.cli
The java.util.StringTokenizer is horribly broken.
EnhancedStringTokenizer(String) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
EnhancedStringTokenizer(String, String) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
EnhancedStringTokenizer(String, String, boolean) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
entrySet() - Method in class org.apache.maven.shared.filtering.CompositeMap
 
envVars - Variable in class org.apache.maven.it.util.cli.Commandline
 
equals(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compares two Strings, returning true if they are equal.
equals(Object) - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
equals(Object) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
equals(Object) - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
equalsIgnoreCase(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compares two Strings, returning true if they are equal ignoring the case.
error(String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
error(String, Throwable) - Method in interface org.apache.maven.model.converter.ConverterListener
 
ERROR - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for error output.
error(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified error message.
error(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified error message and the accompanying exception.
error(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
error(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
error(String) - Method in interface org.apache.maven.shared.io.logging.MessageSink
 
error(String) - Method in class org.apache.maven.shared.io.logging.MojoLogSink
 
error(String) - Method in class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
error(CharSequence) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
error(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
error(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
error(CharSequence) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
ERROR - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
error(CharSequence) - Method in interface org.apache.maven.shared.monitor.Monitor
 
error(CharSequence, Throwable) - Method in interface org.apache.maven.shared.monitor.Monitor
 
error(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
error(CharSequence) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
ERROR_LEVEL - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
escape(String) - Static method in class org.apache.maven.it.util.StringUtils
Escapes any values it finds into their String form.
escapeWindowsPath(String) - Static method in class org.apache.maven.shared.filtering.FilteringUtils
 
eval() - Method in class org.apache.maven.it.util.Os
Determines if the current OS matches the type of that set in setFamily.
everythingIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not everything tested so far has been included.
excludes - Variable in class org.apache.maven.it.util.DirectoryScanner
The patterns for the files to be excluded.
executable - Variable in class org.apache.maven.it.util.cli.Commandline
 
execute() - Method in class org.apache.maven.it.util.cli.Commandline
Executes the command.
execute() - Method in class org.apache.maven.model.converter.Maven1Converter
 
execute() - Method in class org.apache.maven.reporting.AbstractMavenReport
This method should be never called - all reports are rendered by Maven site-plugin's
execute(InvocationRequest) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
execute(InvocationRequest) - Method in interface org.apache.maven.shared.invoker.Invoker
Executes Maven using the parameters specified by the given invocation request.
executeCommandLine(Commandline, StreamConsumer, StreamConsumer) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
executeCommandLine(Commandline, InputStream, StreamConsumer, StreamConsumer) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
executeGoal(String) - Method in class org.apache.maven.it.Verifier
 
executeGoal(String, Map) - Method in class org.apache.maven.it.Verifier
 
executeGoals(List) - Method in class org.apache.maven.it.Verifier
 
executeGoals(List, Map) - Method in class org.apache.maven.it.Verifier
 
executeHook(String) - Method in class org.apache.maven.it.Verifier
 
executeReport(Locale) - Method in class org.apache.maven.reporting.AbstractMavenReport
Execute the generation of the report.
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.FilenameExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.JarClassesExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.ManifestExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.TextFileExposer
 
expose(JarIdentification, JarAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.TimestampExposer
 
expose(JarIdentification, JarAnalyzer) - Method in interface org.apache.maven.shared.jar.identification.JarIdentificationExposer
Expose metadata during the identification process.
EXTENDED_TOKENS - Static variable in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
The extended ASCII tokens to use when outputing the dependency tree.
extension(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the extension portion of a file specification string.
extractResourcePath(String, File) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
extractResourcePath(Class, String, File) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
extractResourcePath(Class, String, File, boolean) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
extractVariablePart(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Returns the part of the given string that matches the * in the "from" pattern.
extractVariablePart(String) - Method in class org.apache.maven.shared.model.fileset.mappers.PackageNameMapper
Returns the part of the given string that matches the * in the "from" pattern.
extractVariablePart(String) - Method in class org.apache.maven.shared.model.fileset.mappers.UnPackageNameMapper
Returns the part of the given string that matches the * in the "from" pattern.

F

FAMILY_DOS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_MAC - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_NETWARE - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OPENVMS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OS2 - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OS400 - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_TANDEM - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_UNIX - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_WIN9X - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_WINDOWS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_ZOS - Static variable in class org.apache.maven.it.util.Os
 
FaqPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-faq-plugin.
FaqPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.FaqPluginRelocator
 
FATAL - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for fatal error output.
fatalError(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified fatal error message.
fatalError(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified fatal error message and the accompanying exception.
fatalError(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
fatalError(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
FileActivityPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-file-activity-plugin.
FileActivityPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.FileActivityPluginRelocator
 
fileAppend(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Appends data to a file.
fileDelete(String) - Static method in class org.apache.maven.it.util.FileUtils
Deletes a file.
fileExists(String) - Static method in class org.apache.maven.it.util.FileUtils
Check if a file exits.
FileLocation - Class in org.apache.maven.shared.io.location
 
FileLocation(File, String) - Constructor for class org.apache.maven.shared.io.location.FileLocation
 
FileLocation(String) - Constructor for class org.apache.maven.shared.io.location.FileLocation
 
FileLocatorStrategy - Class in org.apache.maven.shared.io.location
 
FileLocatorStrategy() - Constructor for class org.apache.maven.shared.io.location.FileLocatorStrategy
 
filename(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
FilenameExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a JAR file to derive Maven metadata from the pattern of the JAR's filename.
FilenameExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.FilenameExposer
 
FileNameMapper - Interface in org.apache.maven.shared.model.fileset.mappers
Interface to be used by SourceFileScanner.
fileRead(String) - Static method in class org.apache.maven.it.util.FileUtils
 
fileRead(File) - Static method in class org.apache.maven.it.util.FileUtils
 
fileRead(File, String) - Static method in class org.apache.maven.it.util.FileUtils
 
filesDeselected - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and no excludes and which a selector discarded.
FileSet - Class in org.apache.maven.shared.model.fileset
Defines the rules for matching and working with files in a given base directory.
FileSet() - Constructor for class org.apache.maven.shared.model.fileset.FileSet
 
FileSetManager - Class in org.apache.maven.shared.model.fileset.util
Provides operations for use with FileSet instances, such as retrieving the included/excluded files, deleting all matching entries, etc.
FileSetManager(Log, boolean) - Constructor for class org.apache.maven.shared.model.fileset.util.FileSetManager
Create a new manager instance with the supplied log instance and flag for whether to output verbose messages.
FileSetManager(Log) - Constructor for class org.apache.maven.shared.model.fileset.util.FileSetManager
Create a new manager instance with the supplied log instance.
FileSetManager(Logger, boolean) - Constructor for class org.apache.maven.shared.model.fileset.util.FileSetManager
Create a new manager instance with the supplied log instance and flag for whether to output verbose messages.
FileSetManager(Logger) - Constructor for class org.apache.maven.shared.model.fileset.util.FileSetManager
Create a new manager instance with the supplied log instance.
FileSetManager() - Constructor for class org.apache.maven.shared.model.fileset.util.FileSetManager
Create a new manager instance with an empty messages.
FileSetXpp3Reader - Class in org.apache.maven.shared.model.fileset.io.xpp3
Class FileSetXpp3Reader.
FileSetXpp3Reader() - Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
 
FileSetXpp3Writer - Class in org.apache.maven.shared.model.fileset.io.xpp3
Class FileSetXpp3Writer.
FileSetXpp3Writer() - Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
 
filesExcluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and at least one exclude.
filesIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and no excludes and were selected.
filesNotIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which did not match any includes or selectors.
FileUtils - Class in org.apache.maven.it.util
This class provides basic facilities for manipulating files and file paths.
FileUtils() - Constructor for class org.apache.maven.it.util.FileUtils
 
FileUtils.FilterWrapper - Class in org.apache.maven.it.util
 
FileUtils.FilterWrapper() - Constructor for class org.apache.maven.it.util.FileUtils.FilterWrapper
 
fileWrite(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Writes data to a file.
fileWrite(String, String, String) - Static method in class org.apache.maven.it.util.FileUtils
Writes data to a file.
filter(Set) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
This function determines if filtering needs to be performed.
filter(Set) - Method in interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
 
filter(Set) - Method in class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter
 
filter(Set) - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
 
filter(Set) - Method in class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
 
filter(Set) - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
This function determines if filtering needs to be performed.
FilterArtifacts - Class in org.apache.maven.shared.artifact.filter.collection
 
FilterArtifacts() - Constructor for class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
 
filteredFileExtension(String, List) - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
filteredFileExtension(String, List) - Method in interface org.apache.maven.shared.filtering.MavenResourcesFiltering
 
filterEntries(Pattern) - Method in class org.apache.maven.shared.jar.JarAnalyzer
Filter a list of JAR entries against the pattern.
filterFile(String, String, String, Map) - Method in class org.apache.maven.it.Verifier
Filters a text file by replacing some user-defined tokens.
FilteringDependencyNodeVisitor - Class in org.apache.maven.shared.dependency.tree.traversal
A dependency node visitor that filters nodes and delegates to another visitor.
FilteringDependencyNodeVisitor(DependencyNodeVisitor, DependencyNodeFilter) - Constructor for class org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor
Creates a dependency node visitor that delegates nodes that are accepted by the specified filter to the specified visitor.
FilteringUtils - Class in org.apache.maven.shared.filtering
 
filterResources(List, File, MavenProject, String, List, List, MavenSession) - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
filterResources(List, File, String, List, File, List) - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
filterResources(MavenResourcesExecution) - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
filterResources(List, File, MavenProject, String, List, List, MavenSession) - Method in interface org.apache.maven.shared.filtering.MavenResourcesFiltering
 
filterResources(List, File, String, List, File, List) - Method in interface org.apache.maven.shared.filtering.MavenResourcesFiltering
 
filterResources(MavenResourcesExecution) - Method in interface org.apache.maven.shared.filtering.MavenResourcesFiltering
 
FindbugsPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-findbugs-plugin.
FindbugsPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.FindbugsPluginRelocator
 
findBuildPlugin(Model, String, String) - Static method in class org.apache.maven.model.converter.ModelUtils
Try to find a build plugin in a model.
findMavenExecutable() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
findReportPlugin(Model, String, String) - Static method in class org.apache.maven.model.converter.ModelUtils
Try to find a report plugin in a model.
FlatFileNameMapper - Class in org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the source file name without any leading directory information.
FlatFileNameMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.FlatFileNameMapper
 
flush() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
flush() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
flush() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
forceDelete(String) - Static method in class org.apache.maven.it.util.FileUtils
Delete a file.
forceDelete(File) - Static method in class org.apache.maven.it.util.FileUtils
Delete a file.
forceDeleteOnExit(File) - Static method in class org.apache.maven.it.util.FileUtils
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.maven.it.util.FileUtils
Make a directory.
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator, ConfigurationListener) - Method in class org.apache.maven.shared.ant.components.AntTargetConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassRealm, ExpressionEvaluator, ConfigurationListener) - Method in class org.apache.maven.shared.ant.components.AntTargetConverter
 
fromPostfix - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Part of "from" pattern after the *.
fromPrefix - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Part of "from" pattern before the *.
FS - Static variable in class org.apache.maven.it.util.FileUtils
 

G

generate(Sink, Locale) - Method in class org.apache.maven.reporting.AbstractMavenReport
generate(Sink, Locale) - Method in class org.apache.maven.reporting.AbstractMavenReport
generate(Sink, SinkFactory, Locale) - Method in class org.apache.maven.reporting.AbstractMavenReport
Generate a report.
generate(Sink, SinkFactory, Locale) - Method in interface org.apache.maven.reporting.MavenMultiPageReport
 
generate(Sink, Locale) - Method in interface org.apache.maven.reporting.MavenReport
 
get(Object) - Method in class org.apache.maven.shared.filtering.CompositeMap
 
getActivatedReactorExcludes() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getActivatedReactorExcludes() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the list of subdirectory patterns to exclude from search
getActivatedReactorIncludes() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getActivatedReactorIncludes() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the list of subdirectory patterns to search
getAddDefaultEntities() - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Returns the state of the "add default entities" flag.
getAdditionalProperties() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getArguments() - Method in class org.apache.maven.it.util.cli.Commandline
Returns all arguments defined by addLine, addValue or the argument object.
getArtifact() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the artifact attached to this dependency node.
getArtifactFeature(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
Should return the type or classifier of the given artifact, so that we can filter it
getArtifactFeature(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter
 
getArtifactFeature(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter
 
getArtifactFeature(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter
 
getArtifactFeature(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.TypeFilter
 
getArtifactFileNameList(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
getArtifactFilter() - Method in class org.apache.maven.shared.dependency.tree.filter.ArtifactDependencyNodeFilter
Gets the artifact filter this dependency node filter delegates to.
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCCastor
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCChangelog
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCChanges
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCCheckstyle
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCCompiler
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCJalopy
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCJar
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCJavadoc
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCJavaNCSS
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCPmd
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCSite
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCSurefire
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCTaglist
 
getArtifactId() - Method in class org.apache.maven.model.converter.plugins.PCCWar
 
getArtifactId() - Method in exception org.apache.maven.model.converter.PomTranslationException
 
getArtifactId() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getArtifactId() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
Gets the artifact id for these Maven project properties.
getArtifactMetadataPath(String, String, String) - Method in class org.apache.maven.it.Verifier
Gets the path to the local artifact metadata.
getArtifactMetadataPath(String, String) - Method in class org.apache.maven.it.Verifier
Gets the path to the local artifact metadata.
getArtifactPath(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
getArtifactResolutionResult() - Method in class org.apache.maven.shared.dependency.tree.DefaultDependencyTreeBuilder
 
getArtifacts() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
getAvailableVersions() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
If the version was selected from a range this method will return the available versions when making the decision.
getBasedir() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the base directory to be scanned.
getBasedir() - Method in class org.apache.maven.it.Verifier
 
getBasedir() - Method in class org.apache.maven.model.converter.Maven1Converter
 
getBaseDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getBaseDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getBaseDirectory() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the POM for the Maven invocation.
getBaseDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the POM for the Maven invocation.
getBundleFileName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getBundleFileName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
 
getBundleSymbolicName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
Get the symbolic name as groupId + "." + artifactId, with the following exceptions if artifact.getFile is not null and the jar contains a OSGi Manifest with Bundle-SymbolicName property then that value is returned if groupId has only one section (no dots) and artifact.getFile is not null then the first package name with classes is returned.
getBundleSymbolicName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Get the OSGi symbolic name for the artifact
getBytecodeHash() - Method in class org.apache.maven.shared.jar.JarData
 
getCategoryName() - Method in class org.apache.maven.reporting.AbstractMavenReport
getCategoryName() - Method in interface org.apache.maven.reporting.MavenReport
 
getChildren() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the list of child dependency nodes of this dependency node.
getChomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove everything and return the last value of a supplied String, and everything after it from a String.
getClassEntries() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get all the classes in the JAR.
getClasses() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
getClasses() - Method in class org.apache.maven.shared.dependency.analyzer.CollectorClassFileVisitor
 
getClassname() - Method in class org.apache.maven.shared.model.fileset.Mapper
Get allows specification of a custom mapper implementation.
getClassNames() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
getCliOptions() - Method in class org.apache.maven.it.Verifier
 
getCommandline() - Method in class org.apache.maven.it.util.cli.Commandline
Returns the executable and all defined arguments.
getCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.CmdShell
Specific implementation that quotes the all the command line
getCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the command line for the provided executable and arguments in this shell
getDefaultExcludes() - Static method in class org.apache.maven.it.util.FileUtils
 
getDefaultExcludesAsList() - Static method in class org.apache.maven.it.util.FileUtils
 
getDefaultFilterWrappers(MavenProject, List, boolean, MavenSession) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
Deprecated. 
getDefaultFilterWrappers(MavenProject, List, boolean, MavenSession, MavenResourcesExecution) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
getDefaultFilterWrappers(AbstractMavenFilteringRequest) - Method in class org.apache.maven.shared.filtering.DefaultMavenFileFilter
 
getDefaultFilterWrappers(MavenProject, List, boolean, MavenSession) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
getDefaultFilterWrappers(MavenProject, List, boolean, MavenSession, MavenResourcesExecution) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
 
getDefaultFilterWrappers(AbstractMavenFilteringRequest) - Method in interface org.apache.maven.shared.filtering.MavenFileFilter
 
getDefaultNonFilteredFileExtensions() - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
getDefaultNonFilteredFileExtensions() - Method in interface org.apache.maven.shared.filtering.MavenResourcesFiltering
return the List of the non filtered extensions (jpg,jpeg,gif,bmp,png)
getDelimiters() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
See AbstractMavenFilteringRequest.delimiters for more information and default values.
getDependencies() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyClassFileVisitor
 
getDependencyNodeFilter() - Method in class org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor
Gets the dependency node filter that this visitor applies before delegation.
getDependencyNodeFilters() - Method in class org.apache.maven.shared.dependency.tree.filter.AndDependencyNodeFilter
Gets the list of dependency node filters that this filter ANDs together.
getDependencyNodeVisitor() - Method in class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Gets the dependency node visitor that this visitor applies on the resultant dependency tree.
getDependencyNodeVisitor() - Method in class org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor
Gets the dependency node visitor that this visitor delegates to.
getDependencyTree() - Method in class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Gets the root node of the resultant dependency tree constructed by this visitor.
getDepth() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Deprecated.
As of 1.1, depth is computed by node hierarchy. With the introduction of node visitors and filters this method can give misleading results. For example, consider serialising a tree with a filter using a visitor: this method would return the unfiltered depth of a node, whereas the correct depth would be calculated by the visitor.
getDescription(Locale) - Method in interface org.apache.maven.reporting.MavenReport
 
getDeselectedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which were selected out and therefore not ultimately included.
getDeselectedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which were selected out and therefore not ultimately included.
getDirectory() - Method in class org.apache.maven.shared.model.fileset.FileSet
Get absolute or relative from the module's directory.
getDirectoryMode() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get similar to a UNIX permission.
getDirectoryNames(File, String, String, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of directories as String depending options.
getDirectoryNames(File, String, String, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of directories as String depending options.
getEncoding() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getEntries() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get all the contained files in the JAR.
getEntries() - Method in class org.apache.maven.shared.jar.JarData
 
getEntryInputStream(JarEntry) - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get the data for an individual entry in the JAR.
getEnvironmentVariables() - Method in class org.apache.maven.it.util.cli.Commandline
Return the list of environment variables
getErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the handler used to capture the error output from the Maven build.
getEscapeString() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getExcludedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludedDirectories(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Get all the directory names which have been excluded by the rules in this fileset.
getExcludedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludedFiles(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Get all the filenames which have been excluded by the rules in this fileset.
getExcludes() - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
 
getExcludes() - Method in class org.apache.maven.shared.model.fileset.SetBase
Method getExcludes.
getExcludes() - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
getExcludes() - Method in interface org.apache.maven.shared.repository.model.GroupVersionAlignment
 
getExcludes() - Method in interface org.apache.maven.shared.repository.model.RepositoryInfo
 
getExcludesArray() - Method in class org.apache.maven.shared.model.fileset.SetBase
 
getExcludeScope() - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
 
getExecutable() - Method in class org.apache.maven.it.util.cli.Commandline
 
getExecutable() - Method in class org.apache.maven.it.Verifier
 
getExecutionException() - Method in class org.apache.maven.shared.invoker.DefaultInvocationResult
 
getExecutionException() - Method in interface org.apache.maven.shared.invoker.InvocationResult
Gets the exception that possibly occurred during the execution of the command line.
getExitCode() - Method in class org.apache.maven.shared.invoker.DefaultInvocationResult
 
getExitCode() - Method in interface org.apache.maven.shared.invoker.InvocationResult
Gets the exit code from the Maven invocation.
getExtension(String) - Static method in class org.apache.maven.it.util.FileUtils
Get extension from filename.
getFailedUpdateScope() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the scope that this node's artifact was attempted to be updated to due to conflicts.
getFailureBehavior() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getFailureBehavior() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the failure mode of the Maven invocation.
getFile(String) - Static method in class org.apache.maven.it.util.FileUtils
Creates a file handle.
getFile() - Method in class org.apache.maven.shared.io.location.FileLocation
 
getFile() - Method in interface org.apache.maven.shared.io.location.Location
 
getFile() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get the file that was opened by this analyzer.
getFile() - Method in class org.apache.maven.shared.jar.JarData
 
getFileAndDirectoryNames(File, String, String, boolean, boolean, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFileFilters() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getFileHash() - Method in class org.apache.maven.shared.jar.JarData
 
getFileMode() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get similar to a UNIX permission.
getFileNameMapper(Mapper) - Static method in class org.apache.maven.shared.model.fileset.mappers.MapperUtil
Returns a fully configured FileNameMapper implementation.
getFileNames(File, String, String, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFileNames(File, String, String, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFiles(File, String, String) - Static method in class org.apache.maven.it.util.FileUtils
Return the files contained in the directory, using inclusion and exclusion Ant patterns, including the directory name in each of the files
getFiles(File, String, String, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return the files contained in the directory, using inclusion and exclusion Ant patterns
getFilesFromExtension(String, String[]) - Static method in class org.apache.maven.it.util.FileUtils
Given a directory and an array of extensions return an array of compliant files.
getFillIndent(boolean) - Method in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor.TreeTokens
 
getFilterDescription() - Method in class org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter
 
getFilterDescription() - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
getFilters() - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
 
getFilters() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getFilterWrappers() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
getFrom() - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
getFrom() - Method in class org.apache.maven.shared.model.fileset.Mapper
Get specifies a type-specific pattern for matching source paths which should be mapped.
getGlobalChecksumPolicy() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getGlobalChecksumPolicy() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the checksum mode of the Maven invocation.
getGoals() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getGoals() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the goals for the Maven invocation.
getGroupId() - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
getGroupId() - Method in exception org.apache.maven.model.converter.PomTranslationException
 
getGroupId() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getGroupId() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
Gets the group id for these Maven project properties.
getGroupVersionAlignments() - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
getGroupVersionAlignments() - Method in interface org.apache.maven.shared.repository.model.RepositoryInfo
 
getId() - Method in interface org.apache.maven.shared.repository.model.GroupVersionAlignment
 
getImports() - Method in class org.apache.maven.shared.jar.classes.ImportVisitor
Get the list of discovered imports.
getImports() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
getIncludedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and none of the exclude patterns.
getIncludedDirectories(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Get all the directory names which have been included by the rules in this fileset.
getIncludedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and none of the exclude patterns.
getIncludedFiles(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
Get all the filenames which have been included by the rules in this fileset.
getIncludedSources(File, File) - Method in interface org.apache.maven.shared.io.scan.ResourceInclusionScanner
 
getIncludedSources(File, File) - Method in class org.apache.maven.shared.io.scan.SimpleResourceInclusionScanner
 
getIncludedSources(File, File) - Method in class org.apache.maven.shared.io.scan.StaleResourceScanner
 
getIncludes() - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
 
getIncludes() - Method in class org.apache.maven.shared.model.fileset.SetBase
Method getIncludes.
getIncludes() - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
getIncludes() - Method in interface org.apache.maven.shared.repository.model.RepositoryInfo
 
getIncludesArray() - Method in class org.apache.maven.shared.model.fileset.SetBase
 
getIncludeScope() - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
 
getInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the input stream used to provide input for the invoked Maven build.
getInputStream() - Method in class org.apache.maven.shared.io.location.FileLocation
 
getInputStream() - Method in interface org.apache.maven.shared.io.location.Location
 
getInstance() - Static method in class org.apache.maven.it.util.SelectorUtils
Retrieves the manager of the Singleton.
getJarClasses() - Method in class org.apache.maven.shared.jar.JarData
 
getJarData() - Method in class org.apache.maven.shared.jar.JarAnalyzer
 
getJarIdentification() - Method in class org.apache.maven.shared.jar.JarData
 
getJavaHome() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getJavaHome() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the Java installation used to run Maven.
getJdkRevision() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
getJdkRevision() - Method in class org.apache.maven.shared.jar.JarData
 
getLevelLabel(int) - Static method in class org.apache.maven.shared.io.logging.MessageLevels
 
getLevelStates(int) - Static method in class org.apache.maven.shared.io.logging.MessageLevels
 
getLineEnding() - Method in class org.apache.maven.shared.model.fileset.FileSet
Get controls the line-endings of files in this fileSet.
getLocalRepository() - Method in interface org.apache.maven.shared.repository.RepositoryBuilderConfigSource
 
getLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getLocalRepositoryDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the local repository to use for the Maven invocation.
getLocalRepositoryDirectory() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the path to the base directory of the local repository to use for the Maven invocation.
getLocalRepositoryDirectory() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getLogFileName() - Method in class org.apache.maven.it.Verifier
Gets the name of the file used to log build output.
getLogger() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getLogger() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the logger used by this invoker to output diagnostic messages.
getLogger() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getManifest() - Method in class org.apache.maven.shared.jar.JarData
 
getMapper() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get specifies the mapper used.
getMaps() - Method in class org.apache.maven.shared.filtering.CompositeMap
 
getMavenHome() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getMavenHome() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the path to the base directory of the Maven installation used to invoke Maven.
getMavenHome() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getMavenOpts() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getMavenOpts() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the value of the MAVEN_OPTS environment variable.
getMavenPomEntries() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get all the Maven POM entries in the JAR.
getMavenProject() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getMavenSession() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getMavenVersion() - Method in class org.apache.maven.it.Verifier
 
getMessageHolder() - Method in class org.apache.maven.shared.io.location.Locator
 
getMessageLevel() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
getMessageLevelLabel() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
getMethods() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
getModelEncoding() - Method in class org.apache.maven.shared.model.fileset.FileSet
Get the modelEncoding field.
getName(Locale) - Method in interface org.apache.maven.reporting.MavenReport
 
getName() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getNestedString(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Get the String that is nested in between two instances of the same String.
getNestedString(String, String, String) - Static method in class org.apache.maven.it.util.StringUtils
Get the String that is nested in between two Strings.
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
If there is no replacement for this plugin, you can have the plugin removed from the v4 pom by returning null from this method and from getNewGroupId().
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.CastorPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.CoberturaPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.DeveloperActivityPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.FaqPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.FileActivityPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.FindbugsPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JalopyPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JavaCCPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JavaNCSSPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JdependPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JdiffPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.JunitReportPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.LicenseRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.SimianPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.TasklistPluginRelocator
 
getNewArtifactId() - Method in class org.apache.maven.model.converter.relocators.XdocPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
If there is no replacement for this plugin, you can have the plugin removed from the v4 pom by returning null from this method and from getNewArtifactId().
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.CastorPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.CoberturaPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.DeveloperActivityPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.FaqPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.FileActivityPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.FindbugsPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JalopyPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JavaCCPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JavaNCSSPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JdependPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JdiffPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.JunitReportPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.LicenseRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.SimianPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.TasklistPluginRelocator
 
getNewGroupId() - Method in class org.apache.maven.model.converter.relocators.XdocPluginRelocator
 
getNodeIndent(boolean) - Method in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor.TreeTokens
 
getNodes() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
getNodes() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Deprecated.
As of 1.1, use a CollectingDependencyNodeVisitor on the root dependency node
getNodes() - Method in class org.apache.maven.shared.dependency.tree.traversal.CollectingDependencyNodeVisitor
Gets the list of collected dependency nodes.
getNonFilteredFileExtensions() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
getNotIncludedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which matched none of the include patterns.
getNotIncludedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which matched none of the include patterns.
getNumClasses() - Method in class org.apache.maven.shared.jar.JarData
 
getNumEntries() - Method in class org.apache.maven.shared.jar.JarData
 
getNumPackages() - Method in class org.apache.maven.shared.jar.JarData
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
Note: Because we are working on the recently converted Maven 2 model, this method must return the artifactId that is in the model, after the model has been converted.
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.CastorPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.CoberturaPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.DeveloperActivityPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.FaqPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.FileActivityPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.FindbugsPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JalopyPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JavaCCPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JavaNCSSPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JdependPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JdiffPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.JunitReportPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.LicenseRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.SimianPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.TasklistPluginRelocator
 
getOldArtifactId() - Method in class org.apache.maven.model.converter.relocators.XdocPluginRelocator
 
getOldGroupId() - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
Note: Because we are working on the recently converted Maven 2 model, this method must return the groupId that is in the model, after the model has been converted.
getOldGroupId() - Method in class org.apache.maven.model.converter.relocators.AbstractSourceForgePluginRelocator
 
getOriginalScope() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the scope of this node's artifact before it was updated due to conflicts.
getOutput() - Method in class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
getOutputdir() - Method in class org.apache.maven.model.converter.Maven1Converter
 
getOutputDirectory() - Method in class org.apache.maven.reporting.AbstractMavenReport
The output directory when the mojo is run directly from the command line.
getOutputDirectory() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
getOutputDirectory() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get specifies the output directory relative to the root of the root directory of the assembly.
getOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the handler used to capture the standard output from the Maven build.
getOutputName() - Method in interface org.apache.maven.reporting.MavenReport
 
getPackages() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
getParent() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the parent dependency node of this dependency node.
getParts() - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Returns the parts this Argument consists of.
getPath(String) - Static method in class org.apache.maven.it.util.FileUtils
Get path from filename.
getPath(String, char) - Static method in class org.apache.maven.it.util.FileUtils
Get path from filename.
getPathFromArtifacts(Collection, Project) - Method in class org.apache.maven.shared.ant.AntProjectPopulator
 
getPatternsAsString() - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
getPid() - Method in class org.apache.maven.it.util.cli.Commandline
 
getPluginRelocator(String) - Method in class org.apache.maven.model.converter.relocators.DefaultPluginRelocatorManager
 
getPluginRelocator(String) - Method in interface org.apache.maven.model.converter.relocators.PluginRelocatorManager
Get a named plugin relocator.
getPluginRelocatorId() - Method in exception org.apache.maven.model.converter.relocators.NoSuchPluginRelocatorException
 
getPluginRelocators() - Method in class org.apache.maven.model.converter.relocators.DefaultPluginRelocatorManager
 
getPluginRelocators() - Method in interface org.apache.maven.model.converter.relocators.PluginRelocatorManager
Get all available plugin relocators.
getPomFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getPomFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the POM for the Maven invocation.
getPomFileName() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getPomFileName() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the (unqualified) filename of the POM for the Maven invocation.
getPosition() - Method in class org.apache.maven.it.util.cli.Commandline.Marker
Return the number of arguments that preceeded this marker.
getPotentialArtifactIds() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getPotentialGroupIds() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getPotentialNames() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getPotentialVendors() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getPotentialVersions() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getPrechomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove and return everything before the first value of a supplied String from another String.
getPremanagedScope() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the scope of this node's artifact before it was updated by dependency management.
getPremanagedVersion() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the version of this node's artifact before it was updated by dependency management.
getProfiles() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getProfiles() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the profiles for the Maven invocation.
getProject() - Method in class org.apache.maven.reporting.AbstractMavenReport
 
getProject() - Method in interface org.apache.maven.shared.repository.RepositoryBuilderConfigSource
 
getProject(URL) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Gets the specified URL's Maven project.
getProject(Class<?>) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Gets the specified class's Maven project.
getProject(URL) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Gets the specified URL's Maven project.
getProject(Class<?>) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Gets the specified class's Maven project.
getProjectFileName() - Method in class org.apache.maven.model.converter.Maven1Converter
 
getProjectProperties(URL) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Gets the properties for the specified URL's Maven project.
getProjectProperties(Class<?>) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Gets the properties for the specified class's Maven project.
getProjectProperties(URL) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Gets the properties for the specified URL's Maven project.
getProjectProperties(Class<?>) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Gets the properties for the specified class's Maven project.
getProjects(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Obtains a list of Maven projects accessible from the specified class loader.
getProjects(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Obtains a list of Maven projects accessible from the specified class loader.
getProjectsProperties(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
getProjectsProperties(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
getProjectStartExpressions() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
getProperties() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getProperties() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the system properties for the Maven invocation.
getPropertyHook(String, String, boolean) - Method in class org.apache.maven.shared.ant.AntPropertyHelper
 
getReader(Reader) - Method in class org.apache.maven.it.util.FileUtils.FilterWrapper
 
getRelatedArtifact() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the artifact related to the state of this dependency node.
getReportOutputDirectory() - Method in class org.apache.maven.reporting.AbstractMavenReport
getReportOutputDirectory() - Method in interface org.apache.maven.reporting.MavenReport
 
getReportSets() - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
Get the report sets for this plugin.
getReportSets() - Method in class org.apache.maven.model.converter.plugins.PCCChanges
 
getResources() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
getResourcesBaseDirectory() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
getRootNode() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
getRootNode() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Gets the root dependency node of the computed dependency tree.
getScope() - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
getScope() - Method in interface org.apache.maven.shared.repository.model.RepositoryInfo
 
getShell() - Method in class org.apache.maven.it.util.cli.Commandline
Get the shell to be used in this command line.
getShellArgs() - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the shell arguments
getShellCommand() - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the command to execute the shell
getShellCommandline() - Method in class org.apache.maven.it.util.cli.Commandline
Returns the shell, executable and all defined arguments.
getShellCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the full command line to execute, including shell command, shell arguments, executable and executable arguments
getShellEnvironments() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getShellEnvironments() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the environment variables for the Maven invocation.
getSink() - Method in class org.apache.maven.reporting.AbstractMavenReport
 
getSinkFactory() - Method in class org.apache.maven.reporting.AbstractMavenReport
 
getSiteRenderer() - Method in class org.apache.maven.reporting.AbstractMavenReport
 
getSortedProjects(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
Obtains a list of Maven projects accessible from the specified class loader ordered by their dependencies.
getSortedProjects(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
Obtains a list of Maven projects accessible from the specified class loader ordered by their dependencies.
getSourceMappings() - Method in class org.apache.maven.shared.io.scan.AbstractResourceInclusionScanner
 
getSpecification() - Method in class org.apache.maven.shared.io.location.FileLocation
 
getSpecification() - Method in interface org.apache.maven.shared.io.location.Location
 
getState() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets the state of this dependency node.
getState() - Method in class org.apache.maven.shared.dependency.tree.filter.StateDependencyNodeFilter
Gets the dependency node state that this filter accepts.
getStrategies() - Method in class org.apache.maven.shared.io.location.Locator
 
getSystemEnvVars() - Method in class org.apache.maven.it.util.cli.Commandline
 
getSystemEnvVars() - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
getSystemEnvVars(boolean) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
Return the shell environment variables.
getSystemProperties() - Method in class org.apache.maven.it.Verifier
 
getTargetFiles(File, String) - Method in class org.apache.maven.shared.io.scan.mapping.SingleTargetMapping
 
getTargetFiles(File, String) - Method in interface org.apache.maven.shared.io.scan.mapping.SourceMapping
 
getTargetFiles(File, String) - Method in class org.apache.maven.shared.io.scan.mapping.SuffixMapping
 
getThreshold() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Gets the logger's threshold.
getThreshold() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
getTitle() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
getTitle() - Method in interface org.apache.maven.reporting.MavenReportRenderer
 
getTo() - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
getTo() - Method in class org.apache.maven.shared.model.fileset.Mapper
Get specifies a type-specific pattern for producing paths based on source paths.
getType() - Method in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCCastor
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCChangelog
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCChanges
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCCheckstyle
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCCompiler
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCJalopy
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCJar
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCJavadoc
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCJavaNCSS
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCPmd
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCSite
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCSurefire
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCTaglist
 
getType() - Method in class org.apache.maven.model.converter.plugins.PCCWar
 
getType() - Method in class org.apache.maven.shared.model.fileset.Mapper
Get specifies a built-in mapper implementation.
getUnusedDeclaredArtifacts() - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
getUrl() - Method in exception org.apache.maven.shared.io.download.DownloadFailedException
 
getUsedDeclaredArtifacts() - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
getUsedUndeclaredArtifacts() - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
getUserSettingsFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getUserSettingsFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the user settings for the Maven invocation.
getUtcDateFormatter() - Static method in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
getVendor() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getVerifierProperties() - Method in class org.apache.maven.it.Verifier
 
getVersion() - Method in exception org.apache.maven.model.converter.PomTranslationException
 
getVersion() - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
getVersion(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getVersion(String) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getVersion(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Convert a Maven version into an OSGi compliant version
getVersion(String) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Convert a Maven version into an OSGi compliant version
getVersion() - Method in interface org.apache.maven.shared.repository.model.GroupVersionAlignment
 
getVersion() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
Gets the version for these Maven project properties.
getVersionEntries() - Method in class org.apache.maven.shared.jar.JarAnalyzer
Get all the version text files in the JAR.
getVersionSelectedFromRange() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
If the version was selected from a range this method will return the range.
getWarnings() - Method in interface org.apache.maven.model.converter.ArtifactPomRewriter
 
getWarnings() - Method in interface org.apache.maven.model.converter.ModelConverter
 
getWarnings() - Method in class org.apache.maven.model.converter.PomV3ToV4Translator
 
getWarnings() - Method in class org.apache.maven.model.converter.V3PomRewriter
 
getWarnings() - Method in class org.apache.maven.model.converter.V4PomRewriter
 
getWorkingDirectory() - Method in class org.apache.maven.it.util.cli.Commandline
 
getWorkingDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getWorkingDirectory() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the working directory for the Maven invocation.
getWorkingDirectory() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
GlobPatternMapper - Class in org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that does simple wildcard pattern replacements.
GlobPatternMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
 
GroupIdFilter - Class in org.apache.maven.shared.artifact.filter.collection
Filter on GroupId Name.
GroupIdFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter
Construction will setup the super call with a filtertype of 'GroupId'
GroupVersionAlignment - Interface in org.apache.maven.shared.repository.model
 

H

hasChildren() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
 
hashCode() - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
hashCode() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
hashCode() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
hasMissedCriteria() - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
hasMissedCriteria() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
hasMissedCriteria() - Method in interface org.apache.maven.shared.artifact.filter.StatisticsReportingArtifactFilter
 
hasMoreTokens() - Method in class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
hasNext() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeInverseIterator
 
hasNext() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreePreorderIterator
 
haveSlowResults - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not our results were built by a slow scan.

I

IdentityMapper - Class in org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the source file name.
IdentityMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
 
ImportVisitor - Class in org.apache.maven.shared.jar.classes
Implementation of a BCEL class visitor that analyzes a class and collects imports.
ImportVisitor(JavaClass) - Constructor for class org.apache.maven.shared.jar.classes.ImportVisitor
Create an Import visitor.
include(Artifact) - Method in class org.apache.maven.shared.artifact.filter.AbstractStrictPatternArtifactFilter
 
include(Artifact) - Method in class org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter
 
include(Artifact) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
include(Artifact) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
includeArtifact(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
INCLUDED - Static variable in class org.apache.maven.shared.dependency.tree.DependencyNode
State that represents an included dependency node.
INCLUDED - Static variable in class org.apache.maven.shared.dependency.tree.filter.StateDependencyNodeFilter
A dependency node filter that only accepts included nodes.
includes - Variable in class org.apache.maven.it.util.DirectoryScanner
The patterns for the files to be included.
InclusionScanException - Exception in org.apache.maven.shared.io.scan
 
InclusionScanException(String) - Constructor for exception org.apache.maven.shared.io.scan.InclusionScanException
 
InclusionScanException(String, Throwable) - Constructor for exception org.apache.maven.shared.io.scan.InclusionScanException
 
indexOfAny(String, String[]) - Static method in class org.apache.maven.it.util.StringUtils
Find the first index of any of a set of potential substrings.
info(String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
info(String, Throwable) - Method in interface org.apache.maven.model.converter.ConverterListener
 
INFO - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for info output.
info(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified info message.
info(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified info message and the accompanying exception.
info(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
info(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
info(String) - Method in interface org.apache.maven.shared.io.logging.MessageSink
 
info(String) - Method in class org.apache.maven.shared.io.logging.MojoLogSink
 
info(String) - Method in class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
info(CharSequence) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
info(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
info(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
info(CharSequence) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
INFO - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
info(CharSequence) - Method in interface org.apache.maven.shared.monitor.Monitor
 
info(CharSequence, Throwable) - Method in interface org.apache.maven.shared.monitor.Monitor
 
info(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
info(CharSequence) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
INFO_LEVEL - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
initDefinitions(Project, Target) - Method in class org.apache.maven.shared.ant.components.AntTargetConverter
 
initFile() - Method in class org.apache.maven.shared.io.location.FileLocation
 
initFile() - Method in class org.apache.maven.shared.io.location.URLLocation
 
initialize() - Method in class org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering
 
interpolate(String, Map) - Static method in class org.apache.maven.it.util.StringUtils
 
inverseIterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets an iterator that returns this dependency node and it's children in postorder traversal.
inverseIterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
InvocationOutputHandler - Interface in org.apache.maven.shared.invoker
Receives the standard/error output from a Maven invocation.
InvocationRequest - Interface in org.apache.maven.shared.invoker
Specifies the parameters used to control a Maven invocation.
InvocationResult - Interface in org.apache.maven.shared.invoker
Describes the result of a Maven invocation.
Invoker - Interface in org.apache.maven.shared.invoker
Provides a facade to invoke Maven.
InvokerLogger - Interface in org.apache.maven.shared.invoker
A logger used by Invoker instances to output diagnostic messages.
IOUtil - Class in org.apache.maven.it.util
General IO Stream manipulation.
isActivatedReactor() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isActivatedReactor() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets whether Maven should search subdirectories to build a dynamic reactor
isAlive(long) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
isAlpha(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters.
isAlphanumeric(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters or digits.
isAlphanumericSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters, digits or space (' ').
isAlphaSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters and space (' ').
isArch(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS architecture.
isArtifactIncluded(Artifact) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
 
isArtifactIncluded(Artifact) - Method in interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
 
isAutoclean() - Method in class org.apache.maven.it.Verifier
 
isCaseSensitive - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not the file system should be treated as a case sensitive one.
isDebug() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isDebug() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the debug mode of the Maven invocation.
isDebugEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether debug output is enabled for this logger.
isDebugEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isDebugEnabled() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isDebugEnabled() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isDebugEnabled() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isDebugEnabled() - Method in interface org.apache.maven.shared.monitor.Monitor
 
isDebugPresent() - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
isDebugPresent() - Method in class org.apache.maven.shared.jar.JarData
 
isDone() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
isDone() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
isEmpty(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if a (trimmed) String is null or empty.
isEmpty() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isEmpty() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isEnabled(int) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isErrorEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether error output is enabled for this logger.
isErrorEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isErrorEnabled() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isErrorEnabled() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isErrorEnabled() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isErrorEnabled() - Method in interface org.apache.maven.shared.monitor.Monitor
 
isEscapedBackslashesInFilePath() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
isEscapeWindowsPaths() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
isEverythingIncluded() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns whether or not the scanner has included all the files or directories it has come across so far.
isExcluded(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches against at least one exclude pattern.
isExcludeTransitive() - Method in class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
 
isExternalReport() - Method in class org.apache.maven.reporting.AbstractMavenReport
 
isExternalReport() - Method in interface org.apache.maven.reporting.MavenReport
 
isFamily(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS family.
isFatalErrorEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether fatal error output is enabled for this logger.
isFatalErrorEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isFiltering() - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
isFollowSymlinks() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get specifies whether symbolic links should be traversed, or handled as-is.
isIncludeCompileScope() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
isIncluded(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches against at least one include pattern.
isIncludeEmptyDirs() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
Copy any empty directories included in the Resources.
isIncludeMetadata() - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
isIncludeMetadata() - Method in interface org.apache.maven.shared.repository.model.RepositoryInfo
 
isIncludeProvidedScope() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
isIncludeRuntimeScope() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
isIncludeSystemScope() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
isIncludeTestScope() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
isInfoEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether info output is enabled for this logger.
isInfoEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isInfoEnabled() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isInfoEnabled() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isInfoEnabled() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isInfoEnabled() - Method in interface org.apache.maven.shared.monitor.Monitor
 
isInjectProjectBuildFilters() - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
isInteractive() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isInteractive() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the interaction mode of the Maven invocation.
isMavenDebug() - Method in class org.apache.maven.it.Verifier
 
isName(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS name.
isNonPluginUpdates() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isNonPluginUpdates() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether Maven should check for plugin updates.
isNotEmpty(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if a String is non null and is not empty (length > 0).
isNumeric(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode digits.
isNumericSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode digits or space (' ').
isOffline() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isOffline() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the network mode of the Maven invocation.
isOs(String, String, String, String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS family, name, architecture and version.
isOutOfDate(File, File, int) - Static method in class org.apache.maven.it.util.SelectorUtils
Returns dependency information on these two files.
isOverwrite() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
Overwrite existing files even if the destination files are newer.
isRecursive() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isRecursive() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the recursion behavior of a reactor invocation.
isSealed() - Method in class org.apache.maven.shared.jar.JarData
 
isSelected(String, File) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether a name should be selected.
isSevereEnabled() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isSevereEnabled() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isShellEnvironmentInherited() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShellEnvironmentInherited() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether the environment variables of the current process should be propagated to the Maven invocation.
isShowErrors() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShowErrors() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the exception output mode of the Maven invocation.
isShowVersion() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShowVersion() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
The show version behaviour (-V option)
isSymbolicLink(File, String) - Method in class org.apache.maven.it.util.DirectoryScanner
Checks whether a given file is a symbolic link.
isSystemPropertiesFirst() - Method in class org.apache.maven.shared.filtering.CompositeMap
 
isUpdateSnapshots() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isUpdateSnapshots() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether Maven should enforce an update check for plugins and snapshots.
isUseDefaultExcludes() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get whether to include exclusion patterns for common temporary and SCM control files (true by default).
isUseDefaultFilterWrappers() - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
isVerboseEnabled() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isVerboseEnabled() - Method in interface org.apache.maven.shared.monitor.Monitor
 
isVersion(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS version.
isWarnEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether warn output is enabled for this logger.
isWarnEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isWarnEnabled() - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
isWarnEnabled() - Method in interface org.apache.maven.shared.monitor.Monitor
 
isWarningEnabled() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
isWarningEnabled() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
isWhitespace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only whitespace.
iterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets an iterator that returns this dependency node and it's children in preorder traversal.
iterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 

J

JalopyPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the Jalopy plugin.
JalopyPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JalopyPluginRelocator
 
JarAnalyzer - Class in org.apache.maven.shared.jar
Open a JAR file to be analyzed.
JarAnalyzer(File) - Constructor for class org.apache.maven.shared.jar.JarAnalyzer
Constructor.
JarBytecodeHashAnalyzer - Class in org.apache.maven.shared.jar.identification.hash
Analyzer that calculates the hash code for the entire file.
JarBytecodeHashAnalyzer() - Constructor for class org.apache.maven.shared.jar.identification.hash.JarBytecodeHashAnalyzer
 
JarClasses - Class in org.apache.maven.shared.jar.classes
Gathered facts about the classes within a JAR file.
JarClasses() - Constructor for class org.apache.maven.shared.jar.classes.JarClasses
Constructor to create an empty instance.
JarClassesAnalysis - Class in org.apache.maven.shared.jar.classes
Analyze the classes in a JAR file.
JarClassesAnalysis() - Constructor for class org.apache.maven.shared.jar.classes.JarClassesAnalysis
 
JarClassesExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a JAR file to derive Maven metadata from the classes in a JAR.
JarClassesExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.JarClassesExposer
 
JarData - Class in org.apache.maven.shared.jar
Class that contains details of a single JAR file and it's entries.
JarData(File, Manifest, List) - Constructor for class org.apache.maven.shared.jar.JarData
Constructor.
JarFileHashAnalyzer - Class in org.apache.maven.shared.jar.identification.hash
Analyzer that calculates the hash code for the entire file.
JarFileHashAnalyzer() - Constructor for class org.apache.maven.shared.jar.identification.hash.JarFileHashAnalyzer
 
JarHashAnalyzer - Interface in org.apache.maven.shared.jar.identification.hash
Classes that can calculate various hash signatures for a JAR file to later uniquely identify them.
JarIdentification - Class in org.apache.maven.shared.jar.identification
Gathered Maven information about the JAR file.
JarIdentification() - Constructor for class org.apache.maven.shared.jar.identification.JarIdentification
 
JarIdentificationAnalysis - Class in org.apache.maven.shared.jar.identification
Analyze the JAR file to identify Maven artifact metadata.
JarIdentificationAnalysis() - Constructor for class org.apache.maven.shared.jar.identification.JarIdentificationAnalysis
 
JarIdentificationExposer - Interface in org.apache.maven.shared.jar.identification
Expose information from a JAR during the identification process.
JavaCCPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-javacc-plugin.
JavaCCPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JavaCCPluginRelocator
 
JavaNCSSPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-javancss-plugin.
JavaNCSSPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JavaNCSSPluginRelocator
 
javaScript(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to add a Javascript code in the current sink.
JdependPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-jdepend-plugin.
JdependPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JdependPluginRelocator
 
JdiffPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-jdiff-plugin.
JdiffPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JdiffPluginRelocator
 
join(Object[], String) - Static method in class org.apache.maven.it.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator, String) - Static method in class org.apache.maven.it.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
JunitReportPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-junit-report-plugin.
JunitReportPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.JunitReportPluginRelocator
 

K

killProcess(long) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
Kill a process launched by executeCommandLine methods Doesn't work correctly on windows, only the cmd process will be destroy but not the sub process (Bug ID 4770092)

L

lastIndexOfAny(String, String[]) - Static method in class org.apache.maven.it.util.StringUtils
Find the latest index of any of a set of potential substrings.
launchSubversion(String, String) - Static method in class org.apache.maven.it.Verifier
 
left(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets the leftmost n characters of a String.
leftPad(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Left pad a String with spaces.
leftPad(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Left pad a String with a specified string.
LEVEL_DEBUG - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LEVEL_DISABLED - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LEVEL_ERROR - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LEVEL_INFO - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LEVEL_SEVERE - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LEVEL_WARNING - Static variable in class org.apache.maven.shared.io.logging.MessageLevels
 
LicenseRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-license-plugin.
LicenseRelocator() - Constructor for class org.apache.maven.model.converter.relocators.LicenseRelocator
 
link(String, String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a link in the current sink.
linkPatternedText(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a patterned text in the current link.
loadFile(File) - Static method in class org.apache.maven.it.util.FileUtils
 
loadFile(String, String, boolean) - Method in class org.apache.maven.it.Verifier
 
loadFile(File, boolean) - Method in class org.apache.maven.it.Verifier
 
loadLines(String, String) - Method in class org.apache.maven.it.Verifier
Loads the (non-empty) lines of the specified text file.
loadProperties(String) - Method in class org.apache.maven.it.Verifier
 
loadPropertyFile(File, Properties) - Static method in class org.apache.maven.shared.filtering.PropertyUtils
Reads a property file, resolving all internal variables, using the supplied base properties.
loadPropertyFile(File, boolean, boolean) - Static method in class org.apache.maven.shared.filtering.PropertyUtils
Reads a property file, resolving all internal variables.
localRepo - Variable in class org.apache.maven.it.Verifier
 
Location - Interface in org.apache.maven.shared.io.location
 
Locator - Class in org.apache.maven.shared.io.location
 
Locator(List, MessageHolder) - Constructor for class org.apache.maven.shared.io.location.Locator
 
Locator() - Constructor for class org.apache.maven.shared.io.location.Locator
 
LocatorStrategy - Interface in org.apache.maven.shared.io.location
 
lowerCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Convert a String to lower case, null String returns null.
lowercaseFirstLetter(String) - Static method in class org.apache.maven.it.util.StringUtils
 

M

main(String[]) - Static method in class org.apache.maven.it.Verifier
 
manageArtifact(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
manageArtifactScope(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
manageArtifactSystemPath(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
 
manageArtifactVersion(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
ManifestExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a JAR's manifest to derive Maven metadata.
ManifestExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.ManifestExposer
 
ManifestReadingException - Exception in org.apache.maven.shared.osgi
Exception while reading the manifest.
ManifestReadingException() - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(String, Throwable) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(String) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(Throwable) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
mapFileName(String) - Method in interface org.apache.maven.shared.model.fileset.mappers.FileNameMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.FlatFileNameMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Returns the target filename for the given source file.
mapIncludedFiles(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
 
Mapper - Class in org.apache.maven.shared.model.fileset
Class Mapper.
Mapper() - Constructor for class org.apache.maven.shared.model.fileset.Mapper
 
MapperException - Exception in org.apache.maven.shared.model.fileset.mappers
Mapper Exception
MapperException(String, Throwable) - Constructor for exception org.apache.maven.shared.model.fileset.mappers.MapperException
Constructor
MapperException(String) - Constructor for exception org.apache.maven.shared.model.fileset.mappers.MapperException
Constructor
MapperUtil - Class in org.apache.maven.shared.model.fileset.mappers
Element to define a FileNameMapper.
match(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a string matches against a pattern.
matchPath(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPatternStart(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
Maven1Converter - Class in org.apache.maven.model.converter
Converts a Maven 1 project.xml (v3 pom) to a Maven 2 pom.xml (v4 pom).
Maven1Converter() - Constructor for class org.apache.maven.model.converter.Maven1Converter
 
Maven2OsgiConverter - Interface in org.apache.maven.shared.osgi
Converter from Maven groupId,artifactId and versions to OSGi Bundle-SymbolicName and version
MAVEN_EXPRESSION_EVALUATOR_ID - Static variable in class org.apache.maven.shared.ant.components.AntTargetConverter
 
MavenCommandLineBuilder - Class in org.apache.maven.shared.invoker
 
MavenCommandLineBuilder() - Constructor for class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
MavenFileFilter - Interface in org.apache.maven.shared.filtering
 
MavenFileFilterRequest - Class in org.apache.maven.shared.filtering
 
MavenFileFilterRequest() - Constructor for class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
MavenFileFilterRequest(File, File, boolean, MavenProject, List, boolean, String, MavenSession, Properties) - Constructor for class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
MavenFilteringException - Exception in org.apache.maven.shared.filtering
 
MavenFilteringException() - Constructor for exception org.apache.maven.shared.filtering.MavenFilteringException
 
MavenFilteringException(String) - Constructor for exception org.apache.maven.shared.filtering.MavenFilteringException
 
MavenFilteringException(Throwable) - Constructor for exception org.apache.maven.shared.filtering.MavenFilteringException
 
MavenFilteringException(String, Throwable) - Constructor for exception org.apache.maven.shared.filtering.MavenFilteringException
 
MavenInvocationException - Exception in org.apache.maven.shared.invoker
Signals an error during the construction of the command line used to invoke Maven, e.g.
MavenInvocationException(String, Throwable) - Constructor for exception org.apache.maven.shared.invoker.MavenInvocationException
Creates a new exception using the specified detail message and cause.
MavenInvocationException(String) - Constructor for exception org.apache.maven.shared.invoker.MavenInvocationException
Creates a new exception using the specified detail message.
MavenMultiPageReport - Interface in org.apache.maven.reporting
Temporary class for backwards compatibility.
MavenProjectProperties - Class in org.apache.maven.shared.runtime
Encapsulates the unique identifier for a Maven project.
MavenProjectProperties(String, String, String) - Constructor for class org.apache.maven.shared.runtime.MavenProjectProperties
Creates a new MavenProjectProperties with the specified Maven project group id, artifact id and version properties.
MavenReport - Interface in org.apache.maven.reporting
The basis for a Maven report.
MavenReportException - Exception in org.apache.maven.reporting
An exception occurring during the execution of a Maven report.
MavenReportException(String) - Constructor for exception org.apache.maven.reporting.MavenReportException
 
MavenReportException(String, Exception) - Constructor for exception org.apache.maven.reporting.MavenReportException
 
MavenReportRenderer - Interface in org.apache.maven.reporting
 
MavenResourcesExecution - Class in org.apache.maven.shared.filtering
A bean to configure a resources filtering execution
MavenResourcesExecution() - Constructor for class org.apache.maven.shared.filtering.MavenResourcesExecution
 
MavenResourcesExecution(List, File, MavenProject, String, List, List, MavenSession) - Constructor for class org.apache.maven.shared.filtering.MavenResourcesExecution
As we use a maven project useDefaultFilterWrappers will set to true
MavenResourcesExecution(List, File, String, List, File, List) - Constructor for class org.apache.maven.shared.filtering.MavenResourcesExecution
 
MavenResourcesFiltering - Interface in org.apache.maven.shared.filtering
 
MavenRuntime - Interface in org.apache.maven.shared.runtime
Provides methods to introspect the current Maven runtime environment.
MavenRuntimeException - Exception in org.apache.maven.shared.runtime
Indicates an error occurred introspecting the Maven runtime environment.
MavenRuntimeException(String) - Constructor for exception org.apache.maven.shared.runtime.MavenRuntimeException
Creates a new MavenRuntimeException with the specified detail message.
MavenRuntimeException(String, Throwable) - Constructor for exception org.apache.maven.shared.runtime.MavenRuntimeException
Creates a new MavenRuntimeException with the specified detail message and cause.
mergedFile - Variable in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
 
MergingMapper - Class in org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the same target file name.
MergingMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.MergingMapper
 
MESSAGE_LEVELS - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
MessageHolder - Interface in org.apache.maven.shared.io.logging
 
MessageLevels - Class in org.apache.maven.shared.io.logging
 
MessageSink - Interface in org.apache.maven.shared.io.logging
 
metadataSource - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
mid(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets n characters from the middle of a String.
mkdir(String) - Static method in class org.apache.maven.it.util.FileUtils
Simple way to make a directory
ModelConverter - Interface in org.apache.maven.model.converter
Model conversion interface.
ModelUtils - Class in org.apache.maven.model.converter
Utility class which features various methods associated with Maven model.
ModelUtils() - Constructor for class org.apache.maven.model.converter.ModelUtils
 
MojoLogMonitorAdaptor - Class in org.apache.maven.shared.monitor
Adapter class to make a mojo Log instance look like an shared monitor.
MojoLogMonitorAdaptor(Log) - Constructor for class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
MojoLogSink - Class in org.apache.maven.shared.io.logging
 
MojoLogSink(Log) - Constructor for class org.apache.maven.shared.io.logging.MojoLogSink
 
Monitor - Interface in org.apache.maven.shared.monitor
Interface for logging within maven-antcall.
MultiChannelMessageHolder - Interface in org.apache.maven.shared.io.logging
 

N

newDebugMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newDebugMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
newDefaultFilterProperties() - Method in class org.apache.maven.it.Verifier
Gets a new copy of the default filter properties.
newErrorMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newErrorMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
newInfoMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newInfoMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
newMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newMessage(int) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
newSevereMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newSevereMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
newWarningMessage() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
newWarningMessage() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
next() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeInverseIterator
 
next() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreePreorderIterator
 
nextToken() - Method in class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
normalize(String) - Static method in class org.apache.maven.it.util.FileUtils
Normalize a path.
NoSuchPluginRelocatorException - Exception in org.apache.maven.model.converter.relocators
 
NoSuchPluginRelocatorException(String) - Constructor for exception org.apache.maven.model.converter.relocators.NoSuchPluginRelocatorException
 

O

omitForConflict(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Changes the state of this dependency node to be omitted for conflict or duplication, depending on the specified related artifact.
omitForCycle() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Changes the state of this dependency node to be omitted for a cycle in the dependency tree.
omitForCycle(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
omitForNearer(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
OMITTED_FOR_CONFLICT - Static variable in class org.apache.maven.shared.dependency.tree.DependencyNode
State that represents a dependency node that has been omitted for conflicting with another dependency node.
OMITTED_FOR_CYCLE - Static variable in class org.apache.maven.shared.dependency.tree.DependencyNode
State that represents a dependency node that has been omitted for introducing a cycle into the dependency tree.
OMITTED_FOR_DUPLICATE - Static variable in class org.apache.maven.shared.dependency.tree.DependencyNode
State that represents a dependency node that has been omitted for duplicating another dependency node.
ONE_GB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a megabyte.
open() - Method in class org.apache.maven.shared.io.location.FileLocation
 
open() - Method in interface org.apache.maven.shared.io.location.Location
 
org.apache.maven - package org.apache.maven
 
org.apache.maven.it - package org.apache.maven.it
 
org.apache.maven.it.util - package org.apache.maven.it.util
 
org.apache.maven.it.util.cli - package org.apache.maven.it.util.cli
 
org.apache.maven.it.util.cli.shell - package org.apache.maven.it.util.cli.shell
 
org.apache.maven.model.converter - package org.apache.maven.model.converter
 
org.apache.maven.model.converter.plugins - package org.apache.maven.model.converter.plugins
 
org.apache.maven.model.converter.relocators - package org.apache.maven.model.converter.relocators
 
org.apache.maven.reporting - package org.apache.maven.reporting
 
org.apache.maven.shared.ant - package org.apache.maven.shared.ant
 
org.apache.maven.shared.ant.components - package org.apache.maven.shared.ant.components
 
org.apache.maven.shared.artifact.filter - package org.apache.maven.shared.artifact.filter
 
org.apache.maven.shared.artifact.filter.collection - package org.apache.maven.shared.artifact.filter.collection
 
org.apache.maven.shared.artifact.resolver - package org.apache.maven.shared.artifact.resolver
 
org.apache.maven.shared.dependency.analyzer - package org.apache.maven.shared.dependency.analyzer
 
org.apache.maven.shared.dependency.analyzer.asm - package org.apache.maven.shared.dependency.analyzer.asm
 
org.apache.maven.shared.dependency.tree - package org.apache.maven.shared.dependency.tree
 
org.apache.maven.shared.dependency.tree.filter - package org.apache.maven.shared.dependency.tree.filter
 
org.apache.maven.shared.dependency.tree.traversal - package org.apache.maven.shared.dependency.tree.traversal
 
org.apache.maven.shared.downloader - package org.apache.maven.shared.downloader
 
org.apache.maven.shared.filtering - package org.apache.maven.shared.filtering
 
org.apache.maven.shared.invoker - package org.apache.maven.shared.invoker
 
org.apache.maven.shared.io.download - package org.apache.maven.shared.io.download
 
org.apache.maven.shared.io.location - package org.apache.maven.shared.io.location
 
org.apache.maven.shared.io.logging - package org.apache.maven.shared.io.logging
 
org.apache.maven.shared.io.scan - package org.apache.maven.shared.io.scan
 
org.apache.maven.shared.io.scan.mapping - package org.apache.maven.shared.io.scan.mapping
 
org.apache.maven.shared.jar - package org.apache.maven.shared.jar
 
org.apache.maven.shared.jar.classes - package org.apache.maven.shared.jar.classes
 
org.apache.maven.shared.jar.identification - package org.apache.maven.shared.jar.identification
 
org.apache.maven.shared.jar.identification.exposers - package org.apache.maven.shared.jar.identification.exposers
 
org.apache.maven.shared.jar.identification.hash - package org.apache.maven.shared.jar.identification.hash
 
org.apache.maven.shared.jar.identification.repository - package org.apache.maven.shared.jar.identification.repository
 
org.apache.maven.shared.model.fileset - package org.apache.maven.shared.model.fileset
 
org.apache.maven.shared.model.fileset.io.xpp3 - package org.apache.maven.shared.model.fileset.io.xpp3
 
org.apache.maven.shared.model.fileset.mappers - package org.apache.maven.shared.model.fileset.mappers
This original code comes from org.apache.tools.ant.util package.
org.apache.maven.shared.model.fileset.util - package org.apache.maven.shared.model.fileset.util
 
org.apache.maven.shared.monitor - package org.apache.maven.shared.monitor
 
org.apache.maven.shared.osgi - package org.apache.maven.shared.osgi
 
org.apache.maven.shared.repository - package org.apache.maven.shared.repository
 
org.apache.maven.shared.repository.model - package org.apache.maven.shared.repository.model
 
org.apache.maven.shared.repository.utils - package org.apache.maven.shared.repository.utils
 
org.apache.maven.shared.runtime - package org.apache.maven.shared.runtime
 
Os - Class in org.apache.maven.it.util
Condition that tests the OS type.
Os() - Constructor for class org.apache.maven.it.util.Os
Default constructor
Os(String) - Constructor for class org.apache.maven.it.util.Os
Constructor that sets the family attribute
OS_ARCH - Static variable in class org.apache.maven.it.util.Os
 
OS_NAME - Static variable in class org.apache.maven.it.util.cli.Commandline
 
OS_NAME - Static variable in class org.apache.maven.it.util.Os
 
OS_VERSION - Static variable in class org.apache.maven.it.util.Os
 
overlayString(String, String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Overlay a part of a String with another String.

P

PackageNameMapper - Class in org.apache.maven.shared.model.fileset.mappers
Maps directory name matches into a dotted package name.
PackageNameMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.PackageNameMapper
 
paragraph(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a paragraph in the current sink.
PatternExcludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
TODO: include in maven-artifact in future
PatternExcludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter
 
PatternExcludesArtifactFilter(List, boolean) - Constructor for class org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter
 
PatternIncludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
TODO: include in maven-artifact in future
PatternIncludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
PatternIncludesArtifactFilter(List, boolean) - Constructor for class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
patternMatches(Artifact) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
PCCCastor - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the Castor plugin.
PCCCastor() - Constructor for class org.apache.maven.model.converter.plugins.PCCCastor
 
PCCChangelog - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-changelog-plugin.
PCCChangelog() - Constructor for class org.apache.maven.model.converter.plugins.PCCChangelog
 
PCCChanges - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-changes-plugin.
PCCChanges() - Constructor for class org.apache.maven.model.converter.plugins.PCCChanges
 
PCCCheckstyle - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-checkstyle-plugin.
PCCCheckstyle() - Constructor for class org.apache.maven.model.converter.plugins.PCCCheckstyle
 
PCCCompiler - Class in org.apache.maven.model.converter.plugins
 
PCCCompiler() - Constructor for class org.apache.maven.model.converter.plugins.PCCCompiler
 
PCCJalopy - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the Jalopy plugin.
PCCJalopy() - Constructor for class org.apache.maven.model.converter.plugins.PCCJalopy
 
PCCJar - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-jar-plugin.
PCCJar() - Constructor for class org.apache.maven.model.converter.plugins.PCCJar
 
PCCJavadoc - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-javadoc-plugin.
PCCJavadoc() - Constructor for class org.apache.maven.model.converter.plugins.PCCJavadoc
 
PCCJavaNCSS - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-javancss-plugin.
PCCJavaNCSS() - Constructor for class org.apache.maven.model.converter.plugins.PCCJavaNCSS
 
PCCMultiproject - Class in org.apache.maven.model.converter.plugins
 
PCCMultiproject() - Constructor for class org.apache.maven.model.converter.plugins.PCCMultiproject
 
PCCPmd - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-pmd-plugin.
PCCPmd() - Constructor for class org.apache.maven.model.converter.plugins.PCCPmd
 
PCCSite - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-site-plugin.
PCCSite() - Constructor for class org.apache.maven.model.converter.plugins.PCCSite
 
PCCSurefire - Class in org.apache.maven.model.converter.plugins
 
PCCSurefire() - Constructor for class org.apache.maven.model.converter.plugins.PCCSurefire
 
PCCTaglist - Class in org.apache.maven.model.converter.plugins
A PluginConfigurationConverter for the maven-tasklist-plugin.
PCCTaglist() - Constructor for class org.apache.maven.model.converter.plugins.PCCTaglist
 
PCCWar - Class in org.apache.maven.model.converter.plugins
 
PCCWar() - Constructor for class org.apache.maven.model.converter.plugins.PCCWar
 
PlexusLoggerMonitorAdaptor - Class in org.apache.maven.shared.monitor
Adapter class to make a mojo Log instance look like an shared monitor.
PlexusLoggerMonitorAdaptor(Logger) - Constructor for class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
PlexusLoggerSink - Class in org.apache.maven.shared.io.logging
 
PlexusLoggerSink(Logger) - Constructor for class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
PluginComparator - Class in org.apache.maven.model.converter
A comparator for Plugins.
PluginComparator() - Constructor for class org.apache.maven.model.converter.PluginComparator
 
PluginConfigurationConverter - Interface in org.apache.maven.model.converter.plugins
A plugin configuration converter reads properties from a v3 pom or project.properties and add them to the v4 pom.
PluginRelocator - Interface in org.apache.maven.model.converter.relocators
A plugin relocator handles a plugin that has changed its groupId and/or artifactId between the Maven 1 version and the Maven 2 version.
PluginRelocatorManager - Interface in org.apache.maven.model.converter.relocators
A manager for plugin relocators.
PomTranslationException - Exception in org.apache.maven.model.converter
 
PomTranslationException(String, String, String, String) - Constructor for exception org.apache.maven.model.converter.PomTranslationException
 
PomTranslationException(String, String, String, Throwable) - Constructor for exception org.apache.maven.model.converter.PomTranslationException
 
PomTranslationException(String, String, String, String, Throwable) - Constructor for exception org.apache.maven.model.converter.PomTranslationException
 
PomV3ToV4Translator - Class in org.apache.maven.model.converter
 
PomV3ToV4Translator() - Constructor for class org.apache.maven.model.converter.PomV3ToV4Translator
 
populateAntProjectWithMavenInformation(MavenProject, Project, List, Log) - Method in class org.apache.maven.shared.ant.AntProjectPopulator
 
positiveMatch(Artifact) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
postfixLength - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Length of the postfix ("from" pattern).
prechomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the first value of a supplied String, and everything before it from a String.
prefixLength - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Length of the prefix ("from" pattern).
preorderIterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Gets an iterator that returns this dependency node and it's children in preorder traversal.
preorderIterator() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
PrintStreamHandler - Class in org.apache.maven.shared.invoker
Offers an output handler that writes to a print stream like System.out.
PrintStreamHandler() - Constructor for class org.apache.maven.shared.invoker.PrintStreamHandler
Creates a new output handler that writes to System.out.
PrintStreamHandler(PrintStream, boolean) - Constructor for class org.apache.maven.shared.invoker.PrintStreamHandler
Creates a new output handler that writes to the specified print stream.
PrintStreamLogger - Class in org.apache.maven.shared.invoker
Offers a logger that writes to a print stream like System.out.
PrintStreamLogger() - Constructor for class org.apache.maven.shared.invoker.PrintStreamLogger
Creates a new logger that writes to System.out and has a threshold of InvokerLogger.INFO.
PrintStreamLogger(PrintStream, int) - Constructor for class org.apache.maven.shared.invoker.PrintStreamLogger
Creates a new logger that writes to the specified print stream.
projectBuilder - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
ProjectConverterException - Exception in org.apache.maven.model.converter
 
ProjectConverterException(String) - Constructor for exception org.apache.maven.model.converter.ProjectConverterException
 
ProjectConverterException(String, Throwable) - Constructor for exception org.apache.maven.model.converter.ProjectConverterException
 
ProjectDependenciesResolver - Interface in org.apache.maven
Common interface for plugins and other third-party components running inside a Maven runtime to resolve the transitive dependency closure for various MavenProject instances.
ProjectDependencyAnalysis - Class in org.apache.maven.shared.dependency.analyzer
 
ProjectDependencyAnalysis() - Constructor for class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
ProjectDependencyAnalysis(Set, Set, Set) - Constructor for class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
ProjectDependencyAnalyzer - Interface in org.apache.maven.shared.dependency.analyzer
 
ProjectDependencyAnalyzerException - Exception in org.apache.maven.shared.dependency.analyzer
 
ProjectDependencyAnalyzerException(String) - Constructor for exception org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzerException
 
ProjectDependencyAnalyzerException(String, Throwable) - Constructor for exception org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzerException
 
ProjectTransitivityFilter - Class in org.apache.maven.shared.artifact.filter.collection
 
ProjectTransitivityFilter(Set, boolean) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
 
propertiesToString(Properties) - Static method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to display a Properties object as comma separated String.
PropertyUtils - Class in org.apache.maven.model.converter.plugins
Utility class which features various methods for converting String-based property values.
PropertyUtils() - Constructor for class org.apache.maven.model.converter.plugins.PropertyUtils
 
PropertyUtils - Class in org.apache.maven.shared.filtering
 

Q

quoteArgument(String) - Static method in class org.apache.maven.it.util.cli.Commandline
Put quotes around the given String if necessary.

R

REACTOR_FAIL_AT_END - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-at-end" where the build is only failed at its very end if necessary.
REACTOR_FAIL_FAST - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-fast" where the build is stopped by the first failure.
REACTOR_FAIL_NEVER - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-never" in which Maven will always exit with code 0 regardless of build failures.
read(ByteBuffer) - Method in class org.apache.maven.shared.io.location.FileLocation
 
read(byte[]) - Method in class org.apache.maven.shared.io.location.FileLocation
 
read(ByteBuffer) - Method in interface org.apache.maven.shared.io.location.Location
 
read(byte[]) - Method in interface org.apache.maven.shared.io.location.Location
 
read(Reader, boolean) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
 
read(Reader) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Method read.
relocate(Model) - Method in class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
Relocate a plugin from one groupId/artifactId to another.
relocate(Model) - Method in interface org.apache.maven.model.converter.relocators.PluginRelocator
Relocate a plugin from one groupId/artifactId to another.
relocatePluginEvent(String, String, String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
relocateReportEvent(String, String, String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
remove() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeInverseIterator
 
remove() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreePreorderIterator
 
removeAndHump(String, String) - Static method in class org.apache.maven.it.util.StringUtils
 
removeChild(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Removes the specified dependency node from this dependency node's children.
removeExclude(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Method removeExclude.
removeExtension(String) - Static method in class org.apache.maven.it.util.FileUtils
Remove extension from filename.
removeInclude(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Method removeInclude.
removePath(String) - Static method in class org.apache.maven.it.util.FileUtils
Remove path from filename.
removePath(String, char) - Static method in class org.apache.maven.it.util.FileUtils
Remove path from filename.
removePluginEvent(String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
removeReportEvent(String, String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
removeStrategy(LocatorStrategy) - Method in class org.apache.maven.shared.io.location.Locator
 
removeWhitespace(String) - Static method in class org.apache.maven.it.util.SelectorUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).
rename(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Renames a file, even if that involves crossing file system boundaries.
render() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
render() - Method in interface org.apache.maven.reporting.MavenReportRenderer
 
render() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
render(MessageSink) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
render() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
render(MessageSink) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
renderBody() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Renderer the body content of the report.
renderTo(DefaultMessageHolder.Message, MessageSink) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
repeat(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Repeat a String n times to form a new string.
replace(String, char, char) - Static method in class org.apache.maven.it.util.StringUtils
Replace all occurances of a char within another char.
replace(String, char, char, int) - Static method in class org.apache.maven.it.util.StringUtils
Replace a char with another char inside a larger String, for the first max values of the search char.
replace(String, String, String) - Static method in class org.apache.maven.it.util.StringUtils
Replace all occurances of a String within another String.
replace(String, String, String, int) - Static method in class org.apache.maven.it.util.StringUtils
Replace a String with another String inside a larger String, for the first max values of the search String.
replaceOnce(String, char, char) - Static method in class org.apache.maven.it.util.StringUtils
Replace a char with another char inside a larger String, once.
replaceOnce(String, String, String) - Static method in class org.apache.maven.it.util.StringUtils
Replace a String with another String inside a larger String, once.
reportFilteredArtifacts(Logger) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
reportFilteredArtifacts(Logger) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
reportFilteredArtifacts(Logger) - Method in interface org.apache.maven.shared.artifact.filter.StatisticsReportingArtifactFilter
 
reportMissedCriteria(Logger) - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
reportMissedCriteria(Logger) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
reportMissedCriteria(Logger) - Method in interface org.apache.maven.shared.artifact.filter.StatisticsReportingArtifactFilter
 
ReportPluginComparator - Class in org.apache.maven.model.converter
A comparator for ReportPlugins.
ReportPluginComparator() - Constructor for class org.apache.maven.model.converter.ReportPluginComparator
 
RepositoryAssembler - Interface in org.apache.maven.shared.repository
 
RepositoryAssemblyException - Exception in org.apache.maven.shared.repository
 
RepositoryAssemblyException(String) - Constructor for exception org.apache.maven.shared.repository.RepositoryAssemblyException
 
RepositoryAssemblyException(String, Throwable) - Constructor for exception org.apache.maven.shared.repository.RepositoryAssemblyException
 
RepositoryAssemblyException(Throwable) - Constructor for exception org.apache.maven.shared.repository.RepositoryAssemblyException
 
RepositoryBuilderConfigSource - Interface in org.apache.maven.shared.repository
 
RepositoryHashSearch - Interface in org.apache.maven.shared.jar.identification.repository
Interface for Repository Hash Searches.
RepositoryInfo - Interface in org.apache.maven.shared.repository.model
 
repositoryLayout - Variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
RepositorySearchExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a Maven repository for identical files to the JAR being analyzed.
RepositorySearchExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
 
reset() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Reset hit counts and tracking of filtered artifacts, BUT NOT ENABLED SCOPES.
resetStreams() - Method in class org.apache.maven.it.Verifier
 
resolve(Collection<? extends MavenProject>, Collection<String>, MavenSession) - Method in interface org.apache.maven.ProjectDependenciesResolver
Resolve the dependencies for a collection of MavenProject instances, using a common set of remote repositories and a common set of scopes.
resolve(MavenProject, Collection<String>, MavenSession) - Method in interface org.apache.maven.ProjectDependenciesResolver
Resolve the dependencies for a single MavenProject instance, using the supplied set of remote repositories and scopes.
resolve(Collection<? extends MavenProject>, Collection<String>, MavenSession) - Method in class org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver
Resolve the dependencies for a collection of MavenProject instances, using a common set of remote repositories and a common set of scopes.
resolve(MavenProject, Collection<String>, MavenSession) - Method in class org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver
Resolve the dependencies for a single MavenProject instance, using the supplied set of remote repositories and scopes.
resolve(String, MessageHolder) - Method in class org.apache.maven.shared.io.location.ArtifactLocatorStrategy
Assumes artifact identity is given in a set of comma-delimited tokens of the form: groupId:artifactId:version:type:classifier, where type and classifier are optional.
resolve(String, MessageHolder) - Method in class org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
 
resolve(String, MessageHolder) - Method in class org.apache.maven.shared.io.location.FileLocatorStrategy
 
resolve(String) - Method in class org.apache.maven.shared.io.location.Locator
 
resolve(String, MessageHolder) - Method in interface org.apache.maven.shared.io.location.LocatorStrategy
 
resolve(String, MessageHolder) - Method in class org.apache.maven.shared.io.location.URLLocatorStrategy
 
resolveFile(File, String) - Static method in class org.apache.maven.it.util.FileUtils
Resolve a file filename to it's canonical form.
ResourceExtractor - Class in org.apache.maven.it.util
 
ResourceExtractor() - Constructor for class org.apache.maven.it.util.ResourceExtractor
 
ResourceInclusionScanner - Interface in org.apache.maven.shared.io.scan
 
restrictRange(Artifact, Artifact, VersionRange) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
reverse(String) - Static method in class org.apache.maven.it.util.StringUtils
Reverse a String.
reverseDelimitedString(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Reverses a String that is delimited by a specific character.
rewrite(Reader, Writer, boolean, String, String, String, String) - Method in interface org.apache.maven.model.converter.ArtifactPomRewriter
 
rewrite(Reader, Writer, boolean, String, String, String, String) - Method in class org.apache.maven.model.converter.V3PomRewriter
 
rewrite(Reader, Writer, boolean, String, String, String, String) - Method in class org.apache.maven.model.converter.V4PomRewriter
 
right(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets the rightmost n characters of a String.
rightPad(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Right pad a String with spaces.
rightPad(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Right pad a String with a specified string.
ROLE - Static variable in interface org.apache.maven.model.converter.ArtifactPomRewriter
 
ROLE - Static variable in interface org.apache.maven.model.converter.ModelConverter
 
ROLE - Static variable in interface org.apache.maven.model.converter.relocators.PluginRelocator
 
ROLE - Static variable in interface org.apache.maven.model.converter.relocators.PluginRelocatorManager
 
ROLE - Static variable in interface org.apache.maven.reporting.MavenReport
 
ROLE - Static variable in class org.apache.maven.shared.ant.components.AntTargetConverter
 
ROLE - Static variable in interface org.apache.maven.shared.dependency.analyzer.ClassAnalyzer
 
ROLE - Static variable in interface org.apache.maven.shared.dependency.analyzer.DependencyAnalyzer
 
ROLE - Static variable in interface org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalyzer
 
ROLE - Static variable in interface org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
The plexus role for this component.
ROLE - Static variable in interface org.apache.maven.shared.downloader.Downloader
 
ROLE - Static variable in interface org.apache.maven.shared.invoker.Invoker
The role name used to register implementations of this interface within Plexus.
ROLE - Static variable in interface org.apache.maven.shared.io.download.DownloadManager
 
ROLE - Static variable in interface org.apache.maven.shared.repository.RepositoryAssembler
 
ROLE - Static variable in interface org.apache.maven.shared.runtime.MavenRuntime
The Plexus role for this component.
ROLE_HINT - Static variable in class org.apache.maven.shared.invoker.DefaultInvoker
 
ROLE_HINT - Static variable in class org.apache.maven.shared.io.download.DefaultDownloadManager
 
run() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
run() - Method in class org.apache.maven.it.util.cli.StreamPumper
 

S

savePomEvent(File, boolean) - Method in interface org.apache.maven.model.converter.ConverterListener
 
scan() - Method in class org.apache.maven.it.util.DirectoryScanner
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
scandir(File, String, boolean) - Method in class org.apache.maven.it.util.DirectoryScanner
Scans the given directory for files and directories.
scanForSources(File, Set, Set) - Method in class org.apache.maven.shared.io.scan.AbstractResourceInclusionScanner
 
ScopeArtifactFilter - Class in org.apache.maven.shared.artifact.filter
ArtifactFilter implementation that selects artifacts based on their scopes.
ScopeArtifactFilter() - Constructor for class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Constructor that is meant to be used with fine-grained manipulation to enable/disable specific scopes using the associated mutator methods.
ScopeArtifactFilter(String) - Constructor for class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Constructor that uses the implied nature of Maven scopes to determine which artifacts to include.
ScopeFilter - Class in org.apache.maven.shared.artifact.filter.collection
 
ScopeFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
 
searchBytecodeHash(String) - Method in class org.apache.maven.shared.jar.identification.repository.EmptyRepositoryHashSearch
 
searchBytecodeHash(String) - Method in interface org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch
Search the repository for artifacts matching the given hash code when consider the bytecode of the classes in the file.
searchFileHash(String) - Method in class org.apache.maven.shared.jar.identification.repository.EmptyRepositoryHashSearch
 
searchFileHash(String) - Method in interface org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch
Search the repository for artifacts matching the given hash code when consider the entire contents of the file.
SelectorUtils - Class in org.apache.maven.it.util
This is a utility class used by selectors and DirectoryScanner.
selectVersionFromRange(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
SerializingDependencyNodeVisitor - Class in org.apache.maven.shared.dependency.tree.traversal
A dependency node visitor that serializes visited nodes to a writer.
SerializingDependencyNodeVisitor(Writer) - Constructor for class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
Creates a dependency node visitor that serializes visited nodes to the specified writer using whitespace tokens.
SerializingDependencyNodeVisitor(Writer, SerializingDependencyNodeVisitor.TreeTokens) - Constructor for class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
Creates a dependency node visitor that serializes visited nodes to the specified writer using the specified tokens.
SerializingDependencyNodeVisitor.TreeTokens - Class in org.apache.maven.shared.dependency.tree.traversal
Provides tokens to use when serializing the dependency tree.
SerializingDependencyNodeVisitor.TreeTokens(String, String, String, String) - Constructor for class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor.TreeTokens
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Sets the state of the "add default entities" flag.
setAdditionalProperties(Properties) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setAnalyzer(JarClassesAnalysis) - Method in class org.apache.maven.shared.jar.identification.exposers.JarClassesExposer
 
setArch(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS architecture
setArtifactId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
setAutoclean(boolean) - Method in class org.apache.maven.it.Verifier
 
setAvailableVersions(List) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
 
SetBase - Class in org.apache.maven.shared.model.fileset
Class SetBase.
SetBase() - Constructor for class org.apache.maven.shared.model.fileset.SetBase
 
setBasedir(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the base directory to be scanned.
setBasedir(File) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the base directory to be scanned.
setBasedir(File) - Method in class org.apache.maven.model.converter.Maven1Converter
 
setBaseDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setBaseDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the POM for the Maven invocation.
setBytecodeHash(String) - Method in class org.apache.maven.shared.jar.JarData
 
setBytecodeHashAnalyzer(JarHashAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
 
setCaseSensitive(boolean) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets whether or not the file system should be regarded as case sensitive.
setCaseSensitive(boolean) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Attribute specifing whether to ignore the case difference in the names.
setClassname(String) - Method in class org.apache.maven.shared.model.fileset.Mapper
Set allows specification of a custom mapper implementation.
setCliOptions(List) - Method in class org.apache.maven.it.Verifier
 
setDebug(boolean) - Method in class org.apache.maven.it.Verifier
 
setDebug(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setDebug(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the debug mode of the Maven invocation.
setDebugEnabled(boolean) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
setDebugEnabled(boolean) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
setDebugEnabled(boolean) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setDebugPresent(boolean) - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
setDelimiters(LinkedHashSet) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
Set the delimiter specifications to use during filtering.
setDigester(StreamingDigester) - Method in class org.apache.maven.shared.jar.identification.hash.JarBytecodeHashAnalyzer
 
setDigester(Digester) - Method in class org.apache.maven.shared.jar.identification.hash.JarFileHashAnalyzer
 
setDirectory(String) - Method in class org.apache.maven.shared.model.fileset.FileSet
Set absolute or relative from the module's directory.
setDirectoryMode(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set similar to a UNIX permission.
setEncoding(String) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setEnvironmentPaths(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setErrorEnabled(boolean) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
setErrorEnabled(boolean) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
setErrorEnabled(boolean) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the handler used to capture the error output from the Maven build.
setErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the handler used to capture the error output from the Maven build.
setEscapedBackslashesInFilePath(boolean) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setEscapeString(String) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setEscapeWindowsPaths(boolean) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setExcludes(String[]) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the list of exclude patterns to use.
setExcludes(String) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
 
setExcludes(List) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set when <exclude> subelements are present, they define a set of files and directory to exclude.
setExcludes(List) - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
setExcludeScope(String) - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
 
setExcludeTransitive(boolean) - Method in class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter
 
setExecutable(String) - Method in class org.apache.maven.it.util.cli.Commandline
Sets the executable to run.
setExposers(List) - Method in class org.apache.maven.shared.jar.identification.JarIdentificationAnalysis
 
setFailedUpdateScope(String) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Sets the scope that this node's artifact was attempted to be updated to due to conflicts.
setFailureBehavior(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setFailureBehavior(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the failure mode of the Maven invocation.
setFamily(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS family type
setFile(File) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Sets a single commandline argument to the absolute filename of the given file.
setFile(File) - Method in class org.apache.maven.shared.io.location.FileLocation
 
setFileFilters(List) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setFileHash(String) - Method in class org.apache.maven.shared.jar.JarData
 
setFileHashAnalyzer(JarHashAnalyzer) - Method in class org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
 
setFileMode(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set similar to a UNIX permission.
setFiltering(boolean) - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
setFilters(ArrayList) - Method in class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts
 
setFilters(List) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setFilterWrappers(List) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setFlags(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setFollowSymlinks(boolean) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets whether or not symbolic links should be followed.
setFollowSymlinks(boolean) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set specifies whether symbolic links should be traversed, or handled as-is.
setFrom(File) - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.Mapper
Set specifies a type-specific pattern for matching source paths which should be mapped.
setFrom(String) - Method in interface org.apache.maven.shared.model.fileset.mappers.FileNameMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.FlatFileNameMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Sets the from part of the transformation rule.
setGlobalChecksumPolicy(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setGlobalChecksumPolicy(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the checksum mode of the Maven invocation.
setGoals(List) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setGoals(List) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the goals for the Maven invocation.
setGoals(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setGroupId(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
setGroupVersionAlignments(List) - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
setHandleDirSep(boolean) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Attribute specifing whether to ignore the difference between / and \ (the two common directory characters).
setIncludeCompileScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
setIncludeCompileScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Manages the following scopes: system provided compile
setIncludeEmptyDirs(boolean) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
Copy any empty directories included in the Resources.
setIncludeMetadata(boolean) - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
setIncludeNullScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Determine whether artifacts that have a null scope are included or excluded.
setIncludeProvidedScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
setIncludeRuntimeScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
setIncludeRuntimeScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Manages the following scopes: compile runtime
setIncludes(String[]) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the list of include patterns to use.
setIncludes(String) - Method in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
 
setIncludes(List) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set when <include> subelements are present, they define a set of files and directory to include.
setIncludes(List) - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
setIncludeScope(String) - Method in class org.apache.maven.shared.artifact.filter.collection.ScopeFilter
 
setIncludeSystemScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
setIncludeTestScope(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
setIncludeTestScopeWithImplications(boolean) - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Manages the following scopes: system provided compile runtime test
setInfoEnabled(boolean) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
setInfoEnabled(boolean) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
setInfoEnabled(boolean) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setInjectProjectBuildFilters(boolean) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the input stream used to provide input for the invoked Maven build.
setInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the input stream used to provide input for the invoked Maven build.
setInteractive(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setInteractive(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the interaction mode of the Maven invocation.
setJarClasses(JarClasses) - Method in class org.apache.maven.shared.jar.JarData
 
setJarIdentification(JarIdentification) - Method in class org.apache.maven.shared.jar.JarData
 
setJavaHome(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setJavaHome(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the Java installation used to run Maven.
setJdkRevision(String) - Method in class org.apache.maven.shared.jar.classes.JarClasses
 
setLine(String) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Line to split into several commandline arguments.
setLineEnding(String) - Method in class org.apache.maven.shared.model.fileset.FileSet
Set controls the line-endings of files in this fileSet.
setLocalRepo(String) - Method in class org.apache.maven.it.Verifier
 
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the local repository to use for the Maven invocation.
setLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the path to the base directory of the local repository to use for the Maven invocation.
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setLogFileName(String) - Method in class org.apache.maven.it.Verifier
Sets the name of the file used to log build output.
setLogger(InvokerLogger) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setLogger(InvokerLogger) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the logger used by this invoker to output diagnostic messages.
setLogger(InvokerLogger) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setMapper(Mapper) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set specifies the mapper used.
setMavenDebug(boolean) - Method in class org.apache.maven.it.Verifier
 
setMavenHome(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setMavenHome(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the path to the base directory of the Maven installation used to invoke Maven.
setMavenHome(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setMavenOpts(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setMavenOpts(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the value of the MAVEN_OPTS environment variable.
setMavenProject(MavenProject) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setMavenSession(MavenSession) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setMessageLevel(int) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setMessageLevelLabel(String) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setModelEncoding(String) - Method in class org.apache.maven.shared.model.fileset.FileSet
Set the modelEncoding field.
setName(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS name
setName(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
setNonFilteredFileExtensions(List) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setNonPluginUpdates(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setNonPluginUpdates(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether Maven should check for plugin updates.
setOffline(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setOffline(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the network mode of the Maven invocation.
setOriginalScope(String) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Sets the scope of this node's artifact before it was updated due to conflicts.
setOutputdir(File) - Method in class org.apache.maven.model.converter.Maven1Converter
 
setOutputDirectory(File) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setOutputDirectory(String) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set specifies the output directory relative to the root of the root directory of the assembly.
setOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the handler used to capture the standard output from the Maven build.
setOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the handler used to capture the standard output from the Maven build.
setOverwrite(boolean) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
Overwrite existing files even if the destination files are newer.
setPid(long) - Method in class org.apache.maven.it.util.cli.Commandline
 
setPomFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setPomFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the POM for the Maven invocation.
setPomFileName(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setPomFileName(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the (unqualified) filename of the POM for the Maven invocation.
setPomLocation(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setPremanagedScope(String) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Sets the scope of this node's artifact before it was updated by dependency management.
setPremanagedVersion(String) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Sets the version of this node's artifact before it was updated by dependency management.
setProfiles(List) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setProfiles(List) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the profiles for the Maven invocation.
setProfiles(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setProjectFile(File) - Method in class org.apache.maven.model.converter.Maven1Converter
 
setProjectFileName(String) - Method in class org.apache.maven.model.converter.Maven1Converter
 
setProjectStartExpressions(List) - Method in class org.apache.maven.shared.filtering.AbstractMavenFilteringRequest
 
setProperties(Properties) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setProperties(Properties) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the system properties for the Maven invocation.
setProperties(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setReactorBehavior(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setRecursive(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setRecursive(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the recursion behavior of a reactor invocation.
setReportOutputDirectory(File) - Method in class org.apache.maven.reporting.AbstractMavenReport
setReportOutputDirectory(File) - Method in interface org.apache.maven.reporting.MavenReport
 
setRepositoryHashSearch(RepositoryHashSearch) - Method in class org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
 
setResources(List) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setResourcesBaseDirectory(File) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setScope(String) - Method in class org.apache.maven.shared.repository.model.DefaultRepositoryInfo
 
setSettingsLocation(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setSevereEnabled(boolean) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
setSevereEnabled(boolean) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
setShell(Shell) - Method in class org.apache.maven.it.util.cli.Commandline
Allows to set the shell to be used in this command line.
setShellArgs(String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Set the shell arguments when calling a command line (not the executable arguments) (eg.
setShellCommand(String) - Method in class org.apache.maven.it.util.cli.shell.Shell
Set the command to execute the shell (eg.
setShellEnvironment(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setShellEnvironmentInherited(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShellEnvironmentInherited(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether the environment variables of the current process should be propagated to the Maven invocation.
setShowErrors(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShowErrors(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the exception output mode of the Maven invocation.
setShowVersion(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShowVersion(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
enable displaying version without stopping the build (-V cli option)
setStrategies(List) - Method in class org.apache.maven.shared.io.location.Locator
 
setSystemProperties(Properties) - Method in class org.apache.maven.it.Verifier
 
setSystemPropertiesFirst(boolean) - Method in class org.apache.maven.shared.filtering.CompositeMap
 
setSystemProperty(String, String) - Method in class org.apache.maven.it.Verifier
 
setThreshold(int) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Sets the logger's threshold.
setThreshold(int) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
setTo(File) - Method in class org.apache.maven.shared.filtering.MavenFileFilterRequest
 
setTo(String) - Method in class org.apache.maven.shared.model.fileset.Mapper
Set specifies a type-specific pattern for producing paths based on source paths.
setTo(String) - Method in interface org.apache.maven.shared.model.fileset.mappers.FileNameMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.FlatFileNameMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Sets the to part of the transformation rule.
setType(String) - Method in class org.apache.maven.shared.model.fileset.Mapper
Set specifies a built-in mapper implementation.
setUpdateSnapshots(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setUpdateSnapshots(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether Maven should enforce an update check for plugins and snapshots.
setUseDefaultExcludes(boolean) - Method in class org.apache.maven.shared.model.fileset.SetBase
Set whether to include exclusion patterns for common temporary and SCM control files (true by default).
setUseDefaultFilterWrappers(boolean) - Method in class org.apache.maven.shared.filtering.MavenResourcesExecution
 
setUserSettingsFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setUserSettingsFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the user settings for the Maven invocation.
setValue(String) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Sets a single commandline argument.
setVendor(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
setVerboseEnabled(boolean) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setVerifierProperties(Properties) - Method in class org.apache.maven.it.Verifier
 
setVersion(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS version
setVersion(String) - Method in class org.apache.maven.shared.jar.identification.JarIdentification
 
setVersionSelectedFromRange(VersionRange) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
 
setWarnEnabled(boolean) - Method in class org.apache.maven.shared.monitor.AbstractMonitor
 
setWarningEnabled(boolean) - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
setWarningEnabled(boolean) - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
setWorkingDirectory(String) - Method in class org.apache.maven.it.util.cli.Commandline
Sets execution directory.
setWorkingDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setWorkingDirectory(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the working directory for the Maven invocation.
setWorkingDirectory(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
severe(String) - Method in interface org.apache.maven.shared.io.logging.MessageSink
 
severe(String) - Method in class org.apache.maven.shared.io.logging.MojoLogSink
 
severe(String) - Method in class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
Shell - Class in org.apache.maven.it.util.cli.shell
Class that abstracts the Shell functionality, with subclases for shells that behave particularly, like command.com cmd.exe
Shell() - Constructor for class org.apache.maven.it.util.cli.shell.Shell
 
SimianPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-simian-plugin.
SimianPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.SimianPluginRelocator
 
simpleExtractResources(Class, String) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
SimpleResourceInclusionScanner - Class in org.apache.maven.shared.io.scan
 
SimpleResourceInclusionScanner(Set, Set) - Constructor for class org.apache.maven.shared.io.scan.SimpleResourceInclusionScanner
 
SingleTargetMapping - Class in org.apache.maven.shared.io.scan.mapping
Maps a set of input files to a single output file.
SingleTargetMapping(String, String) - Constructor for class org.apache.maven.shared.io.scan.mapping.SingleTargetMapping
 
sink - Variable in class org.apache.maven.reporting.AbstractMavenReportRenderer
The current sink to use
size() - Method in class org.apache.maven.it.util.cli.Commandline
 
size() - Method in class org.apache.maven.shared.io.logging.DefaultMessageHolder
 
size() - Method in interface org.apache.maven.shared.io.logging.MessageHolder
 
sizeOfDirectory(String) - Static method in class org.apache.maven.it.util.FileUtils
Recursively count size of a directory.
sizeOfDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Recursively count size of a directory.
slowScan() - Method in class org.apache.maven.it.util.DirectoryScanner
Top level invocation for a slow scan.
SourceMapping - Interface in org.apache.maven.shared.io.scan.mapping
 
split(String) - Static method in class org.apache.maven.it.util.StringUtils
Splits the provided text into a array, using whitespace as the separator.
split(String, String) - Static method in class org.apache.maven.it.util.StringUtils
 
split(String, String, int) - Static method in class org.apache.maven.it.util.StringUtils
Splits the provided text into a array, based on a given separator.
StaleResourceScanner - Class in org.apache.maven.shared.io.scan
 
StaleResourceScanner() - Constructor for class org.apache.maven.shared.io.scan.StaleResourceScanner
 
StaleResourceScanner(long) - Constructor for class org.apache.maven.shared.io.scan.StaleResourceScanner
 
StaleResourceScanner(long, Set, Set) - Constructor for class org.apache.maven.shared.io.scan.StaleResourceScanner
 
STANDARD_TOKENS - Static variable in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
The standard ASCII tokens to use when outputing the dependency tree.
startProcessChildren(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
startSection(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap section creation in the current sink.
startTable() - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap the table start in the current sink.
startTable(int[], boolean) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap the table start in the current sink.
StateDependencyNodeFilter - Class in org.apache.maven.shared.dependency.tree.filter
A dependency node filter that accepts nodes depending on their state.
StateDependencyNodeFilter(int) - Constructor for class org.apache.maven.shared.dependency.tree.filter.StateDependencyNodeFilter
Creates a dependency node filter that only accepts dependency nodes of the specified state.
StaticMainOutputExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a a JAR for classes that have Version in the name and calls their main method if it exists to obtain the version.
StaticMainOutputExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer
 
StatisticsReportingArtifactFilter - Interface in org.apache.maven.shared.artifact.filter
 
StreamConsumer - Interface in org.apache.maven.it.util.cli
Works in concert with the StreamPumper class to allow implementations to gain access to the lines being "Pumped".
StreamFeeder - Class in org.apache.maven.it.util.cli
Read from an InputStream and write the output to an OutputStream.
StreamFeeder(InputStream, OutputStream) - Constructor for class org.apache.maven.it.util.cli.StreamFeeder
Create a new StreamFeeder
StreamPumper - Class in org.apache.maven.it.util.cli
Class to pump the error stream during Process's runtime.
StreamPumper(InputStream) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, StreamConsumer) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, PrintWriter) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, PrintWriter, StreamConsumer) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StrictPatternExcludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
Filter to exclude artifacts from a list of patterns.
StrictPatternExcludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.StrictPatternExcludesArtifactFilter
Creates a new filter that excludes artifacts that match the specified patterns.
StrictPatternIncludesArtifactFilter - Class in org.apache.maven.shared.artifact.filter
Filter to include artifacts from a list of patterns.
StrictPatternIncludesArtifactFilter(List) - Constructor for class org.apache.maven.shared.artifact.filter.StrictPatternIncludesArtifactFilter
Creates a new filter that includes artifacts that match the specified patterns.
StringUtils - Class in org.apache.maven.it.util
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.maven.it.util.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove whitespace from the front and back of a String.
strip(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove a specified String from the front and back of a String.
stripAll(String[]) - Static method in class org.apache.maven.it.util.StringUtils
Strip whitespace from the front and back of every String in the array.
stripAll(String[], String) - Static method in class org.apache.maven.it.util.StringUtils
Strip the specified delimiter from the front and back of every String in the array.
stripEnd(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Strip any of a supplied String from the end of a String.
stripStart(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Strip any of a supplied String from the start of a String.
substring(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets a substring from the specified string avoiding exceptions.
substring(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
SuffixMapping - Class in org.apache.maven.shared.io.scan.mapping
 
SuffixMapping(String, String) - Constructor for class org.apache.maven.shared.io.scan.mapping.SuffixMapping
 
SuffixMapping(String, Set) - Constructor for class org.apache.maven.shared.io.scan.mapping.SuffixMapping
 
swapCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Swaps the case of String.
SystemOutHandler - Class in org.apache.maven.shared.invoker
Offers an output handler that writes to System.out.
SystemOutHandler() - Constructor for class org.apache.maven.shared.invoker.SystemOutHandler
Creates a new output handler.
SystemOutHandler(boolean) - Constructor for class org.apache.maven.shared.invoker.SystemOutHandler
Creates a new output handler.
SystemOutLogger - Class in org.apache.maven.shared.invoker
Offers a logger that writes to System.out.
SystemOutLogger() - Constructor for class org.apache.maven.shared.invoker.SystemOutLogger
Creates a new logger with a threshold of InvokerLogger.INFO.

T

tableCaption(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a table caption in the current sink.
tableCell(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a table cell start in the current sink.
tableCell(String, boolean) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a table cell start in the current sink.
tableHeader(String[]) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a table header row start in the current sink.
tableHeaderCell(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap the table header cell start in the current sink.
tableRow(String[]) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a table row start in the current sink.
TasklistPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-tasklist-plugin.
TasklistPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.TasklistPluginRelocator
 
testArtifact(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
text(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a text in the current sink.
TextFileExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a a JAR for files that contain the text version (case-insensitive) and adds the contents as potential version(s).
TextFileExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.TextFileExposer
 
TimestampExposer - Class in org.apache.maven.shared.jar.identification.exposers
Exposer that examines a a JAR and uses the most recent timestamp as a potential version.
TimestampExposer() - Constructor for class org.apache.maven.shared.jar.identification.exposers.TimestampExposer
 
toByteArray(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a String as a byte[].
toFile(URL) - Static method in class org.apache.maven.it.util.FileUtils
Convert from a URL to a File.
tokenizePath(String) - Static method in class org.apache.maven.it.util.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
toNodeString() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Returns a string representation of this dependency node.
toPostfix - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Part of "to" pattern after the *.
toPrefix - Variable in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Part of "to" pattern before the *.
toString() - Method in class org.apache.maven.it.util.cli.Commandline
 
toString(String[]) - Static method in class org.apache.maven.it.util.cli.Commandline
 
toString(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString() - Method in class org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter
 
toString() - Method in class org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter
 
toString() - Method in class org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
 
toString() - Method in class org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis
 
toString(int) - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Deprecated.
As of 1.1, replaced by DependencyNode.toString()
toString() - Method in class org.apache.maven.shared.dependency.tree.DependencyNode
Returns a string representation of this dependency node and its children.
toString() - Method in class org.apache.maven.shared.dependency.tree.DependencyTree
Deprecated.
 
toString() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
toURLs(File[]) - Static method in class org.apache.maven.it.util.FileUtils
Convert the array of Files into a list of URLs.
translate(Model) - Method in interface org.apache.maven.model.converter.ModelConverter
 
translate(Model) - Method in class org.apache.maven.model.converter.PomV3ToV4Translator
 
translateCommandline(String) - Static method in class org.apache.maven.it.util.cli.Commandline
 
trim(String) - Static method in class org.apache.maven.it.util.StringUtils
Removes control characters, including whitespace, from both ends of this String, handling null by returning null.
TYPE_BUILD_PLUGIN - Static variable in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
TYPE_REPORT_PLUGIN - Static variable in class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
 
TypeFilter - Class in org.apache.maven.shared.artifact.filter.collection
 
TypeFilter(String, String) - Constructor for class org.apache.maven.shared.artifact.filter.collection.TypeFilter
 

U

uncapitalise(String) - Static method in class org.apache.maven.it.util.StringUtils
Uncapitalise a String.
uncapitaliseAllWords(String) - Static method in class org.apache.maven.it.util.StringUtils
Uncapitalise all the words in a string.
UnPackageNameMapper - Class in org.apache.maven.shared.model.fileset.mappers
Maps dotted package name matches to a directory name.
UnPackageNameMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.UnPackageNameMapper
 
unsafeGetFile() - Method in class org.apache.maven.shared.io.location.FileLocation
 
updateScope(Artifact, String) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
updateScopeCurrentPom(Artifact, String) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
upperCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Convert a String to upper case, null String returns null.
URLLocation - Class in org.apache.maven.shared.io.location
 
URLLocation(URL, String, String, String, boolean) - Constructor for class org.apache.maven.shared.io.location.URLLocation
 
URLLocatorStrategy - Class in org.apache.maven.shared.io.location
 
URLLocatorStrategy() - Constructor for class org.apache.maven.shared.io.location.URLLocatorStrategy
 
URLLocatorStrategy(String, String, boolean) - Constructor for class org.apache.maven.shared.io.location.URLLocatorStrategy
 
userHome - Static variable in interface org.apache.maven.shared.invoker.Invoker
Deprecated.
Query this property by yourself, this has nothing to do with invoking Maven and as such does not belong into this API!
UTC_TIME_ZONE - Static variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 
UTC_TIMESTAMP_PATTERN - Static variable in class org.apache.maven.shared.repository.DefaultRepositoryAssembler
 

V

V3_POM - Static variable in interface org.apache.maven.model.converter.ArtifactPomRewriter
 
V3PomRewriter - Class in org.apache.maven.model.converter
 
V3PomRewriter() - Constructor for class org.apache.maven.model.converter.V3PomRewriter
 
V4_POM - Static variable in interface org.apache.maven.model.converter.ArtifactPomRewriter
 
V4PomRewriter - Class in org.apache.maven.model.converter
 
V4PomRewriter() - Constructor for class org.apache.maven.model.converter.V4PomRewriter
 
validateV4Basics(Model, String, String, String, String) - Method in interface org.apache.maven.model.converter.ModelConverter
 
validateV4Basics(Model, String, String, String, String) - Method in class org.apache.maven.model.converter.PomV3ToV4Translator
 
verbatimLink(String, String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a text with a given link href as verbatim style in the current sink.
verbatimText(String) - Method in class org.apache.maven.reporting.AbstractMavenReportRenderer
Convenience method to wrap a text as verbatim style in the current sink .
verbose(CharSequence) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
verbose(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
verbose(CharSequence) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
verbose(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
VERBOSE - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
verbose(CharSequence) - Method in interface org.apache.maven.shared.monitor.Monitor
 
verbose(CharSequence, Throwable) - Method in interface org.apache.maven.shared.monitor.Monitor
 
verbose(CharSequence) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
verbose(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
VERBOSE_LEVEL - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
VerificationException - Exception in org.apache.maven.it
 
VerificationException() - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(String) - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(Throwable) - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(String, Throwable) - Constructor for exception org.apache.maven.it.VerificationException
 
Verifier - Class in org.apache.maven.it
 
Verifier(String) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, boolean) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String, boolean) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String, boolean, boolean) - Constructor for class org.apache.maven.it.Verifier
 
verify(boolean) - Method in class org.apache.maven.it.Verifier
 
verifyChecksum(File, String, String) - Method in class org.apache.maven.shared.repository.utils.DigestUtils
 
verifyErrorFreeLog() - Method in class org.apache.maven.it.Verifier
 
verifyTextInLog(String) - Method in class org.apache.maven.it.Verifier
Throws an exception if the text is not present in the log.
visit(int, int, String, String, String, String[]) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visit(String, Object) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.BuildingDependencyNodeVisitor
Starts the visit to the specified dependency node.
visit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.CollectingDependencyNodeVisitor
Starts the visit to the specified dependency node.
visit(DependencyNode) - Method in interface org.apache.maven.shared.dependency.tree.traversal.DependencyNodeVisitor
Starts the visit to the specified dependency node.
visit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor
Starts the visit to the specified dependency node.
visit(DependencyNode) - Method in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
Starts the visit to the specified dependency node.
visitAnnotation(String, boolean) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitAnnotation(String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitAnnotationDefault() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitArray(String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitArrayType() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitAttribute(Attribute) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitBaseType(char) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitClass(String, InputStream) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyClassFileVisitor
 
visitClass(String, InputStream) - Method in interface org.apache.maven.shared.dependency.analyzer.ClassFileVisitor
 
visitClass(String, InputStream) - Method in class org.apache.maven.shared.dependency.analyzer.CollectorClassFileVisitor
 
visitClassBound() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitClassType(String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitCode() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitConstantClass(ConstantClass) - Method in class org.apache.maven.shared.jar.classes.ImportVisitor
Find any formally declared import in the Constant Pool.
visitConstantUtf8(ConstantUtf8) - Method in class org.apache.maven.shared.jar.classes.ImportVisitor
Find any package class Strings in the UTF8 String Pool.
visitEnd() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitEnum(String, String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitExceptionType() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitField(int, String, String, String, Object) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitFormalTypeParameter(String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitIincInsn(int, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitInnerClassType(String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitInsn(int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitInterface() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitInterfaceBound() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitIntInsn(int, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitJumpInsn(int, Label) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitLabel(Label) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitLdcInsn(Object) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitLineNumber(int, Label) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitMaxs(int, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitOuterClass(String, String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitParameterAnnotation(int, String, boolean) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitParameterType() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitReturnType() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitSource(String, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitSuperclass() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTypeArgument() - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTypeArgument(char) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTypeInsn(int, String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitTypeVariable(String) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 
visitVarInsn(int, int) - Method in class org.apache.maven.shared.dependency.analyzer.asm.DependencyVisitor
 

W

waitFor(String, int) - Static method in class org.apache.maven.it.util.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
waitFor(File, int) - Static method in class org.apache.maven.it.util.FileUtils
 
warn(String) - Method in interface org.apache.maven.model.converter.ConverterListener
 
warn(String, Throwable) - Method in interface org.apache.maven.model.converter.ConverterListener
 
WARN - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for warn output.
warn(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified warning message.
warn(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified warning message and the accompanying exception.
warn(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
warn(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
warn(CharSequence) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
warn(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.BasicMonitor
 
warn(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
warn(CharSequence) - Method in class org.apache.maven.shared.monitor.MojoLogMonitorAdaptor
 
WARN - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
warn(CharSequence) - Method in interface org.apache.maven.shared.monitor.Monitor
 
warn(CharSequence, Throwable) - Method in interface org.apache.maven.shared.monitor.Monitor
 
warn(CharSequence, Throwable) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
warn(CharSequence) - Method in class org.apache.maven.shared.monitor.PlexusLoggerMonitorAdaptor
 
WARN_LEVEL - Static variable in interface org.apache.maven.shared.monitor.Monitor
 
warning(String) - Method in interface org.apache.maven.shared.io.logging.MessageSink
 
warning(String) - Method in class org.apache.maven.shared.io.logging.MojoLogSink
 
warning(String) - Method in class org.apache.maven.shared.io.logging.PlexusLoggerSink
 
WHITESPACE_TOKENS - Static variable in class org.apache.maven.shared.dependency.tree.traversal.SerializingDependencyNodeVisitor
Whitespace tokens to use when outputing the dependency tree.
WINDOWS - Static variable in class org.apache.maven.it.util.cli.Commandline
 
wrapStringWithQuotes(String) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
Deprecated.
Quoting of command line arguments should be left to the Commandline from plexus-utils.
write(Writer, FileSet) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
Method write.
write(OutputStream, FileSet) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
Method write.
writeFile(String, String) - Method in class org.apache.maven.it.Verifier
Writes a text file with the specified contents.
WriterStreamConsumer - Class in org.apache.maven.it.util.cli
 
WriterStreamConsumer(Writer) - Constructor for class org.apache.maven.it.util.cli.WriterStreamConsumer
 

X

XdocPluginRelocator - Class in org.apache.maven.model.converter.relocators
A PluginRelocator for the maven-xdoc-plugin.
XdocPluginRelocator() - Constructor for class org.apache.maven.model.converter.relocators.XdocPluginRelocator
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.