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

A

AbstractArtifact - class org.apache.maven.repository.AbstractArtifact.
Base class from which all artifact subclasses are derived.
AbstractArtifact(Dependency) - Constructor for class org.apache.maven.repository.AbstractArtifact
Default constructor.
AbstractMavenComponent - class org.apache.maven.AbstractMavenComponent.
Base class from which all components in maven are derived.
AbstractMavenComponent() - Constructor for class org.apache.maven.AbstractMavenComponent
Default Constructor.
AbstractMavenComponent(Project) - Constructor for class org.apache.maven.AbstractMavenComponent
 
AbstractRepositoryLayout - class org.apache.maven.repository.AbstractRepositoryLayout.
 
AbstractRepositoryLayout() - Constructor for class org.apache.maven.repository.AbstractRepositoryLayout
 
addContributor(Contributor) - Method in class org.apache.maven.project.Project
Add a contributor to this project.
addDependency(Dependency) - Method in class org.apache.maven.project.Project
Add a unique dependency for this project.
addDeveloper(Developer) - Method in class org.apache.maven.project.Project
Add a developer to this project.
addExclude(String) - Method in class org.apache.maven.project.Resource
Add an exclude pattern.
addFile(File) - Method in class org.apache.maven.jelly.tags.maven.ConcatTag
Add a file to the list of files of be concatenated.
addGoalName(String) - Method in class org.apache.maven.MavenSession
Add a single goal to the list of goals to attain.
addGoalNames(List) - Method in class org.apache.maven.MavenSession
Add a list of goals to attain.
addInclude(String) - Method in class org.apache.maven.project.Resource
Add an include pattern.
addLicense(License) - Method in class org.apache.maven.project.Project
Add a license to this project.
addMailingList(MailingList) - Method in class org.apache.maven.project.Project
Add a mailing list for this project.
addMavenRemoteRepo(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Add a remote repository to the list of remote repositories.
addPackageGroup(PackageGroup) - Method in class org.apache.maven.project.Project
Adds a new PackageGroup to this project
addParentDependencies(List) - Method in class org.apache.maven.project.Project
 
AddPathTag - class org.apache.maven.jelly.tags.maven.AddPathTag.
This class takes a given path using an id and appends another path (using refid) to it.
AddPathTag() - Constructor for class org.apache.maven.jelly.tags.maven.AddPathTag
 
addPluginContext(String, MavenJellyContext) - Method in class org.apache.maven.project.Project
Add a plugin context to the list of project's plugin contexts.
addProperty(String) - Method in class org.apache.maven.project.BaseObject
Add a meta property to this object.
addReport(String) - Method in class org.apache.maven.project.Project
Add a unique report for this project.
addResource(Resource) - Method in class org.apache.maven.project.UnitTest
Add a test resource.
addResource(Resource) - Method in class org.apache.maven.project.Build
Add a test resource.
addRole(String) - Method in class org.apache.maven.project.Contributor
Adds a role attribute to the Contributor object.
addSourceModification(SourceModification) - Method in class org.apache.maven.project.Build
Add source modification.
addToCount(Object) - Method in class org.apache.maven.MavenTool
Add an object to the list of counted items.
addVersion(Version) - Method in class org.apache.maven.project.Project
Add a distribution to this project.
afterLaunchGoals(Project) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running after launching project goals.
afterProject(Project) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running after launching a project.
AntProjectBuilder - class org.apache.maven.AntProjectBuilder.
 
AntProjectBuilder() - Constructor for class org.apache.maven.AntProjectBuilder
 
App - class org.apache.maven.cli.App.
The CLI wrapper for controlling MavenSession processes which are encapsulated in the MavenSession bean.
APP_VERSION - Static variable in class org.apache.maven.MavenSession
The current MavenSession version id
App() - Constructor for class org.apache.maven.cli.App
Constructor.
Artifact - interface org.apache.maven.repository.Artifact.
The interface defining an artifact (which probably lives in the repository).
ArtifactListBuilder - class org.apache.maven.ArtifactListBuilder.
 
ArtifactListBuilder() - Constructor for class org.apache.maven.ArtifactListBuilder
 
attainGoals() - Method in class org.apache.maven.MavenSession
 
attainGoals(Project) - Method in class org.apache.maven.MavenSession
 
attainGoals(Project) - Method in class org.apache.maven.plugin.PluginManager
Attain the goals.
attainGoals(Project) - Method in class org.apache.maven.plugin.DefaultPluginManager
Attain the goals.

B

BaseObject - class org.apache.maven.project.BaseObject.
 
BaseObject() - Constructor for class org.apache.maven.project.BaseObject
 
BaseTagLibrary - class org.apache.maven.jelly.tags.BaseTagLibrary.
MavenSession tag library for use in Jelly scripts.
BaseTagLibrary() - Constructor for class org.apache.maven.jelly.tags.BaseTagLibrary
Create an instance of the MavenTagLibrary, registering related tag libraries
BaseTagSupport - class org.apache.maven.jelly.tags.BaseTagSupport.
 
BaseTagSupport() - Constructor for class org.apache.maven.jelly.tags.BaseTagSupport
 
beforeLaunchGoals(Project) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running before launching project goals.
beforeProject(Project) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running before launching a project.
Build - class org.apache.maven.project.Build.
 
BUILD_END_GOAL - Static variable in class org.apache.maven.MavenSession
Tag for build end goal.
BUILD_FILE - Static variable in class org.apache.maven.MavenConstants
Project build file tag.
BUILD_FILE_NAME - Static variable in class org.apache.maven.MavenConstants
Project build file name.
BUILD_START_GOAL - Static variable in class org.apache.maven.MavenSession
Tag for build start goal.
Build() - Constructor for class org.apache.maven.project.Build
Constructor for the Build object
build(Project) - Static method in class org.apache.maven.DependencyClasspathBuilder
Create the dependency classpath.
build(Project) - Static method in class org.apache.maven.ArtifactListBuilder
Create the list of artifacts for a project based on the stated dependencies taking into account any user specified overrides.
build(Project) - Static method in class org.apache.maven.AntProjectBuilder
Initialize Ant.
buildArtifactList() - Method in class org.apache.maven.project.Project
Build the artifact list.
buildDependencyClasspath() - Method in class org.apache.maven.project.Project
Build the dependency classpath.
buildFinished(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
buildGraph() - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
Builds the projects / dependencies into an internal acyclic directed graph
buildStarted(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 

C

CALLBACKS_CACHE - Static variable in class org.apache.maven.plugin.PluginCacheManager
 
CaseInsensitiveGlobPatternMapper - class org.apache.maven.util.CaseInsensitiveGlobPatternMapper.
Implementation of FileNameMapper that does simple case insensitive wildcard pattern replacements.
CaseInsensitiveGlobPatternMapper() - Constructor for class org.apache.maven.util.CaseInsensitiveGlobPatternMapper
 
ChecksumVerificationException - exception org.apache.maven.verifier.ChecksumVerificationException.
Specialized artifact corruption exception.
ChecksumVerificationException(String) - Constructor for class org.apache.maven.verifier.ChecksumVerificationException
Constructs an ChecksumVerificationException with the specified detail message.
clear() - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
clear() - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
clear() - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Clear the project list and set the graph built flag to false.
clear() - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
clearGoalNames() - Method in class org.apache.maven.MavenSession
Clear the goal list.
CLIManager - class org.apache.maven.cli.CLIManager.
Utility for managing and parsing MavenSession's command-line.
CLIManager() - Constructor for class org.apache.maven.cli.CLIManager
 
close() - Method in class org.apache.maven.util.StringInputStream
Closes the Stringreader.
compileScript(File, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Compile a jelly script.
compileScript(InputStream, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Compile a jelly script.
compileScript(InputStream, JellyContext, String) - Static method in class org.apache.maven.jelly.JellyUtils
Compile a jelly script.
ConcatTag - class org.apache.maven.jelly.tags.maven.ConcatTag.
Concat a set of files together into a single file.
ConcatTag() - Constructor for class org.apache.maven.jelly.tags.maven.ConcatTag
 
Contributor - class org.apache.maven.project.Contributor.
A Contributor to a project is an individual that has contributed in some way to the project, but is not a Contributor.
Contributor() - Constructor for class org.apache.maven.project.Contributor
Constructor for the Contributor object
createArtifact(Dependency) - Static method in class org.apache.maven.repository.DefaultArtifactFactory
Return an appropriate Artifact implementation based on the dependency type.
createBeanReader(Class) - Static method in class org.apache.maven.MavenUtils
Creates a new instance of BeanReader
createChildContext() - Method in class org.apache.maven.jelly.MavenJellyContext
 
createContext(File) - Static method in class org.apache.maven.MavenUtils
Create a jelly context given a descriptor directory.
createContext(File, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
Create a jelly context given a descriptor directory and parent jelly context.
createDocument() - Method in class org.apache.maven.project.Project
Create a dom4j document from the POM.
createExpression(String) - Method in class org.apache.maven.jelly.MavenExpressionFactory
 
createTagScript(String, Attributes) - Method in class org.apache.maven.jelly.tags.jeez.MavenJeezTagLibrary
Create a TagScript based upon an element's name and attributes.
createTagScript(String, Attributes) - Method in class org.apache.maven.jelly.tags.jeez.JeezTagLibrary
 
createXMLIntrospector() - Static method in class org.apache.maven.MavenUtils
Create the type of XMLIntrospector that is used to read all MavenSession style XML files.

D

DEBUG_ON - Static variable in class org.apache.maven.MavenConstants
MavenSession debug flag tag.
decomposeExpression(String, ExpressionFactory, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Recursively evaluate a string representation of a jelly expression.
DefaultArtifactFactory - class org.apache.maven.repository.DefaultArtifactFactory.
Simple factory for creating Artifact implementations based on a dependency type.
DefaultArtifactFactory() - Constructor for class org.apache.maven.repository.DefaultArtifactFactory
 
DefaultPluginCacheManager - class org.apache.maven.plugin.DefaultPluginCacheManager.
This is the process that we use: - Start with goal X.
DefaultPluginCacheManager() - Constructor for class org.apache.maven.plugin.DefaultPluginCacheManager
Default constructor.
DefaultPluginManager - class org.apache.maven.plugin.DefaultPluginManager.
This is the process that we use: - Start with goal X.
DefaultPluginManager(MavenSession) - Constructor for class org.apache.maven.plugin.DefaultPluginManager
Default constructor.
DefaultRepositoryLayout - class org.apache.maven.repository.DefaultRepositoryLayout.
The standard RepositoryLayout implementation.
DefaultRepositoryLayout() - Constructor for class org.apache.maven.repository.DefaultRepositoryLayout
 
Dependency - class org.apache.maven.project.Dependency.
 
DEPENDENCY_CLASSPATH - Static variable in class org.apache.maven.MavenConstants
Dependency classpath tag.
Dependency() - Constructor for class org.apache.maven.project.Dependency
Default constructor
DependencyClasspathBuilder - class org.apache.maven.DependencyClasspathBuilder.
Take a valid MavenJellyContext which contains references to the POM, ant project, and all defined properties and create the dependency classpath based on dependencies listed in the POM.
DependencyClasspathBuilder() - Constructor for class org.apache.maven.DependencyClasspathBuilder
 
DependencyResolver - class org.apache.maven.jelly.tags.maven.DependencyResolver.
 
DependencyResolver() - Constructor for class org.apache.maven.jelly.tags.maven.DependencyResolver
Creates the dependency resolver.
DependencyResolver(DependencyResolverInterface) - Constructor for class org.apache.maven.jelly.tags.maven.DependencyResolver
Creates the dependency resolver with a specific implementation
DependencyResolverInterface - interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface.
 
DependencyVerifier - class org.apache.maven.verifier.DependencyVerifier.
Make sure that everything that is required for the project to build successfully is present.
DependencyVerifier(Project) - Constructor for class org.apache.maven.verifier.DependencyVerifier
Default ctor.
DESCRIPTOR_DIRECTORY - Static variable in class org.apache.maven.MavenConstants
Descriptor directory tag.
DESCRIPTOR_FILE - Static variable in class org.apache.maven.MavenConstants
Project descriptor file tag.
Developer - class org.apache.maven.project.Developer.
A Developer is, in Jakarta terms, a committer on a project.
Developer() - Constructor for class org.apache.maven.project.Developer
Constructor for the Developer object
display() - Method in class org.apache.maven.jelly.MavenJellyContext
 
displayGoals() - Method in class org.apache.maven.cli.App
Display helpful information regarding all documented goals.
displayHelp() - Static method in class org.apache.maven.cli.CLIManager
Display usage information based upon current command-line option configuration.
displayInfo() - Static method in class org.apache.maven.cli.CLIManager
Display system information.
displayRootProjectNotFound() - Method in class org.apache.maven.cli.App
 
doMain(String[], Date) - Method in class org.apache.maven.cli.App
Perform main operations in a non-static method.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.SnapshotSignature
Process the tag.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Execute the body of the reactor tag.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.PomTag
Perform functionality provided by the tag
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Process the tag.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.InputTag
Perform functionality provided by the tag.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.ConcatTag
Perform functionality provided by the tag.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Perform the tag processing.
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
DRIVER_PROPERTIES - Static variable in class org.apache.maven.MavenConstants
Driver properties
DRIVER_SCRIPT_NAME - Static variable in class org.apache.maven.MavenSession
Initialization jellyscript name.
DVSLFormatter - class org.apache.maven.DVSLFormatter.
Formatting tool for use with the DVSL toolbox.
DVSLFormatter() - Constructor for class org.apache.maven.DVSLFormatter
 
DVSLPathTool - class org.apache.maven.DVSLPathTool.
Path tool for use with the DVSL toolbox.
DVSLPathTool() - Constructor for class org.apache.maven.DVSLPathTool
 
DYNAMIC_TAGLIBS_CACHE - Static variable in class org.apache.maven.plugin.PluginCacheManager
Taglibs cache

E

EMACS_MODE_ON - Static variable in class org.apache.maven.MavenConstants
MavenSession debug flag tag.
emacsMode - Variable in class org.apache.maven.jelly.JellyBuildListener
Whether or not to use emacs-style output
encode(byte[]) - Method in class org.apache.maven.util.MD5Sum
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
endElement(String, String, String) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
 
equals(Object) - Method in class org.apache.maven.project.BaseObject
Whether the passed object is the same as this one.
error(SAXParseException) - Method in class org.apache.maven.plugin.PluginCacheManager
Error callback.
error(SAXParseException) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Error callback.
execute() - Method in class org.apache.maven.ant.MavenTask
Does the work.
execute() - Method in class org.apache.maven.util.MD5Sum
Perform the MD5-Sum work.
execute() - Method in class org.apache.maven.util.Expand
Do the work.
exists() - Method in interface org.apache.maven.repository.Artifact
Boolean flag indicating whether this artifact exists.
exists() - Method in class org.apache.maven.repository.AbstractArtifact
 
exit(int) - Method in class org.apache.maven.cli.App
To allow subclasses stop the app from exiting
Expand - class org.apache.maven.util.Expand.
Unzip a file.
Expand() - Constructor for class org.apache.maven.util.Expand
 
expandFile(FileUtils, File, File) - Method in class org.apache.maven.util.Expand
Expand a file.
extractFile(FileUtils, File, File, InputStream, String, Date, boolean) - Method in class org.apache.maven.util.Expand
Extract a file.

F

fatalError(SAXParseException) - Method in class org.apache.maven.plugin.PluginCacheManager
Fatal error callback.
fatalError(SAXParseException) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Fatal error callback.
findResource(String) - Method in class org.apache.maven.util.ResourceBean
Attempts to load the given resource from the given name.
format(String, int, char) - Method in class org.apache.maven.cli.App
Produce a formatted/padded string.
formatNumber(String, String) - Static method in class org.apache.maven.DVSLFormatter
Formats a string as a number using the specified pattern.
formatTime(long) - Static method in class org.apache.maven.cli.App
Format a time string.

G

generatePath() - Method in class org.apache.maven.repository.PluginArtifact
 
generatePath() - Method in interface org.apache.maven.repository.Artifact
Generate the path for this artifact given its dependency attributes.
generatePath() - Method in class org.apache.maven.repository.AbstractArtifact
 
GenericArtifact - class org.apache.maven.repository.GenericArtifact.
Generic artifact that builds its path and url information based on its associated dependency.
GenericArtifact(Dependency) - Constructor for class org.apache.maven.repository.GenericArtifact
Constructor for the GenericArtifact object
getAllGoalNames() - Method in class org.apache.maven.MavenSession
Return all goals requested to be attained.
getAntProject() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the ant project.
getAntProject() - Method in class org.apache.maven.project.Project
Get the grantProject attribute.
getArchive() - Method in class org.apache.maven.project.MailingList
Gets the archive attribute of the MailingList object
getArtifact() - Method in class org.apache.maven.project.Dependency
Gets the artifact name of the dependency.
getArtifactDirectory() - Method in class org.apache.maven.project.Project
 
getArtifactDirectory() - Method in class org.apache.maven.project.Dependency
Get the directory to place the artifact in.
getArtifactId() - Method in class org.apache.maven.project.Project
Get the artifact id.
getArtifactId() - Method in class org.apache.maven.project.Dependency
Get the artifact id.
getArtifacts() - Method in class org.apache.maven.project.Project
Get the attribute.
getAspectSourceDirectory() - Method in class org.apache.maven.project.Build
Gets the directory that Aspect/J source is stored in
getBanner() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the banner to be displayed for project while it is being processed.
getBasedir() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Getter for the basedir property
getBoolean(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Convert a String property to a Boolean based on its contents.
getBuild() - Method in class org.apache.maven.project.Project
Get the build model for this project.
getBytes(File) - Method in class org.apache.maven.util.MD5Sum
Pull in static content and store it
getCallbackCache() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getChecksum() - Method in class org.apache.maven.util.MD5Sum
Get the checksum
getChecksumUrl() - Method in interface org.apache.maven.repository.Artifact
Return the url to the checksum file for this artifact.
getChecksumUrl() - Method in class org.apache.maven.repository.AbstractArtifact
 
getClassLoader() - Method in class org.apache.maven.util.ResourceBean
Returns the classLoader.
getClassName() - Method in class org.apache.maven.project.SourceModification
Gets the className attribute of the SourceModification object
getCli() - Method in class org.apache.maven.cli.App
Get the CLI parser.
getComments() - Method in class org.apache.maven.project.License
 
getConnection() - Method in class org.apache.maven.project.Repository
Gets the connection attribute of the Repository object
getContext() - Method in class org.apache.maven.project.Project
Get the context attribute.
getContributors() - Method in class org.apache.maven.project.Project
Return the contributors for this project.
getCount() - Method in class org.apache.maven.MavenTool
get a list of counted items with the key being the number of times counted and the value any arbitrary item that was counted
getCountDescending() - Method in class org.apache.maven.MavenTool
get a list of counted items with the key being the number of times counted (in descending order) and the value any arbitrary item that was counted
getCurrentVersion() - Method in class org.apache.maven.project.Project
Gets the currentVersion attribute of the Project object.
getCvsModule() - Method in class org.apache.maven.project.Repository
Get cvs module.
getCvsRoot() - Method in class org.apache.maven.project.Repository
Get cvs root.
getDebugOn() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the debug flag.
getDependencies() - Method in class org.apache.maven.project.Project
Get the list of dependencies for this project.
getDependency() - Method in interface org.apache.maven.repository.Artifact
Get the dependency.
getDependency() - Method in class org.apache.maven.repository.AbstractArtifact
 
getDependency(String) - Method in class org.apache.maven.project.Project
Get an individual dependency by id.
getDependencyClasspath() - Method in class org.apache.maven.project.Project
Get the dependency classpath.
getDependencyPath(String) - Method in class org.apache.maven.project.Project
Get an individual dependencies classpath entry.
getDependencyVerifier() - Method in class org.apache.maven.project.Project
Get the dependency verifier for this project.
getDependentProjectIds() - Method in class org.apache.maven.project.Project
Get the list of dependent projects ids.
getDescription() - Method in class org.apache.maven.project.Project
Gets the description attribute of the Project object.
getDescriptor() - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Getter for the descriptor property
getDevelopers() - Method in class org.apache.maven.project.Project
Return the developers for this project.
getDirectory() - Method in class org.apache.maven.project.Resource
Get the directory where resources are located.
getDirectoryComponent(String) - Static method in class org.apache.maven.DVSLPathTool
Determines the directory component of a filename.
getDistribution() - Method in class org.apache.maven.project.License
 
getDistributionDirectory() - Method in class org.apache.maven.project.Project
Get the project's distribution directory.
getDistributionSite() - Method in class org.apache.maven.project.Project
Get the project's distribution site.
getDynaTagLibCache() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getDynaTagLibDecls() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getEmacsModeOn() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the emacs mode flag.
getEmail() - Method in class org.apache.maven.project.Contributor
Gets the email attribute of the Contributor object
getException() - Method in class org.apache.maven.MavenException
Returns the nested exception, if any.
getExcludes() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the excludes used to find projects.
getExcludes() - Method in class org.apache.maven.project.Resource
Retrieve a list of exclude patterns.
getExistingGoal(Project) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
Retrieves the existing goal for a project (based on Id).
getExtend() - Method in class org.apache.maven.project.Project
Get the path to the file that this project extends.
getFile() - Method in class org.apache.maven.project.Project
Get the file this POM was derived from
getFile() - Method in interface org.apache.maven.repository.Artifact
Get the location of the artifact in the local file system.
getFile() - Method in class org.apache.maven.repository.AbstractArtifact
 
getFile() - Method in class org.apache.maven.util.MD5Sum
Get the file that the checksum will be perform on.
getFile(String, File, boolean, boolean, String, String, String, String) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
getFile(String, File, boolean, boolean, String, String, String, String, boolean) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
getFiles(File, String) - Static method in class org.apache.maven.MavenUtils
Get a set of files from a specifed directory with a set of includes.
getFiles(File, String, String) - Static method in class org.apache.maven.MavenUtils
Get a set of files from a specifed directory with a set of includes.
getGlob() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the glob used to find projects.
getGoalCache() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getGoalDescription(String) - Method in class org.apache.maven.MavenSession
Get a given goal's description.
getGoalDescription(String) - Method in class org.apache.maven.plugin.PluginManager
Retrieve a goal description by the goal name.
getGoalDescription(String) - Method in class org.apache.maven.plugin.DefaultPluginManager
Retrieve a goal description by the goal name.
getGoalName() - Method in class org.apache.maven.UnknownGoalException
Retrieve the unknown goal name.
getGoalName() - Method in class org.apache.maven.ant.MavenTask
Gets the value of goalName
getGoalNames() - Method in class org.apache.maven.MavenSession
Retrieve the list of goal names.
getGoalNames() - Method in class org.apache.maven.plugin.PluginManager
Retrieve the set of all goal names.
getGoalNames() - Method in class org.apache.maven.plugin.DefaultPluginManager
Retrieve the set of all goal names.
getGoalNames() - Method in class org.apache.maven.project.Project
Get the goal names that must be satisfied.
getGoals() - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Getter for the goals property
getGroupId() - Method in class org.apache.maven.project.Project
The group id in a particular POM refers to a real id of another project.
getGroupId() - Method in class org.apache.maven.project.Dependency
Get the group id.
getGumpRepositoryId() - Method in class org.apache.maven.project.Project
Get the gump repository descriptor.
getId() - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Getter for the id property
getId() - Method in class org.apache.maven.project.Project
 
getId() - Method in class org.apache.maven.project.Dependency
 
getId() - Method in class org.apache.maven.project.BaseObject
Gets the id attribute
getInceptionYear() - Method in class org.apache.maven.project.Project
Gets the inceptionYear attribute of the Project object
getIncludes() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the includes used to find projects.
getIncludes() - Method in class org.apache.maven.project.Resource
Retrieve a list of include patterns.
getIntegrationUnitTestSourceDirectory() - Method in class org.apache.maven.project.Build
Get the integration unit test source directory.
getIssueTrackingUrl() - Method in class org.apache.maven.project.Project
Set the URL to this project's issue tracking system.
getJar() - Method in class org.apache.maven.project.Dependency
Get the name of the JAR.
getLicenses() - Method in class org.apache.maven.project.Project
Return the licenses for this project.
getLogo() - Method in class org.apache.maven.project.Project
Return the project logo image URL.
getLogo() - Method in class org.apache.maven.project.Organization
Gets the organization logo text.
getMailingLists() - Method in class org.apache.maven.project.Project
Return the mailing lists for this project.
getMavenContext() - Method in class org.apache.maven.jelly.tags.BaseTagSupport
 
getMavenHome() - Method in class org.apache.maven.ant.MavenTask
Gets the value of mavenHome
getMavenHome() - Method in class org.apache.maven.jelly.MavenJellyContext
Get MavenSession home.
getMavenJarOverride() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the flag indicating the use of the JAR overriding facility.
getMavenJarOverride(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Get the maven jar override value for a particular dependency.
getMavenRepoLocal() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the mavenRepoRemote attribute.
getMavenRepoRemote() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the mavenRepoRemote attribute.
getMavenSession() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the mavenSession attribute.
getMessage(String) - Static method in class org.apache.maven.MavenUtils
Retrieve a user message.
getMessage(String) - Method in class org.apache.maven.AbstractMavenComponent
 
getMessage(String, Object) - Static method in class org.apache.maven.MavenUtils
Retrieve a user message.
getMessage(String, Object) - Method in class org.apache.maven.AbstractMavenComponent
 
getNagEmailAddress() - Method in class org.apache.maven.project.Build
Get the nag email address.
getName() - Method in class org.apache.maven.project.License
 
getName() - Method in class org.apache.maven.project.BaseObject
Gets the name attribute
getName() - Method in interface org.apache.maven.repository.Artifact
Return the name of the artifact.
getName() - Method in class org.apache.maven.repository.AbstractArtifact
Get the name of the artifact from the underlying dependency.
getOnline() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the online flag.
getOrCreateGoal(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
Retrieves the existing goal for a project (based on Id).
getOrganization() - Method in class org.apache.maven.project.Project
Get the Project Organization.
getOrganization() - Method in class org.apache.maven.project.Contributor
Gets the organization attribute of the Contributor object
getPackage() - Method in class org.apache.maven.project.Project
Gets the package attribute of the Project object.
getPackageGroups() - Method in class org.apache.maven.project.Project
Returns a list of PackageGroup instances used for documenting the packages
getPackages() - Method in class org.apache.maven.project.PackageGroup
Returns the package patterns.
getPath() - Method in interface org.apache.maven.repository.Artifact
Return the path of the artifact using platform specific naming conventions.
getPath() - Method in class org.apache.maven.repository.AbstractArtifact
 
getPluginCache() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getPluginContext(String) - Method in class org.apache.maven.project.Project
Get the plugin context using the plugin name.
getPluginContexts() - Method in class org.apache.maven.project.Project
Get plugin context for this project.
getPluginDynaTagDepsCache() - Method in class org.apache.maven.plugin.PluginCacheManager
Get the pluginDynaTagDepsCache attribute.
getPluginManager() - Method in class org.apache.maven.MavenSession
 
getPluginScript() - Method in class org.apache.maven.plugin.PluginCacheManager
 
getPluginScript() - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
 
getPluginsDir() - Method in class org.apache.maven.plugin.PluginCacheManager
Get the pluginsDir attribute.
getPluginsDir() - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Get the pluginsDir attribute.
getPomVersion() - Method in class org.apache.maven.project.Project
Gets the version attribute of the Project object.
getPostProcessing() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the postProcessing attribute.
getProject() - Method in class org.apache.maven.MavenTool
Accessor for the project property.
getProject() - Method in class org.apache.maven.AbstractMavenComponent
 
getProject() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the maven project.
getProject() - Method in class org.apache.maven.jelly.tags.maven.SnapshotSignature
Get the maven project object.
getProject(File) - Static method in class org.apache.maven.MavenUtils
Create a Project object given a name a file descriptor.
getProject(File, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
 
getProject(File, MavenJellyContext, boolean) - Static method in class org.apache.maven.MavenUtils
Create a Project object given a file descriptor and optionally a parent Jelly context.
getProject(List, String) - Static method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getProjectBuildFile() - Method in class org.apache.maven.ant.MavenTask
Gets the value of projectBuildFile
getProjectFileName() - Method in class org.apache.maven.ant.MavenTask
Gets the value of projectFileName
getProjectInputStream(Project) - Static method in class org.apache.maven.MavenUtils
 
getProjects(File, String, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
This is currently used for the reactor but may be generally useful.
getProjects(File, String, String, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
This is currently used for the reactor but may be generally useful.
getProjects(List, boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
Filters the given list of goals, and returns the associated projects If param:sourceBuild == true, include goal If param:sourceBuild == false, include goal if goal:sourceBuild == true
getProjectString(Project) - Static method in class org.apache.maven.MavenUtils
Create an XML string from a project.
getProperties() - Method in class org.apache.maven.jelly.JellyPropsHandler
Retrieve all ant properties.
getProperties() - Method in class org.apache.maven.project.BaseObject
Get meta properties.
getProperty() - Method in class org.apache.maven.project.SourceModification
Gets the property attribute of the SourceModification object
getProperty(String) - Method in class org.apache.maven.jelly.JellyPropsHandler
Retrieve an ant property.
getProperty(String) - Method in class org.apache.maven.project.BaseObject
Get a meta property.
getProxyHost() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the proxy host.
getProxyPassword() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the proxy password.
getProxyPort() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the proxy port.
getProxyUserName() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the proxy user name.
getReactorXml() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the reactorXml attribute.
getRefid() - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Getter for the refid property
getRelativePath(String) - Static method in class org.apache.maven.DVSLPathTool
Determines the relative path of a filename.
getRelativePath(String, String) - Static method in class org.apache.maven.DVSLPathTool
Determines the relative path of a filename from a base directory.
getRemoteRepositoryEnabled() - Method in class org.apache.maven.jelly.MavenJellyContext
Set flag indicating if the remote repository is enabled for use.
getReports() - Method in class org.apache.maven.project.Project
Get the list of dependencies for this project.
getRepository() - Method in class org.apache.maven.project.Project
Return the repository used by this project.
getResources() - Method in class org.apache.maven.project.UnitTest
Gets the resources.
getResources() - Method in class org.apache.maven.project.Build
Gets the resources.
getRoles() - Method in class org.apache.maven.project.Contributor
Gets the sorted set of unique role attributes of the Contributor object.
getRootContext() - Method in class org.apache.maven.MavenSession
 
getRootContext() - Method in class org.apache.maven.cli.App
Retrieve the Jelly rootContext.
getRootDescriptorFile() - Static method in class org.apache.maven.MavenSession
 
getRootProject() - Method in class org.apache.maven.MavenSession
 
getShortDescription() - Method in class org.apache.maven.project.Project
Get short description
getSiteAddress() - Method in class org.apache.maven.project.Project
Get the projects site address.
getSiteDirectory() - Method in class org.apache.maven.project.Project
Get the project's site directory.
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
getSortedDependencies(boolean) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Get the list of projects in dependency sorted order.
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSortedDependencies(Project) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSortedDependencies(Project) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
getSortedDependencies(Project) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Get the list of projects in dependency sorted order.
getSortedDependencies(Project) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
getSortedDependencies(Project, boolean) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Get the list of projects in dependency sorted order.
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSourceDirectory() - Method in class org.apache.maven.project.Build
Gets the sourceDirectories attribute of the Build object
getSourceModifications() - Method in class org.apache.maven.project.Build
Get the source modifications.
getSubscribe() - Method in class org.apache.maven.project.MailingList
Gets the subscribe attribute of the MailingList object
getTag() - Method in class org.apache.maven.project.Version
Gets the tag attribute of the Distribution object
getTagLibrary() - Method in class org.apache.maven.jelly.tags.jeez.TagDefTag
 
getTagLibrary(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Retrieve a registered TagLibrary by namespace URI.
getTargetPath() - Method in class org.apache.maven.project.Resource
Get the directory where resources are placed
getTitle() - Method in class org.apache.maven.project.PackageGroup
Returns the title of this package group.
getToolsJar() - Method in class org.apache.maven.ant.MavenTask
Gets the value of toolsJar
getType() - Method in class org.apache.maven.project.Dependency
Set the type of the dependency.
getUnitTest() - Method in class org.apache.maven.project.Build
Retrieve the unit test patterns.
getUnitTestSourceDirectory() - Method in class org.apache.maven.project.Build
Get the unit test source directory.
getUnsubscribe() - Method in class org.apache.maven.project.MailingList
Gets the unsubscribe attribute of the MailingList object
getUrl() - Method in class org.apache.maven.project.Repository
Gets the url attribute of the Repository object
getUrl() - Method in class org.apache.maven.project.Project
Set the URL to this project's main page.
getUrl() - Method in class org.apache.maven.project.Organization
Gets the organization URL.
getUrl() - Method in class org.apache.maven.project.License
 
getUrl() - Method in class org.apache.maven.project.Dependency
Get the name of the url for the dependency.
getUrl() - Method in class org.apache.maven.project.Contributor
Gets the homepage url of the Contributor object.
getUrlPath() - Method in class org.apache.maven.repository.PluginArtifact
 
getUrlPath() - Method in interface org.apache.maven.repository.Artifact
Return an URL path that is platform agnostic.
getUrlPath() - Method in class org.apache.maven.repository.AbstractArtifact
 
getVariable(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Retrieve a variable.
getVersion() - Method in class org.apache.maven.project.Dependency
Get the version of this dependency.
getVersionById(String) - Method in class org.apache.maven.project.Project
Return a distribution for this project.
getVersions() - Method in class org.apache.maven.project.Project
Return the distributions for this project.
getWerkzProject() - Method in class org.apache.maven.jelly.MavenJellyContext
retrieve the werkz project object
getXMLIntrospector() - Static method in class org.apache.maven.MavenUtils
If caching is enabled then this method will return a pooled introspector
getXMLOutput() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the jelly output sink.
getXMLReader() - Static method in class org.apache.maven.MavenUtils
Get the XMLReader to use for processing XML related resources.
GOALS_CACHE - Static variable in class org.apache.maven.plugin.PluginCacheManager
Goal cache
GraphDependencyResolver - class org.apache.maven.jelly.tags.maven.GraphDependencyResolver.
Takes a list of maven projects and determines the overall dependency ordering among the project.
GraphDependencyResolver() - Constructor for class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
Default constructor.

H

hashCode() - Method in class org.apache.maven.project.BaseObject
Provides the hashCode of this object, which is determined by simply delegating the responsibility to the name property
hasParent() - Method in class org.apache.maven.project.Project
Determine whether this project has a parent.
hasRepository() - Method in class org.apache.maven.project.Project
Get flag to indicate the presence of a source repository.
HOME - Static variable in class org.apache.maven.MavenConstants
MavenSession home tag.
HttpUtils - class org.apache.maven.util.HttpUtils.
Http utils for retrieving files.
HttpUtils() - Constructor for class org.apache.maven.util.HttpUtils
 

I

id - Variable in class org.apache.maven.project.BaseObject
Id to use for this object.
initialize() - Method in class org.apache.maven.MavenSession
Perform pre-build initialization.
initialize() - Method in class org.apache.maven.plugin.PluginManager
Initialize all plugins.
initialize() - Method in class org.apache.maven.plugin.DefaultPluginManager
Initialize all plugins.
initialize() - Method in class org.apache.maven.project.Project
Initialize the project.
initialize(String[]) - Method in class org.apache.maven.cli.App
Perform initialization.
initializeRootContext() - Method in class org.apache.maven.cli.App
Initialize the IO streams.
initializeSystemProperties() - Method in class org.apache.maven.cli.App
Setup any system properties that have been specified on the CLI.
InputTag - class org.apache.maven.jelly.tags.maven.InputTag.
Concat a set of files together into a single file.
InputTag() - Constructor for class org.apache.maven.jelly.tags.maven.InputTag
 
integrateMapInContext(Map, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
Integrate a Map of key:value pairs into a MavenJellyContext.
isDebug() - Method in class org.apache.maven.jelly.JellyBuildListener
 
isDebug(boolean) - Method in class org.apache.maven.jelly.JellyBuildListener
 
isIgnoreErrors() - Method in class org.apache.maven.verifier.DependencyVerifier
 
isIgnoreFailures() - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Get the ignore failures flag.
isPomCurrent() - Method in class org.apache.maven.project.Project
Indicate whether the POM is of the latest version.
isSnapshot() - Method in interface org.apache.maven.repository.Artifact
Boolean flag indicating whether this artifact is a snapshot.
isSnapshot() - Method in class org.apache.maven.repository.AbstractArtifact
 
isSupportAntVariables() - Method in class org.apache.maven.jelly.MavenExpressionFactory
 
isValid(String) - Method in class org.apache.maven.project.BaseObject
Simple check for a value in the POM.
isValidAntVariableName(String) - Method in class org.apache.maven.jelly.MavenExpressionFactory
Determine if a variable name is a valid ant variable name.

J

Jar - class org.apache.maven.project.Jar.
A Jar as specified in the project descriptor
JAR_OVERRIDE - Static variable in class org.apache.maven.MavenConstants
Jar Override tag.
JAR_OVERRIDE_PROPERTY - Static variable in class org.apache.maven.MavenConstants
Jar Override property tag.
Jar() - Constructor for class org.apache.maven.project.Jar
Create an instance of this class
JeezTagLibrary - class org.apache.maven.jelly.tags.jeez.JeezTagLibrary.
Convenience taglib that puts jelly:core, jelly:werkz and jelly:ant into a single namespace.
JeezTagLibrary() - Constructor for class org.apache.maven.jelly.tags.jeez.JeezTagLibrary
 
JellyBuildListener - class org.apache.maven.jelly.JellyBuildListener.
 
JellyBuildListener(XMLOutput) - Constructor for class org.apache.maven.jelly.JellyBuildListener
 
JellyPropsHandler - class org.apache.maven.jelly.JellyPropsHandler.
Implementation of a Commons Grant propsHandler to resolve through Jelly's context.
JellyPropsHandler(JellyContext) - Constructor for class org.apache.maven.jelly.JellyPropsHandler
Simple constructor with the context to be used.
JellyUtils - class org.apache.maven.jelly.JellyUtils.
Utilities for Jelly.
JellyUtils() - Constructor for class org.apache.maven.jelly.JellyUtils
 

L

LazyAttainGoalTag - class org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.
Replacement for werkz's AttainGoalTag which accounts for lazily loading plugin scripts through the PluginManager.
LazyAttainGoalTag() - Constructor for class org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag
Construct.
legacyToStandardId(String) - Static method in class org.apache.maven.project.Project
This is to support methods that are using the legacy form of the project id.
License - class org.apache.maven.project.License.
A License as specified in the project descriptor
License() - Constructor for class org.apache.maven.project.License
 
loadJellyScript(File) - Method in class org.apache.maven.project.Project
Load a Jelly script for this project.
loadJellyScript(File, Project) - Method in class org.apache.maven.MavenSession
Load a jelly script for a project.
loadJellyScript(File, Project) - Method in class org.apache.maven.plugin.PluginManager
Load a user jelly script.
loadJellyScript(File, Project) - Method in class org.apache.maven.plugin.DefaultPluginManager
Load a user jelly script.
LocalSettingsVerifier - class org.apache.maven.verifier.LocalSettingsVerifier.
Verify the integrity of the local repository.
LocalSettingsVerifier(Project) - Constructor for class org.apache.maven.verifier.LocalSettingsVerifier
Default constructor.

M

MailingList - class org.apache.maven.project.MailingList.
 
MailingList() - Constructor for class org.apache.maven.project.MailingList
Constructor for the MailingList object
main(String[]) - Static method in class org.apache.maven.cli.App
Main CLI entry point for MavenSession.
mapFileName(String) - Method in class org.apache.maven.util.CaseInsensitiveGlobPatternMapper
Returns null if the source file name doesn't match the "from" pattern, an one-element array containing the translated file otherwise.
mark(int) - Method in class org.apache.maven.util.StringInputStream
Marks the read limit of the StringReader.
markSupported() - Method in class org.apache.maven.util.StringInputStream
 
MAVEN_ANT_PROJECT - Static variable in class org.apache.maven.MavenConstants
MavenSession ant project context tag
MAVEN_BUILD_FILE_URL - Static variable in class org.apache.maven.MavenConstants
MavenSession build file url context tag
MAVEN_GOALS - Static variable in class org.apache.maven.MavenConstants
MavenSession goals context tag
MAVEN_HOME - Static variable in class org.apache.maven.MavenConstants
MavenSession home context tag
MAVEN_POM - Static variable in class org.apache.maven.MavenConstants
MavenSession POM context tag
MAVEN_PROJECT_VERIFIER - Static variable in class org.apache.maven.MavenConstants
MavenSession project verifier context tag
MAVEN_VERSION - Static variable in class org.apache.maven.MavenConstants
This is an internal version for MavenSession self updating procedures.
MavenConstants - class org.apache.maven.MavenConstants.
MavenSession constants.
MavenConstants() - Constructor for class org.apache.maven.MavenConstants
 
MavenException - exception org.apache.maven.MavenException.
The base class for all exceptions thrown by MavenSession.
MavenException() - Constructor for class org.apache.maven.MavenException
Creates a new instance of MavenException without detail message.
MavenException(String) - Constructor for class org.apache.maven.MavenException
Constructs an instance of MavenException with the specified detail message.
MavenException(String, Throwable) - Constructor for class org.apache.maven.MavenException
Constructs an exception with the given message and exception as a root cause.
MavenException(Throwable) - Constructor for class org.apache.maven.MavenException
Constructs an exception with the given exception as a root cause.
MavenExpressionFactory - class org.apache.maven.jelly.MavenExpressionFactory.
Represents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP.
MavenExpressionFactory() - Constructor for class org.apache.maven.jelly.MavenExpressionFactory
 
MavenJeezTagLibrary - class org.apache.maven.jelly.tags.jeez.MavenJeezTagLibrary.
Replacement for Jelly's JeezTagLibrary which uses LazyAttainGoalTag to perform lazy plugin initialization.
MavenJeezTagLibrary() - Constructor for class org.apache.maven.jelly.tags.jeez.MavenJeezTagLibrary
 
MavenJellyContext - class org.apache.maven.jelly.MavenJellyContext.
Specialized version of a JellyContext.
MavenJellyContext() - Constructor for class org.apache.maven.jelly.MavenJellyContext
Construct.
MavenJellyContext(MavenJellyContext) - Constructor for class org.apache.maven.jelly.MavenJellyContext
Construct.
MavenJellyContext(URL) - Constructor for class org.apache.maven.jelly.MavenJellyContext
Construct.
MavenSession - class org.apache.maven.MavenSession.
This class should represent the single place to access everything that MavenSession provides and control any options provided by MavenSession.
MavenSession() - Constructor for class org.apache.maven.MavenSession
Default Constructor.
MavenTag - class org.apache.maven.jelly.tags.maven.MavenTag.
A way of running maven as a Jelly tag
MavenTag() - Constructor for class org.apache.maven.jelly.tags.maven.MavenTag
 
MavenTagLibrary - class org.apache.maven.jelly.tags.maven.MavenTagLibrary.
MavenSession tag library for use in Jelly scripts.
MavenTagLibrary() - Constructor for class org.apache.maven.jelly.tags.maven.MavenTagLibrary
Create an instance of the MavenTagLibrary, registering related tag libraries
MavenTask - class org.apache.maven.ant.MavenTask.
Allows Ant to "wrap" Maven.
MavenTask() - Constructor for class org.apache.maven.ant.MavenTask
 
MavenTool - class org.apache.maven.MavenTool.
Context/pull tool for use in MavenSession templates.
MavenTool() - Constructor for class org.apache.maven.MavenTool
Creates a new instance.
MavenUtils - class org.apache.maven.MavenUtils.
Utilities for reading maven project descriptors, profile descriptors and workspace descriptors.
MavenUtils() - Constructor for class org.apache.maven.MavenUtils
 
MD5Sum - class org.apache.maven.util.MD5Sum.
Encode an MD5 digest into a String.
MD5Sum() - Constructor for class org.apache.maven.util.MD5Sum
 
mergeMaps(Map[]) - Static method in class org.apache.maven.MavenUtils
Take a series of Maps and merge them where the ordering of the array from 0..n is the dominant order.
mergeMaps(Map, Map) - Static method in class org.apache.maven.MavenUtils
Take a dominant and recessive Map and merge the key:value pairs where the recessive Map may add key:value pairs to the dominant Map but may not override any existing key:value pairs.
messageLogged(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 

O

onDependencyResolutionException(Exception) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running when an exception occurs in dependency resolution.
onException(Project, Exception) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
This method is running when an exception occurs whatever the ignoreFailures value.
ONLINE - Static variable in class org.apache.maven.MavenConstants
Online tag.
org.apache.maven - package org.apache.maven
 
org.apache.maven.ant - package org.apache.maven.ant
 
org.apache.maven.cli - package org.apache.maven.cli
 
org.apache.maven.jelly - package org.apache.maven.jelly
 
org.apache.maven.jelly.tags - package org.apache.maven.jelly.tags
 
org.apache.maven.jelly.tags.jeez - package org.apache.maven.jelly.tags.jeez
This tag library groups together the ant and werkz tag libraries into one namespace.
org.apache.maven.jelly.tags.maven - package org.apache.maven.jelly.tags.maven
 
org.apache.maven.jelly.tags.werkz - package org.apache.maven.jelly.tags.werkz
 
org.apache.maven.plugin - package org.apache.maven.plugin
 
org.apache.maven.project - package org.apache.maven.project
 
org.apache.maven.repository - package org.apache.maven.repository
 
org.apache.maven.util - package org.apache.maven.util
 
org.apache.maven.verifier - package org.apache.maven.verifier
 
Organization - class org.apache.maven.project.Organization.
 
Organization() - Constructor for class org.apache.maven.project.Organization
 

P

PackageGroup - class org.apache.maven.project.PackageGroup.
A PackageGroup is a group of packages with a title which is used to document the packages inside a project when creating the javadoc.
PackageGroup() - Constructor for class org.apache.maven.project.PackageGroup
 
parentBasedir() - Method in class org.apache.maven.project.Project
Get the parent's basedir.
parentMavenXml() - Method in class org.apache.maven.project.Project
Get parent maven.xml file.
parse() - Method in class org.apache.maven.plugin.PluginCacheManager
 
parse() - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
 
parse(String[]) - Static method in class org.apache.maven.cli.CLIManager
Parse a string-array of command-line arguments.
Plugin - class org.apache.maven.project.Plugin.
A Plugin is essentially a Project, but in the context of POM we only need the basic id, verions, and properties so extending BaseObject will suffice.
PLUGIN_DYNATAG_DEPS_CACHE - Static variable in class org.apache.maven.plugin.PluginCacheManager
Plugin -> dynatag dependencies.
PLUGIN_MANAGER - Static variable in class org.apache.maven.MavenConstants
Plugin Manager tag.
PLUGIN_PROPERTIES_NAME - Static variable in class org.apache.maven.plugin.PluginManager
Plug-in default properties name.
PLUGIN_PROPERTIES_NAME - Static variable in class org.apache.maven.plugin.DefaultPluginManager
Plug-in default properties name.
PLUGIN_SCRIPT_NAME - Static variable in class org.apache.maven.plugin.PluginManager
Plug-in main script name.
PLUGIN_SCRIPT_NAME - Static variable in class org.apache.maven.plugin.DefaultPluginManager
Plug-in main script name.
Plugin() - Constructor for class org.apache.maven.project.Plugin
 
PluginArtifact - class org.apache.maven.repository.PluginArtifact.
Plugin artifact that has special knowledge of the MavenSession's plugin mechanism.
PluginArtifact(Dependency) - Constructor for class org.apache.maven.repository.PluginArtifact
Constructor for the MavenSession Plugin artifact object.
PluginCacheManager - class org.apache.maven.plugin.PluginCacheManager.
 
PluginCacheManager() - Constructor for class org.apache.maven.plugin.PluginCacheManager
Default constructor.
PluginCacheManager(boolean) - Constructor for class org.apache.maven.plugin.PluginCacheManager
 
PluginManager - class org.apache.maven.plugin.PluginManager.
Plugin manager for MavenSession.
PluginManager(MavenSession) - Constructor for class org.apache.maven.plugin.PluginManager
Default constructor.
PLUGINS_CACHE - Static variable in class org.apache.maven.plugin.PluginCacheManager
Plug-in cache
POM_FILE_NAME - Static variable in class org.apache.maven.cli.App
Default file name for an XML-based POM.
POM_VERSION - Static variable in class org.apache.maven.MavenConstants
This is the version of the POM that this version of MavenSession operates with.
PomTag - class org.apache.maven.jelly.tags.maven.PomTag.
MavenSession Jelly tag that creates a POM instance.
PomTag() - Constructor for class org.apache.maven.jelly.tags.maven.PomTag
 
prepForGoal(String, Project) - Method in class org.apache.maven.MavenSession
Prep for a goal.
prepForGoal(String, Project) - Method in class org.apache.maven.plugin.PluginManager
Perform any required initialization to enable a goal to be met.
printConsoleMavenHeader() - Method in class org.apache.maven.cli.App
Prints the MavenSession header to System.out
printStackTrace() - Method in class org.apache.maven.MavenException
Prints the stack trace for this exception and any nested exception to System.err.
printStackTrace(PrintStream) - Method in class org.apache.maven.MavenException
Prints the stack trace of this exception and any nested exception to the specified PrintStream.
printStackTrace(PrintWriter) - Method in class org.apache.maven.MavenException
Prints the stack trace of this exception and any nested exception to the specified PrintWriter.
processDependencies() - Method in class org.apache.maven.project.Project
process the dependencies for this project
Project - class org.apache.maven.project.Project.
 
Project() - Constructor for class org.apache.maven.project.Project
Default constructor.
ProjectVerifier - class org.apache.maven.verifier.ProjectVerifier.
 
ProjectVerifier() - Constructor for class org.apache.maven.verifier.ProjectVerifier
 
PROXY_HOST - Static variable in class org.apache.maven.MavenConstants
Proxy host tag.
PROXY_PASSWORD - Static variable in class org.apache.maven.MavenConstants
Proxy password tag.
PROXY_PORT - Static variable in class org.apache.maven.MavenConstants
Proxy port tag.
PROXY_USERNAME - Static variable in class org.apache.maven.MavenConstants
Proxy user name tag.
ps - Static variable in class org.apache.maven.repository.AbstractArtifact
Platform specific file separator used for file system operations.

R

REACTOR_PROJECT - Static variable in class org.apache.maven.MavenConstants
Reactor projects context tag
ReactorTag - class org.apache.maven.jelly.tags.maven.ReactorTag.
Used for building a set of projects in the correct order to satisfy any dependencies among the projects being processed.
ReactorTag() - Constructor for class org.apache.maven.jelly.tags.maven.ReactorTag
 
read() - Method in class org.apache.maven.util.StringInputStream
Reads from the Stringreader, returning the same value.
registerTagLibrary(String, String) - Method in class org.apache.maven.jelly.MavenJellyContext
Register a new tag library.
registerTagLibrary(String, TagLibrary) - Method in class org.apache.maven.jelly.MavenJellyContext
Register a new tag library.
removeGoalNames() - Method in class org.apache.maven.project.Project
Remove all project goals.
REPO_LOCAL - Static variable in class org.apache.maven.MavenConstants
Local Repository tag.
REPO_REMOTE - Static variable in class org.apache.maven.MavenConstants
Local Repository tag.
REPO_REMOTE_ENABLED - Static variable in class org.apache.maven.MavenConstants
Local Repository enabled tag.
RepoConfigException - exception org.apache.maven.verifier.RepoConfigException.
Specialized repository configuration exception.
RepoConfigException(String) - Constructor for class org.apache.maven.verifier.RepoConfigException
Constructs a RepoConfigException with the specified detail message.
Repository - class org.apache.maven.project.Repository.
NOTE: This is very CVS specific, but I would like to try additional SCM package like subversion ASAP.
Repository() - Constructor for class org.apache.maven.project.Repository
 
RepositoryLayout - interface org.apache.maven.repository.RepositoryLayout.
RepositoryLayout describes how artifacts are to be arranged in a user's local repository.
reset() - Method in class org.apache.maven.util.StringInputStream
Resets the StringReader.
resetCount() - Method in class org.apache.maven.MavenTool
Clear the counter so that there are zero items
resolvedProperties() - Method in class org.apache.maven.project.BaseObject
Get the resolved properties after the name:value processing has been done.
resolvePathFragment(String, String, Path) - Method in class org.apache.maven.MavenTool
Resolves a path fragment for the first resource found in directories.
resolvePathFragment(String, String, String[]) - Method in class org.apache.maven.MavenTool
Called by MavenTool.resolvePathFragment(String, String, Path).
Resource - class org.apache.maven.project.Resource.
Represents a set of files in a single directory.
Resource() - Constructor for class org.apache.maven.project.Resource
 
ResourceBean - class org.apache.maven.util.ResourceBean.
A helper bean to load the given URI from the current threads class loader or the class loader that was used to load this class.
ResourceBean() - Constructor for class org.apache.maven.util.ResourceBean
 
runScript(File, URL, JellyContext, XMLOutput) - Static method in class org.apache.maven.jelly.JellyUtils
Run a jelly script.
runScript(InputStream, URL, JellyContext, XMLOutput) - Static method in class org.apache.maven.jelly.JellyUtils
Run a jelly script.

S

saveCache() - Method in class org.apache.maven.plugin.PluginCacheManager
 
saveCache() - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
 
SESSION - Static variable in class org.apache.maven.MavenConstants
Dependency classpath tag.
setAntProject(GrantProject) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the ant project.
setAntProject(GrantProject) - Method in class org.apache.maven.project.Project
Set the grantProject attribute.
setArchive(String) - Method in class org.apache.maven.project.MailingList
Sets the archive attribute of the MailingList object
setArtifactId(String) - Method in class org.apache.maven.project.Project
Set the artifactId for this project.
setArtifactId(String) - Method in class org.apache.maven.project.Dependency
Set the artifact name.
setArtifacts(List) - Method in class org.apache.maven.project.Project
Set the attribute.
setAspectSourceDirectory(String) - Method in class org.apache.maven.project.Build
Adds a feature to the AspectSourceDirectory attribute of the Build object
setBanner(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the banner to be displayed for each project while it is being processed.
setBasedir(File) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Setter for the basedir property
setBasedir(File) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Deprecated. You only need to specify the project descriptor.
setBuild(Build) - Method in class org.apache.maven.project.Project
Sets the build attribute of the Project object
setCallbackCache(Properties) - Method in class org.apache.maven.plugin.PluginCacheManager
 
setChecksum(String) - Method in class org.apache.maven.util.MD5Sum
Set the checksum
setClassLoader(ClassLoader) - Method in class org.apache.maven.util.ResourceBean
Sets the classLoader.
setClassName(String) - Method in class org.apache.maven.project.SourceModification
Sets the className attribute of the SourceModification object
setCli(CommandLine) - Method in class org.apache.maven.cli.App
Set the cli parser.
setComments(String) - Method in class org.apache.maven.project.License
Sets the comments.
setConnection(String) - Method in class org.apache.maven.project.Repository
Sets the connection attribute of the Repository object
setContext(MavenJellyContext) - Method in class org.apache.maven.project.Project
Set the context attribute.
setContributors(List) - Method in class org.apache.maven.project.Project
Set contributors for this project.
setCurrentVersion(String) - Method in class org.apache.maven.project.Project
Sets the currentVersion attribute of the Project object.
setDebugOn(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the debug flag.
setDependencies(List) - Method in class org.apache.maven.project.Project
Set a list of dependencies.
setDependency(Dependency) - Method in interface org.apache.maven.repository.Artifact
Set the dependency for this JAR artifact.
setDependency(Dependency) - Method in class org.apache.maven.repository.AbstractArtifact
 
setDependencyClasspath(String) - Method in class org.apache.maven.project.Project
Set the dependency classpath.
setDependencyPath(String, String) - Method in class org.apache.maven.project.Project
Set an individual dependency's classpath entry.
setDependencyVerifier(DependencyVerifier) - Method in class org.apache.maven.project.Project
Set the dependency verifier.
setDepends(String) - Method in class org.apache.maven.jelly.tags.jeez.TargetTag
 
setDescription(String) - Method in class org.apache.maven.project.Project
Sets the description attribute of the Project object.
setDescriptor(File) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Setter for the descriptor property
setDest(File) - Method in class org.apache.maven.util.Expand
Set the destination directory.
setDevelopers(List) - Method in class org.apache.maven.project.Project
Set the list of developers for this project.
setDirectory(String) - Method in class org.apache.maven.project.Resource
Set the directory where resources are located.
setDistribution(String) - Method in class org.apache.maven.project.License
Sets the type.
setDistributionDirectory(String) - Method in class org.apache.maven.project.Project
Set the distribution directory.
setDistributionSite(String) - Method in class org.apache.maven.project.Project
Set the distribution site.
setDynaTagLibCache(Properties) - Method in class org.apache.maven.plugin.PluginCacheManager
 
setEmacsMode(boolean) - Method in class org.apache.maven.jelly.JellyBuildListener
Sets this logger to produce emacs (and other editor) friendly output.
setEmacsModeOn(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the emacs mode flag.
setEmail(String) - Method in class org.apache.maven.project.Contributor
Sets the email attribute of the Contributor object
setExcludes(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the excludes used to find projects.
setExtend(String) - Method in class org.apache.maven.project.Project
Set the path to the file that this project extends.
setFile(File) - Method in class org.apache.maven.jelly.tags.maven.InputTag
Set output file.
setFile(File) - Method in class org.apache.maven.project.Project
Set the file that this POM was derived from.
setFile(File) - Method in class org.apache.maven.util.MD5Sum
Set the file to perform the checksum on.
setGlob(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Deprecated. Use includes/excludes instead.
setGoalCache(Properties) - Method in class org.apache.maven.plugin.PluginCacheManager
 
setGoalName(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of goalName
setGoalNames(List) - Method in class org.apache.maven.project.Project
Set the goal names to be satisfied.
setGoalNames(String) - Method in class org.apache.maven.project.Project
Set goals as a CSV list.
setGoals(String) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Setter for the goals property
setGroupId(String) - Method in class org.apache.maven.project.Project
Set the project group id.
setGroupId(String) - Method in class org.apache.maven.project.Dependency
Set the group id.
setGumpRepositoryId(String) - Method in class org.apache.maven.project.Project
Set the gump repository descriptor.
setId(String) - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Setter for the id property
setId(String) - Method in class org.apache.maven.project.Dependency
Set the id for this dependency.
setId(String) - Method in class org.apache.maven.project.BaseObject
Sets the id attribute of the BaseObject object
setIgnoreErrors(boolean) - Method in class org.apache.maven.verifier.DependencyVerifier
Sets the ignoreErrors flag.
setIgnoreFailures(boolean) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Set the ignore failures flag.
setInceptionYear(String) - Method in class org.apache.maven.project.Project
Sets the inceptionYear attribute of the Project object.
setIncludes(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the includes used to find projects.
setIntegrationUnitTestSourceDirectory(String) - Method in class org.apache.maven.project.Build
Set the integration unit test source direcotry.
setIssueTrackingUrl(String) - Method in class org.apache.maven.project.Project
Sets the issueTrackingUrl attribute of the Project object.
setJar(String) - Method in class org.apache.maven.project.Dependency
Set the name of the JAR if it cannot be synthesized from the id and version.
setLicenses(List) - Method in class org.apache.maven.project.Project
Set licenses for this project.
setLogo(String) - Method in class org.apache.maven.project.Project
Set the project logo image URL.
setLogo(String) - Method in class org.apache.maven.project.Organization
Sets the logo text attribute of the Organization object.
setMailingLists(List) - Method in class org.apache.maven.project.Project
Set mailing lists.
setMavenHome(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of mavenHome
setMavenJarOverride(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the flag indicating the use of the JAR overriding facility.
setMavenRepoLocal(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the mavenRepoRemote attribute.
setMavenRepoRemotes(List) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the mavenRepoRemote attribute.
setMavenSession(MavenSession) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the mavenSession attribute.
setNagEmailAddress(String) - Method in class org.apache.maven.project.Build
Set the nag email address, which is used for automated build failures.
setName(String) - Method in class org.apache.maven.project.License
Sets the name.
setName(String) - Method in class org.apache.maven.project.BaseObject
Sets the name attribute
setOnline(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the online flag.
setOrganization(Organization) - Method in class org.apache.maven.project.Project
Sets the project Organization.
setOrganization(String) - Method in class org.apache.maven.project.Contributor
Sets the organization attribute of the Contributor object
setOutputFile(File) - Method in class org.apache.maven.jelly.tags.maven.ConcatTag
Set output file.
setOverwrite(boolean) - Method in class org.apache.maven.util.Expand
Should we overwrite files in dest, even if they are newer than the corresponding entries in the archive?
setPackage(String) - Method in class org.apache.maven.project.Project
Sets the package attribute of the Project object.
setPackageGroups(List) - Method in class org.apache.maven.project.Project
Sets the list of PackageGroup instances used for documenting the packages
setPackages(String) - Method in class org.apache.maven.project.PackageGroup
Sets the package patterns to use.
setPath(String) - Method in interface org.apache.maven.repository.Artifact
Set the path to the artifact.
setPath(String) - Method in class org.apache.maven.repository.AbstractArtifact
 
setPluginCache(Properties) - Method in class org.apache.maven.plugin.PluginCacheManager
 
setPluginDynaTagDepsCache(Properties) - Method in class org.apache.maven.plugin.PluginCacheManager
Set the pluginDynaTagDepsCache attribute.
setPluginManager(PluginManager) - Method in class org.apache.maven.MavenSession
 
setPluginScript(File) - Method in class org.apache.maven.plugin.PluginCacheManager
 
setPluginScript(File) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
 
setPluginsDir(File) - Method in class org.apache.maven.plugin.PluginCacheManager
Set the pluginsDir attribute.
setPluginsDir(File) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Set the pluginsDir attribute.
setPomVersion(String) - Method in class org.apache.maven.project.Project
Sets the version attribute of the Project object
setPostProcessing(boolean) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the postProcessing attribute.
setProject(Project) - Method in class org.apache.maven.AbstractMavenComponent
 
setProject(Project) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the maven project.
setProject(Project) - Method in class org.apache.maven.jelly.tags.maven.SnapshotSignature
Set the maven project object.
setProjectBuildFile(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of projectBuildFile (e.g.
setProjectDescriptor(File) - Method in class org.apache.maven.jelly.tags.maven.PomTag
Set MavenSession project descriptor.
setProjectFileName(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of projectFileName (e.g.
setProjects(List) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
setProjects(List) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
setProjects(List) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Set a list of projects to process.
setProjects(List) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
setProperties(List) - Method in class org.apache.maven.project.BaseObject
Set meta properties.
setProperty(String) - Method in class org.apache.maven.project.SourceModification
Sets the property attribute of the SourceModification object
setProperty(String, String) - Method in class org.apache.maven.jelly.JellyPropsHandler
Set an ant property.
setProxyHost(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the proxy host.
setProxyPassword(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the proxy password.
setProxyPort(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the proxy port.
setProxyUserName(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the proxy user name.
setReactorXml(File) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the reactorXml attribute.
setRefid(String) - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Setter for the refid property
setRemoteRepositoryEnabled(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set flag indicating if the remote repository is enabled for use.
setReports(List) - Method in class org.apache.maven.project.Project
Set a list of dependencies.
setRepository(Repository) - Method in class org.apache.maven.project.Project
Set the repository for this project.
setResources(List) - Method in class org.apache.maven.project.UnitTest
Set the resources.
setResources(List) - Method in class org.apache.maven.project.Build
Set the resources.
setRootContext(MavenJellyContext) - Method in class org.apache.maven.MavenSession
 
setRootContext(MavenJellyContext) - Method in class org.apache.maven.cli.App
Set Jelly rootContext.
setRootDescriptorFile(File) - Static method in class org.apache.maven.MavenSession
 
setRootProject(Project) - Method in class org.apache.maven.MavenSession
 
setShortDescription(String) - Method in class org.apache.maven.project.Project
Set short description
setSiteAddress(String) - Method in class org.apache.maven.project.Project
Set the site address where the documentation lives.
setSiteDirectory(String) - Method in class org.apache.maven.project.Project
Set the site directory where the documentation lives.
setSourceDirectory(String) - Method in class org.apache.maven.project.Build
Adds a feature to the SourceDirectory attribute of the Build object
setSourceModification(List) - Method in class org.apache.maven.project.Build
Set the source modifications.
setSrc(File) - Method in class org.apache.maven.util.Expand
Set the path to zip-file.
setSubscribe(String) - Method in class org.apache.maven.project.MailingList
Sets the subscribe attribute of the MailingList object
setSupportAntVariables(boolean) - Method in class org.apache.maven.jelly.MavenExpressionFactory
Sets whether we should allow Ant-style expresssions, using dots as part of variable name
setTag(String) - Method in class org.apache.maven.project.Version
Sets the tag attribute of the Distribution object
setTargetPath(String) - Method in class org.apache.maven.project.Resource
Set the target directory where resources are placed.
setTitle(String) - Method in class org.apache.maven.project.PackageGroup
Sets the title of this package group.
setToolsJar(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of toolsJar
setType(String) - Method in class org.apache.maven.project.Dependency
Sets the dependency type such as "compile" or "test"
setUnitTest(UnitTest) - Method in class org.apache.maven.project.Build
Add a set of unit test patterns.
setUnitTestSourceDirectory(String) - Method in class org.apache.maven.project.Build
Set the unit test source direcotry.
setUnsubscribe(String) - Method in class org.apache.maven.project.MailingList
Sets the unsubscribe attribute of the MailingList object
setUrl(String) - Method in class org.apache.maven.project.Repository
Sets the url attribute of the Repository object
setUrl(String) - Method in class org.apache.maven.project.Project
Sets the url attribute of the Project object.
setUrl(String) - Method in class org.apache.maven.project.Organization
Sets the url attribute of the Organization object
setUrl(String) - Method in class org.apache.maven.project.License
Sets the url.
setUrl(String) - Method in class org.apache.maven.project.Dependency
Set the name of url for the dependency.
setUrl(String) - Method in class org.apache.maven.project.Contributor
Set the url attribute of the Contributor object
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.PomTag
Set var name for the POM.
setVersion(String) - Method in class org.apache.maven.project.Dependency
Set the version for this dependency.
setVersions(List) - Method in class org.apache.maven.project.Project
Set the versions for this project.
setWerkzProject(WerkzProject) - Method in class org.apache.maven.jelly.MavenJellyContext
retrieve the werkz project object
setXMLOutput(XMLOutput) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the jelly output sink.
SNAPSHOT_SIGNIFIER - Static variable in class org.apache.maven.MavenConstants
Snapshot JAR signifier tag.
SnapshotSignature - class org.apache.maven.jelly.tags.maven.SnapshotSignature.
Create snapshot signature for non-release JARs and distributions.
SnapshotSignature() - Constructor for class org.apache.maven.jelly.tags.maven.SnapshotSignature
 
SourceModification - class org.apache.maven.project.SourceModification.
A source modification is made when a given class or property is present during a build.
SourceModification() - Constructor for class org.apache.maven.project.SourceModification
 
splitStringAtLastDelim(String, String) - Method in class org.apache.maven.StringTool
Splits a string at the last delimiter.
standardToLegacyId(String) - Static method in class org.apache.maven.project.Project
This method is to support methods are expecting legacy ids.
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.PluginCacheManager
Handles opening elements of the xml file.
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Handles opening elements of the xml file.
startPrefixMapping(String, String) - Method in class org.apache.maven.plugin.PluginCacheManager
We are looking for namespace declarations like the following: xmlns:doc="doc" Here we know that the given plugin.jelly script (or any jelly script used within Maven) has a dependency on the dyna tag lib named 'doc'.
startPrefixMapping(String, String) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
We are looking for namespace declarations like the following: xmlns:doc="doc" Here we know that the given plugin.jelly script (or any jelly script used within Maven) has a dependency on the dyna tag lib named 'doc'.
StringInputStream - class org.apache.maven.util.StringInputStream.
Wraps a String as an InputStream.
StringInputStream(String) - Constructor for class org.apache.maven.util.StringInputStream
Composes a stream from a String
StringTool - class org.apache.maven.StringTool.
 
StringTool() - Constructor for class org.apache.maven.StringTool
 

T

TagDefTag - class org.apache.maven.jelly.tags.jeez.TagDefTag.
This tag defines a dynamic tag in Jelly script.
TagDefTag(DynamicTagLibrary) - Constructor for class org.apache.maven.jelly.tags.jeez.TagDefTag
 
targetFinished(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
targetStarted(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
TargetTag - class org.apache.maven.jelly.tags.jeez.TargetTag.
Wraps a Werkz <goal> to appear as an ant <target>.
TargetTag() - Constructor for class org.apache.maven.jelly.tags.jeez.TargetTag
 
taskFinished(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
taskStarted(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
TestResource - class org.apache.maven.project.TestResource.
Deprecated. Resource is prefered.
TestResource() - Constructor for class org.apache.maven.project.TestResource
Deprecated.  
toInteger(String) - Method in class org.apache.maven.MavenTool
 
toString() - Method in class org.apache.maven.project.Resource
 
toString() - Method in class org.apache.maven.project.Dependency
Debug string.
toString() - Method in class org.apache.maven.project.BaseObject
Return a string suitable for display/debugging

U

UnitTest - class org.apache.maven.project.UnitTest.
Collects unit-test include and exclude patterns and resources.
UnitTest() - Constructor for class org.apache.maven.project.UnitTest
 
UnknownGoalException - exception org.apache.maven.UnknownGoalException.
Indicates an attempt to access an unknown werkz goal.
UnknownGoalException(String) - Constructor for class org.apache.maven.UnknownGoalException
Construct with an unknown goal name.
UnsatisfiedDependencyException - exception org.apache.maven.verifier.UnsatisfiedDependencyException.
Specialized unsatisfied dependency exception.
UnsatisfiedDependencyException(String) - Constructor for class org.apache.maven.verifier.UnsatisfiedDependencyException
Constructs a UnsatisfiedDependencyException with the specified detail message.
useProxyUser(String, String, String, String) - Static method in class org.apache.maven.util.HttpUtils
Use a proxy to bypass the firewall with or without authentication

V

verify() - Method in interface org.apache.maven.repository.Artifact
Verify the artifact.
verify() - Method in class org.apache.maven.repository.AbstractArtifact
 
verify() - Method in class org.apache.maven.verifier.DependencyVerifier
Execute the verification process.
verifyDependencies() - Method in class org.apache.maven.project.Project
Verify the dependencies for this project.
verifyLocalRepository() - Method in class org.apache.maven.verifier.LocalSettingsVerifier
Verify user settings before attempting to verify the project.
Version - class org.apache.maven.project.Version.
 
Version() - Constructor for class org.apache.maven.project.Version
Constructor for the MailingList object

W

warning(SAXParseException) - Method in class org.apache.maven.plugin.PluginCacheManager
Warning callback.
warning(SAXParseException) - Method in class org.apache.maven.plugin.DefaultPluginCacheManager
Warning callback.
WERKZ_PROJECT - Static variable in class org.apache.maven.MavenConstants
Werkz project context tag
WerkzDependencyResolver - class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver.
THIS CLASS IS NOT THREADSAFE.
WerkzDependencyResolver() - Constructor for class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
wrapConsoleMessage(String, int, int) - Method in class org.apache.maven.cli.App
Nicely wraps a message for console output, using a word BreakIterator instance to determine wrapping breaks.

X

XML_OUTPUT - Static variable in class org.apache.maven.MavenConstants
Jelly XMLOutput tag.

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

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.