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

A

APP_VERSION - Static variable in class org.apache.maven.MavenSession
The current MavenSession version id
ASPECT - Static variable in class org.apache.maven.project.ArtifactType
Reusable AspectJ aspect mapping.
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
Create a component that uses a project
AbstractRepositoryLayout - class org.apache.maven.repository.AbstractRepositoryLayout.
 
AbstractRepositoryLayout() - Constructor for class org.apache.maven.repository.AbstractRepositoryLayout
 
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
 
AntProjectBuilder - class org.apache.maven.AntProjectBuilder.
A class to help create Ant projects
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() - 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
 
ArtifactType - class org.apache.maven.project.ArtifactType.
Provides mapping between artifact types and an extension associated with these types.
ArtifactTypeHandler - interface org.apache.maven.repository.ArtifactTypeHandler.
This will do until wagon debuts.
add(Object) - Method in class org.apache.maven.util.InsertionOrderedSet
 
addAll(Collection) - Method in class org.apache.maven.util.InsertionOrderedSet
 
addBranch(Branch) - Method in class org.apache.maven.project.Project
Add a branch to this project.
addContributor(Contributor) - Method in class org.apache.maven.project.Project
Add a contributor to this project.
addDelayedPops(Set) - Method in class org.apache.maven.plugin.PluginManager
 
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.
addDynaTagLib(String, JellyScriptHousing) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
addExclude(String) - Method in class org.apache.maven.project.Resource
Add an exclude pattern.
addExclude(String) - Method in class org.apache.maven.project.UnitTest
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.
addGoal(String, String, String, JellyScriptHousing) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
addInclude(String) - Method in class org.apache.maven.project.Resource
Add an include pattern.
addInclude(String) - Method in class org.apache.maven.project.UnitTest
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.
addPackageGroup(PackageGroup) - Method in class org.apache.maven.project.Project
Adds a new PackageGroup to this project
addPluginDynaTagDep(JellyScriptHousing, String) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
addPostGoal(String, JellyScriptHousing) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
addPreGoal(String, JellyScriptHousing) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
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.Build
Add a test resource.
addResource(Resource) - Method in class org.apache.maven.project.UnitTest
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.util.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.
attainGoals(Project, List) - Method in class org.apache.maven.MavenSession
Attain a list of goals.
attainGoals(Project, List) - Method in class org.apache.maven.plugin.PluginManager
Attain the goals.

B

BASE_CONTEXT - Static variable in class org.apache.maven.plugin.PluginManager
 
BUILD_END_GOAL - Static variable in class org.apache.maven.MavenSession
Tag for build end goal.
BUILD_FAILURE - Static variable in class org.apache.maven.MavenConstants
Reactor/Maven subproject Build failure tag.
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.
Base64 - class org.apache.maven.util.Base64.
Encode/Decode Base-64.
Base64() - Constructor for class org.apache.maven.util.Base64
 
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.
A class for Maven Jelly tags
BaseTagSupport() - Constructor for class org.apache.maven.jelly.tags.BaseTagSupport
Create an instance
BootstrapDownloadMeter - class org.apache.maven.util.BootstrapDownloadMeter.
Bootstrap download progress meter.
BootstrapDownloadMeter() - Constructor for class org.apache.maven.util.BootstrapDownloadMeter
 
BootstrapDownloadMeter(int, char) - Constructor for class org.apache.maven.util.BootstrapDownloadMeter
 
Branch - class org.apache.maven.project.Branch.
 
Branch() - Constructor for class org.apache.maven.project.Branch
Constructor for the Branch object
Build - class org.apache.maven.project.Build.
 
Build() - Constructor for class org.apache.maven.project.Build
Constructor for the Build object
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(Project, MavenJellyContext) - Static method in class org.apache.maven.AntProjectBuilder
Initialize Ant.
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.DependencyClasspathBuilder
 
buildArtifactList() - Method in class org.apache.maven.project.Project
Build the artifact list.
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

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
 
COMPILE_SOURCEROOTS - Static variable in class org.apache.maven.MavenConstants
Maven compile sourceroots.
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.
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
 
ConsoleDownloadMeter - class org.apache.maven.util.ConsoleDownloadMeter.
Console download progress meter.
ConsoleDownloadMeter() - Constructor for class org.apache.maven.util.ConsoleDownloadMeter
 
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
CopyResources - class org.apache.maven.jelly.tags.maven.CopyResources.
A tag to copy resources to a given directory
CopyResources() - Constructor for class org.apache.maven.jelly.tags.maven.CopyResources
 
calculateLink(String, String) - Static method in class org.apache.maven.util.DVSLPathTool
Calculates the appropriate link given the preferred link and the relativePath of the document
checkAttribute(Object, String) - Method in class org.apache.maven.jelly.tags.BaseTagSupport
Check a given 'attribute' has a value and throw the corresponding exception if it doesn't
cleanupAttainGoal(Set) - Method in class org.apache.maven.plugin.PluginManager
 
clear() - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
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.GraphDependencyResolver
 
clear() - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
clear() - Method in class org.apache.maven.util.InsertionOrderedSet
 
close() - Method in class org.apache.maven.util.StringInputStream
Closes the Stringreader.
compareContexts(MavenJellyContext, MavenJellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Debugging function to show the differences between two Jelly contexts.
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, String, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Compile a jelly script.
compileScript(InputStream, String, JellyContext, String) - Static method in class org.apache.maven.jelly.JellyUtils
Compile a jelly script.
computePath() - Method in class org.apache.maven.jelly.tags.maven.RootRelativePathTag
 
constructRepositoryDirectoryPath(String, Project) - Method in interface org.apache.maven.repository.ArtifactTypeHandler
Map an artifact to a repository directory path.
constructRepositoryDirectoryPath(String, Project) - Method in class org.apache.maven.repository.DefaultArtifactTypeHandler
Map an artifact to a repository directory path.
constructRepositoryFullPath(String, Project, String) - Method in interface org.apache.maven.repository.ArtifactTypeHandler
Map an artifact to a repository path.
constructRepositoryFullPath(String, Project, String) - Method in class org.apache.maven.repository.DefaultArtifactTypeHandler
Map an artifact to a repository path.
contains(Object) - Method in class org.apache.maven.util.InsertionOrderedSet
 
containsAll(Collection) - Method in class org.apache.maven.util.InsertionOrderedSet
 
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
Create a context with this as the parent
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.JeezTagLibrary
Create a script from the element and the attributes.
createTagScript(String, Attributes) - Method in class org.apache.maven.jelly.tags.jeez.MavenJeezTagLibrary
Create a TagScript based upon an element's name and attributes.

D

DEBUG_ON - Static variable in class org.apache.maven.MavenConstants
MavenSession debug flag tag.
DEFAULTS_PROPERTIES - Static variable in class org.apache.maven.MavenConstants
Defaults properties
DEFAULT_GOAL - Static variable in class org.apache.maven.MavenConstants
Defaults goal name property.
DEPENDENCY_CLASSPATH - Static variable in class org.apache.maven.MavenConstants
Dependency classpath tag.
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.
DOWNLOAD_METER - Static variable in class org.apache.maven.MavenConstants
Download meter type variable.
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.util.DVSLFormatter.
Formatting tool for use with the DVSL toolbox.
DVSLFormatter() - Constructor for class org.apache.maven.util.DVSLFormatter
 
DVSLPathTool - class org.apache.maven.util.DVSLPathTool.
Path tool for use with the DVSL toolbox.
DVSLPathTool() - Constructor for class org.apache.maven.util.DVSLPathTool
 
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
 
DefaultArtifactTypeHandler - class org.apache.maven.repository.DefaultArtifactTypeHandler.
This will do until wagon debuts.
DefaultArtifactTypeHandler() - Constructor for class org.apache.maven.repository.DefaultArtifactTypeHandler
 
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() - 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.
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
DownloadMeter - interface org.apache.maven.util.DownloadMeter.
Download progress meter.
decode(String) - Static method in class org.apache.maven.util.Base64
 
decode(String, boolean) - Static method in class org.apache.maven.util.Base64
 
decomposeExpression(String, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Recursively evaluate a string representation of a jelly expression.
display() - Method in class org.apache.maven.jelly.MavenJellyContext
Display all maven variables
displayClassLoaderContents(ForeheadClassLoader) - Static method in class org.apache.maven.MavenUtils
Debugging function.
displayGoals() - Method in class org.apache.maven.cli.App
Display helpful information regarding all documented goals.
displayGoals(boolean, String) - 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.
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.AddPathTag
Perform the tag processing.
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.CopyResources
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
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.InstallPluginTag
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.MakeAbsolutePathTag
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
 
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.ParamCheck
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag 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.PropertyTag
 
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.RootRelativePathTag
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
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.UninstallPluginTag
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.maven.UserCheck
 
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.maven.jelly.tags.werkz.MavenGoalTag
Define a goal.

E

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

F

FAILED_PROJECTS - Static variable in class org.apache.maven.MavenConstants
Reactor/Maven subproject Build failure project list tag.
findResource(String) - Method in class org.apache.maven.util.ResourceBean
Attempts to load the given resource from the given name.
findType(String) - Static method in class org.apache.maven.project.ArtifactType
Factory to return the correct ArtifactType object.
finish(int) - Method in class org.apache.maven.util.BootstrapDownloadMeter
 
finish(int) - Method in class org.apache.maven.util.ConsoleDownloadMeter
 
finish(int) - Method in interface org.apache.maven.util.DownloadMeter
Finalise the progress bar.
finish(int) - Method in class org.apache.maven.util.SilentDownloadMeter
 
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.util.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.
fs - Static variable in class org.apache.maven.repository.AbstractArtifact
Platform specific file separator used for file system operations.

G

GLOBAL_SESSION_KEY - Static variable in class org.apache.maven.plugin.PluginManager
The variable key that holds an implementation of the com.werken.werkz.Session in the parent scope context.
GOAL_MAPPER - Static variable in class org.apache.maven.plugin.PluginManager
 
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
GetTag - class org.apache.maven.jelly.tags.maven.GetTag.
A tag to retrieve values from plugins
GetTag() - Constructor for class org.apache.maven.jelly.tags.maven.GetTag
 
GoalException - exception org.apache.maven.GoalException.
A generic exception related to Maven and goal acquisition
GoalException(String) - Constructor for class org.apache.maven.GoalException
Construct with an generic message.
GoalToJellyScriptHousingMapper - class org.apache.maven.plugin.GoalToJellyScriptHousingMapper.
This is the process that we use:

- Start with goal X.

GoalToJellyScriptHousingMapper() - Constructor for class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
Default constructor.
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.
generatePath() - Method in class org.apache.maven.repository.AbstractArtifact
 
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.PluginArtifact
 
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.
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.Dependency
Get the directory to place the artifact in.
getArtifactDirectory() - Method in class org.apache.maven.project.Project
 
getArtifactId() - Method in class org.apache.maven.project.Dependency
Get the artifact id.
getArtifactId() - Method in class org.apache.maven.project.Project
Get the artifact id.
getArtifacts() - Method in class org.apache.maven.project.Project
Get the atrifact 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.
getBranches() - Method in class org.apache.maven.project.Project
Return the branches for this project.
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
getChecksum() - Method in class org.apache.maven.util.MD5Sum
Get the checksum
getChecksumUrl() - Method in class org.apache.maven.repository.AbstractArtifact
 
getChecksumUrl() - Method in interface org.apache.maven.repository.Artifact
Return the url to the checksum file for this artifact.
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.util.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.util.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.
getCvsModule(String) - Method in class org.apache.maven.project.Repository
Get cvs module.
getCvsRoot() - Method in class org.apache.maven.project.Repository
Get cvs root.
getCvsRoot(String, String) - Method in class org.apache.maven.project.Repository
Get cvs root.
getCvsServer(String) - Method in class org.apache.maven.project.Repository
Get cvs server.
getDebugOn() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the debug flag.
getDefaultGoalName() - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
getDependencies() - Method in class org.apache.maven.project.Project
Get the list of dependencies for this project.
getDependency(String) - Method in class org.apache.maven.project.Project
Get an individual dependency by id.
getDependency() - Method in class org.apache.maven.repository.AbstractArtifact
 
getDependency() - Method in interface org.apache.maven.repository.Artifact
Get the dependency.
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
getDeveloperConnection() - Method in class org.apache.maven.project.Repository
Gets the connection attribute of the Repository object
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.util.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.
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.
getExcludes() - Method in class org.apache.maven.project.UnitTest
Retrieve a list of exclude patterns.
getExecutionChain(String, WerkzProject) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
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.
getExtension() - Method in class org.apache.maven.project.ArtifactType
 
getExtension() - Method in class org.apache.maven.project.Dependency
 
getFile() - Method in class org.apache.maven.project.Project
Get the file this POM was derived from
getFile() - Method in class org.apache.maven.repository.AbstractArtifact
 
getFile() - Method in interface org.apache.maven.repository.Artifact
Get the location of the artifact in the local file system.
getFile(String, File, boolean, boolean, String, String, String, String, boolean) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
getFile(String, File, boolean, boolean, String, String, String, String, String, String, boolean) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
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, String, String, DownloadMeter) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
getFile(String, File, long, String, String, String, String, String, String, DownloadMeter) - Static method in class org.apache.maven.util.HttpUtils
Retrieve a remote file.
getFile() - Method in class org.apache.maven.util.MD5Sum
Get the file that the checksum will be perform on.
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.
getFiltering() - Method in class org.apache.maven.project.Resource
 
getGlob() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the glob used to find projects.
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
 
getGoalListFromCsv(String) - Static method in class org.apache.maven.MavenUtils
Get a list of goals from a CSV list.
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.plugin.PluginManager
 
getGoalNames(Project) - Method in class org.apache.maven.plugin.PluginManager
Warning - this completely scrogs the default mapper.
getGoals() - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Getter for the goals property
getGroupId() - Method in class org.apache.maven.project.Dependency
Get the group id.
getGroupId() - Method in class org.apache.maven.project.Project
The group id in a particular POM refers to a real id of another project.
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.BaseObject
Gets the id attribute
getId() - Method in class org.apache.maven.project.Dependency
 
getId() - Method in class org.apache.maven.project.Project
 
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.
getIncludes() - Method in class org.apache.maven.project.UnitTest
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.Organization
Gets the organization logo text.
getLogo() - Method in class org.apache.maven.project.Project
Return the project logo image URL.
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.
getMavenHomeLocal() - Method in class org.apache.maven.jelly.MavenJellyContext
Get local maven 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 location of the local maven repository.
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.
getMavenXml() - Method in class org.apache.maven.project.Project
 
getMessage(String) - Method in class org.apache.maven.AbstractMavenComponent
 
getMessage(String, Object) - Method in class org.apache.maven.AbstractMavenComponent
 
getMessage(String) - Static method in class org.apache.maven.MavenUtils
Retrieve a user message.
getMessage(String, Object) - Static method in class org.apache.maven.MavenUtils
Retrieve a user message.
getMessage() - Method in class org.apache.maven.jelly.tags.maven.ParamCheck
 
getNagEmailAddress() - Method in class org.apache.maven.project.Build
Get the nag email address.
getName() - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
 
getName() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
getName() - Method in class org.apache.maven.project.BaseObject
Gets the name attribute
getName() - Method in class org.apache.maven.project.License
 
getName() - Method in class org.apache.maven.repository.AbstractArtifact
Get the name of the artifact from the underlying dependency.
getName() - Method in interface org.apache.maven.repository.Artifact
Return the name of the artifact.
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.Contributor
Gets the organization attribute of the Contributor object
getOrganization() - Method in class org.apache.maven.project.Project
Get the Project Organization.
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.
getParent() - Method in class org.apache.maven.project.Project
 
getPath() - Method in class org.apache.maven.repository.AbstractArtifact
 
getPath() - Method in interface org.apache.maven.repository.Artifact
Return the path of the artifact using platform specific naming conventions.
getPlugin() - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
getPlugin() - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
getPlugin() - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
getPluginContext(String) - Method in class org.apache.maven.plugin.PluginManager
 
getPluginContext(String) - Method in class org.apache.maven.project.Project
Deprecated. use the tag instead
getPluginDirectory() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
getPluginHousing(String) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
getPluginId() - Method in class org.apache.maven.plugin.UnknownPluginException
Retrieve the unknown plugin name.
getPluginList() - Method in class org.apache.maven.MavenSession
 
getPluginList() - Method in class org.apache.maven.plugin.PluginManager
 
getPluginManager() - Method in class org.apache.maven.MavenSession
 
getPluginProjectFromGoal(String) - Method in class org.apache.maven.MavenSession
 
getPluginProjectFromGoal(String) - Method in class org.apache.maven.plugin.PluginManager
 
getPluginProperties() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
getPluginsDir() - Method in class org.apache.maven.jelly.MavenJellyContext
Get plugins location.
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.AbstractMavenComponent
 
getProject(File) - Static method in class org.apache.maven.MavenUtils
Create a Project object given a file descriptor.
getProject(File, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
Create a Project object given a file descriptor, and a parent context
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() - Method in class org.apache.maven.jelly.MavenJellyContext
Get the maven project.
getProject(List, String) - Static method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getProject() - Method in class org.apache.maven.jelly.tags.maven.SnapshotSignature
Get the maven project object.
getProject() - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
 
getProject() - Method in class org.apache.maven.jelly.tags.werkz.MavenGoalTag
 
getProject() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
getProject() - Method in class org.apache.maven.util.MavenTool
Accessor for the project property.
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
getProjectGoals(Project) - Method in class org.apache.maven.MavenSession
 
getProjectInputStream(Project) - Static method in class org.apache.maven.MavenUtils
 
getProjectList() - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Get the project list.
getProjects(File, String, String) - 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
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(String) - Method in class org.apache.maven.jelly.JellyPropsHandler
Retrieve an ant property.
getProperty() - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
getProperty() - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
getProperty() - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
getProperty(String) - Method in class org.apache.maven.project.BaseObject
Get a meta property.
getProperty() - Method in class org.apache.maven.project.SourceModification
Gets the property attribute of the SourceModification object
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.
getRefid() - Method in class org.apache.maven.jelly.tags.maven.AddPathTag
Getter for the refid property
getRelativePath(String, String) - Static method in class org.apache.maven.util.DVSLPathTool
Determines the relative path of a filename from a base directory.
getRelativePath(String) - Static method in class org.apache.maven.util.DVSLPathTool
Determines the relative path of a filename.
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.Build
Gets the resources.
getResources() - Method in class org.apache.maven.project.UnitTest
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
 
getScmType() - Method in class org.apache.maven.project.Repository
Get the SCM type
getSession() - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
Retrieve the Session to use, if set.
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(Project) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
getSortedDependencies(Project) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Get the list of projects in dependency sorted order.
getSortedDependencies(Project, boolean) - Method in interface org.apache.maven.jelly.tags.maven.DependencyResolverInterface
Get the list of projects in dependency sorted order.
getSortedDependencies(boolean) - 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.GraphDependencyResolver
 
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.GraphDependencyResolver
 
getSortedDependencies(Project) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSortedDependencies(Project, boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSortedDependencies(boolean) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
getSource() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
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.Branch
Gets the tag attribute of the Branch object
getTag() - Method in class org.apache.maven.project.Version
Gets the tag attribute of the Distribution object
getTagLibrary(String) - Method in class org.apache.maven.jelly.MavenJellyContext
Retrieve a registered TagLibrary by namespace URI.
getTagLibrary() - Method in class org.apache.maven.jelly.tags.jeez.TagDefTag
 
getTargetPath() - Method in class org.apache.maven.project.Resource
Get the directory where resources are placed
getTimezone() - Method in class org.apache.maven.project.Contributor
Gets the timezone offset of the Contributor object.
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.ArtifactType
 
getType() - Method in class org.apache.maven.project.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.
getUnpackedPluginsDir() - Method in class org.apache.maven.jelly.MavenJellyContext
Get unpacked plugins location.
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.Contributor
Gets the homepage url of the Contributor object.
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.License
 
getUrl() - Method in class org.apache.maven.project.Organization
Gets the organization URL.
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.Repository
Gets the url attribute of the Repository object
getUrlPath() - Method in class org.apache.maven.repository.AbstractArtifact
 
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.PluginArtifact
 
getUserPluginsDir() - Method in class org.apache.maven.jelly.MavenJellyContext
Get user plugins location.
getValue() - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
getVar() - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
getVar() - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
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.

H

HttpUtils - class org.apache.maven.util.HttpUtils.
Http utils for retrieving files.
HttpUtils() - Constructor for class org.apache.maven.util.HttpUtils
 
hasMavenXml() - Method in class org.apache.maven.project.Project
 
hasMoreTokens() - Method in class org.apache.maven.util.EnhancedStringTokenizer
 
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.
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
hashCode() - Method in class org.apache.maven.util.InsertionOrderedSet
 

I

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
 
InsertionOrderedSet - class org.apache.maven.util.InsertionOrderedSet.
Set class that maintain insertion order (first wins).
InsertionOrderedSet() - Constructor for class org.apache.maven.util.InsertionOrderedSet
 
InsertionOrderedSet(Collection) - Constructor for class org.apache.maven.util.InsertionOrderedSet
 
InstallPluginTag - class org.apache.maven.jelly.tags.maven.InstallPluginTag.
A Maven Jelly tag that will install a given plugin JAR using the plugin manager.
InstallPluginTag() - Constructor for class org.apache.maven.jelly.tags.maven.InstallPluginTag
 
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(String[]) - Method in class org.apache.maven.cli.App
Perform initialization.
initialize() - Method in class org.apache.maven.plugin.PluginManager
Initialize all plugins.
initialize() - Method in class org.apache.maven.project.Project
Initialize the project.
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.
installPlugin(File, Project) - Method in class org.apache.maven.plugin.PluginManager
 
installPlugin(File, Project, boolean) - Method in class org.apache.maven.plugin.PluginManager
Load and install a plugin.
integrateMapInContext(Map, MavenJellyContext) - Static method in class org.apache.maven.MavenUtils
Integrate a Map of key:value pairs into a MavenJellyContext.
invokeBody(XMLOutput) - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
Define a goal.
isAddedToClasspath() - Method in class org.apache.maven.project.Dependency
Usually only jars and ejbs are added to the classpath
isDebug() - Method in class org.apache.maven.jelly.JellyBuildListener
 
isDebug(boolean) - Method in class org.apache.maven.jelly.JellyBuildListener
Deprecated. Use setDebug (deprecated for 1.0-RC1)
isEmpty() - Method in class org.apache.maven.util.InsertionOrderedSet
 
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.
isPlugin() - Method in class org.apache.maven.project.Dependency
 
isPomCurrent() - Method in class org.apache.maven.project.Project
Indicate whether the POM is of the latest version.
isSnapshot() - Method in class org.apache.maven.repository.AbstractArtifact
 
isSnapshot() - Method in interface org.apache.maven.repository.Artifact
Boolean flag indicating whether this artifact is a snapshot.
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.
iterator() - Method in class org.apache.maven.util.InsertionOrderedSet
 

J

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 - class org.apache.maven.project.Jar.
A Jar as specified in the project descriptor
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.
JellyScriptHousing - class org.apache.maven.plugin.JellyScriptHousing.
 
JellyScriptHousing() - Constructor for class org.apache.maven.plugin.JellyScriptHousing
 
JellyScriptHousing(File, MavenJellyContext) - Constructor for class org.apache.maven.plugin.JellyScriptHousing
 
JellyUtils - class org.apache.maven.jelly.JellyUtils.
Utilities for Jelly.
JellyUtils() - Constructor for class org.apache.maven.jelly.JellyUtils
 

L

License - class org.apache.maven.project.License.
A License as specified in the project descriptor
License() - Constructor for class org.apache.maven.project.License
 
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.
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.

M

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_HOME_LOCAL - Static variable in class org.apache.maven.MavenConstants
MavenSession home local context tag
MAVEN_PLUGINS_DIR - Static variable in class org.apache.maven.MavenConstants
MavenSession plugins 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_UNPACKED_PLUGINS_DIR - Static variable in class org.apache.maven.MavenConstants
MavenSession unpacked plugins context tag
MAVEN_USER_PLUGINS_DIR - Static variable in class org.apache.maven.MavenConstants
MavenSession local plugins context tag
MAVEN_VERSION - Static variable in class org.apache.maven.MavenConstants
This is an internal version for MavenSession self updating procedures.
MD5Sum - class org.apache.maven.util.MD5Sum.
Encode an MD5 digest into a String.
MD5Sum() - Constructor for class org.apache.maven.util.MD5Sum
 
MailingList - class org.apache.maven.project.MailingList.
 
MailingList() - Constructor for class org.apache.maven.project.MailingList
Constructor for the MailingList object
MakeAbsolutePathTag - class org.apache.maven.jelly.tags.maven.MakeAbsolutePathTag.
Jelly tag to convert a relative path into an absolute path by prepending the basedir if it is relative.
MakeAbsolutePathTag() - Constructor for class org.apache.maven.jelly.tags.maven.MakeAbsolutePathTag
 
MakeRelativePathTag - class org.apache.maven.jelly.tags.maven.MakeRelativePathTag.
Jelly tag to convert an absolute path into a relative path by removing the basedir.
MakeRelativePathTag() - Constructor for class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
 
MavenAttainGoalTag - class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.
Replacement for werkz's AttainGoalTag which will lazy initialise goals.
MavenAttainGoalTag() - Constructor for class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
Construct.
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
 
MavenGoalTag - class org.apache.maven.jelly.tags.werkz.MavenGoalTag.
Replacement for werkz's GoalTag which does not allow a goal to be redefined once defined.
MavenGoalTag() - Constructor for class org.apache.maven.jelly.tags.werkz.MavenGoalTag
Construct.
MavenGoalTag.MavenGoalAction - class org.apache.maven.jelly.tags.werkz.MavenGoalTag.MavenGoalAction.
 
MavenGoalTag.MavenGoalAction(JellyScriptHousing) - Constructor for class org.apache.maven.jelly.tags.werkz.MavenGoalTag.MavenGoalAction
 
MavenJeezTagLibrary - class org.apache.maven.jelly.tags.jeez.MavenJeezTagLibrary.
Replacement for Jelly's JeezTagLibrary.
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(URL) - Constructor for class org.apache.maven.jelly.MavenJellyContext
Construct.
MavenJellyContext(MavenJellyContext) - 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.util.MavenTool.
Context/pull tool for use in MavenSession templates.
MavenTool() - Constructor for class org.apache.maven.util.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
 
main(String[]) - Static method in class org.apache.maven.cli.App
Main CLI entry point for MavenSession.
makeAbsolutePath(File, String) - Static method in class org.apache.maven.MavenUtils
Resolve directory against a base directory if it is not already absolute.
makeRelativePath(File, String) - Static method in class org.apache.maven.MavenUtils
Convert an absolute path to a relative path if it is under a given base directory.
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
 
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.
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.
mergeParent(Project) - Method in class org.apache.maven.project.Project
Setup inheritance from a parent project.
messageLogged(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 

N

NoGoalException - exception org.apache.maven.NoGoalException.
Indicates an attempt to access run Maven, without having enough information to find the appropriate goal.
NoGoalException(String) - Constructor for class org.apache.maven.NoGoalException
Construct with an unknown goal name.
nextToken() - Method in class org.apache.maven.util.EnhancedStringTokenizer
 

O

ONLINE - Static variable in class org.apache.maven.MavenConstants
Online tag.
Organization - class org.apache.maven.project.Organization.
 
Organization() - Constructor for class org.apache.maven.project.Organization
 
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.
org.apache.maven - package org.apache.maven
Core code used to execute Maven
org.apache.maven.ant - package org.apache.maven.ant
Ant tasks and data types provided by Maven
org.apache.maven.cli - package org.apache.maven.cli
Code used to handle running Maven from a command line interface
org.apache.maven.jelly - package org.apache.maven.jelly
Jelly utilities
org.apache.maven.jelly.tags - package org.apache.maven.jelly.tags
Shared code across the jelly taglibs provided by Maven
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
Various jelly tags provided by Maven to allow easier access its facilities
org.apache.maven.jelly.tags.werkz - package org.apache.maven.jelly.tags.werkz
Extensions to Werkz
org.apache.maven.plugin - package org.apache.maven.plugin
Code to cache and manage plugin execution
org.apache.maven.project - package org.apache.maven.project
Classes used in the Maven Project Object Model
org.apache.maven.repository - package org.apache.maven.repository
Repository and their held artifacts
org.apache.maven.util - package org.apache.maven.util
Utility code
org.apache.maven.verifier - package org.apache.maven.verifier
Code that verifies Maven configuration details

P

PLUGIN - Static variable in class org.apache.maven.project.ArtifactType
Plugin artifact mapping.
PLUGIN_HOUSING - Static variable in class org.apache.maven.plugin.PluginManager
 
PLUGIN_MANAGER - Static variable in class org.apache.maven.MavenConstants
Plugin Manager tag.
PLUGIN_MANAGER - Static variable in class org.apache.maven.plugin.PluginManager
 
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.
PROXY_HOST - Static variable in class org.apache.maven.MavenConstants
Proxy host tag.
PROXY_LOGINDOMAIN - Static variable in class org.apache.maven.MavenConstants
Proxy loginDomain tag.
PROXY_LOGINHOST - Static variable in class org.apache.maven.MavenConstants
Proxy loginHost 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.
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
 
ParamCheck - class org.apache.maven.jelly.tags.maven.ParamCheck.
A tag to check parameters are being passed correctly
ParamCheck() - Constructor for class org.apache.maven.jelly.tags.maven.ParamCheck
 
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() - 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.
PluginManager - class org.apache.maven.plugin.PluginManager.
Plugin manager for MavenSession.
PluginManager(MavenSession) - Constructor for class org.apache.maven.plugin.PluginManager
Default constructor.
PluginVarTag - class org.apache.maven.jelly.tags.maven.PluginVarTag.
Deprecated. replaced by the GetTag tag
PluginVarTag() - Constructor for class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated.  
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
 
Project - class org.apache.maven.project.Project.
 
Project() - Constructor for class org.apache.maven.project.Project
Default constructor.
PropertyTag - class org.apache.maven.jelly.tags.maven.PropertyTag.
A Maven Jelly tag that attempts to retrieve a property from the MavenJellyContext context and uses the provided default value in the event there is no valid value retrieved using the key name provided.
PropertyTag() - Constructor for class org.apache.maven.jelly.tags.maven.PropertyTag
 
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(String[]) - Static method in class org.apache.maven.cli.CLIManager
Parse a string-array of command-line arguments.
performAction(Session) - Method in class org.apache.maven.jelly.tags.werkz.MavenGoalTag.MavenGoalAction
 
popContext() - Method in class org.apache.maven.project.Project
 
populateVariables(JellyContext, JellyContext) - Static method in class org.apache.maven.jelly.JellyUtils
Populate a context with variables, including parent variables if inheritance is enabled.
prepAttainGoal(String, MavenJellyContext, GoalToJellyScriptHousingMapper) - Method in class org.apache.maven.plugin.PluginManager
Use the name of a goal to lookup all the plugins (that are stored in the plugin housings) that need to be executed in order to satisfy all the required preconditions for successful goal attainment.
printConsoleMavenHeader() - Method in class org.apache.maven.cli.App
Prints the MavenSession header.
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(Project) - Method in class org.apache.maven.plugin.PluginManager
Process the dependencies of the project, adding dependencies to the appropriate classloader etc
pushContext(MavenJellyContext) - Method in class org.apache.maven.project.Project
Push a new context onto the stack.

R

REACTOR_PROJECT - Static variable in class org.apache.maven.MavenConstants
Reactor projects context tag
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.
ReactorTag - class org.apache.maven.jelly.tags.maven.ReactorTag.
Reactor tag that processes a set of project descriptors taking into consideration the inter-project dependencies.
ReactorTag() - Constructor for class org.apache.maven.jelly.tags.maven.ReactorTag
 
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.
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
 
RootRelativePathTag - class org.apache.maven.jelly.tags.maven.RootRelativePathTag.
Converts an absolute path into a path relative to a root dir.
RootRelativePathTag() - Constructor for class org.apache.maven.jelly.tags.maven.RootRelativePathTag
 
read() - Method in class org.apache.maven.util.StringInputStream
Reads from the Stringreader, returning the same value.
registerTagLibrary(String, TagLibrary) - Method in class org.apache.maven.jelly.MavenJellyContext
Register a new tag library.
registerTagLibrary(String, String) - Method in class org.apache.maven.jelly.MavenJellyContext
Register a new tag library.
remove(Object) - Method in class org.apache.maven.util.InsertionOrderedSet
 
removeAll(Collection) - Method in class org.apache.maven.util.InsertionOrderedSet
 
removePluginDynaTagDep(JellyScriptHousing, String) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
requiresAction() - Method in class org.apache.maven.jelly.tags.werkz.MavenGoalTag.MavenGoalAction
 
reset() - Method in class org.apache.maven.util.StringInputStream
Resets the StringReader.
resetCount() - Method in class org.apache.maven.util.MavenTool
Clear the counter so that there are zero items
resolveDirectories(File) - Method in class org.apache.maven.project.Build
Resolve relative directories against a base directory.
resolveDirectory(File) - Method in class org.apache.maven.project.Resource
Resolve directory against a base directory if it is not already absolute.
resolvePathFragment(String, String, Path) - Method in class org.apache.maven.util.MavenTool
Resolves a path fragment for the first resource found in directories.
resolvePathFragment(String, String, String[]) - Method in class org.apache.maven.util.MavenTool
Called by MavenTool.resolvePathFragment(String, String, Path).
resolveRelativePaths(File) - Method in class org.apache.maven.jelly.MavenJellyContext
 
resolvedProperties() - Method in class org.apache.maven.project.BaseObject
Get the resolved properties after the name:value processing has been done.
retainAll(Collection) - Method in class org.apache.maven.util.InsertionOrderedSet
 
runScript(InputStream, URL, JellyContext, XMLOutput) - Static method in class org.apache.maven.jelly.JellyUtils
Run a jelly script.
runScript(InputStream, String, URL, JellyContext, XMLOutput) - Static method in class org.apache.maven.jelly.JellyUtils
Run a jelly script.
runScript(File, URL, JellyContext, XMLOutput) - Static method in class org.apache.maven.jelly.JellyUtils
Run a jelly script.

S

SESSION - Static variable in class org.apache.maven.MavenConstants
Dependency classpath tag.
SNAPSHOT_SIGNIFIER - Static variable in class org.apache.maven.MavenConstants
Snapshot JAR signifier tag.
SetTag - class org.apache.maven.jelly.tags.maven.SetTag.
A tag to set plugin values
SetTag() - Constructor for class org.apache.maven.jelly.tags.maven.SetTag
 
SilentDownloadMeter - class org.apache.maven.util.SilentDownloadMeter.
Silent download progress meter.
SilentDownloadMeter() - Constructor for class org.apache.maven.util.SilentDownloadMeter
 
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
 
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.util.StringTool.
 
StringTool() - Constructor for class org.apache.maven.util.StringTool
 
setAntProject(GrantProject) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the ant project.
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.jelly.tags.maven.UninstallPluginTag
 
setArtifactId(String) - Method in class org.apache.maven.project.Dependency
Set the artifact name.
setArtifactId(String) - Method in class org.apache.maven.project.Project
Set the artifactId for this project.
setArtifacts(List) - Method in class org.apache.maven.project.Project
Set the artifactList 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.MakeAbsolutePathTag
Set the base directory.
setBasedir(File) - Method in class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
Set the base directory.
setBasedir(File) - Method in class org.apache.maven.jelly.tags.maven.MavenTag
Deprecated. You only need to specify the project descriptor.
setBasedir(File) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Setter for the basedir property XXX if the method it overrides is deprecated, is this also deprecated?
setBranches(List) - Method in class org.apache.maven.project.Project
Set the branches for this project.
setBuild(Build) - Method in class org.apache.maven.project.Project
Sets the build attribute of the Project object
setCache(boolean) - Method in class org.apache.maven.jelly.tags.maven.InstallPluginTag
 
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.
setCollectOnly(boolean) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the collectOnly attribute.
setCollectionVar(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the collectionVar attribute.
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.
setDebug(boolean) - Method in class org.apache.maven.jelly.JellyBuildListener
 
setDebugOn(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the debug flag.
setDefaultGoalName(String) - Method in class org.apache.maven.plugin.GoalToJellyScriptHousingMapper
 
setDefaultValue(String) - Method in class org.apache.maven.jelly.tags.maven.PropertyTag
 
setDependencies(List) - Method in class org.apache.maven.project.Project
Set a list of dependencies.
setDependency(Dependency) - Method in class org.apache.maven.repository.AbstractArtifact
 
setDependency(Dependency) - Method in interface org.apache.maven.repository.Artifact
Set the dependency for this JAR artifact.
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.
setDeveloperConnection(String) - Method in class org.apache.maven.project.Repository
Sets the connection attribute of the Repository object
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.
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.
setFail(boolean) - Method in class org.apache.maven.jelly.tags.maven.ParamCheck
 
setFile(File) - Method in class org.apache.maven.jelly.tags.maven.InputTag
Set output file.
setFile(File) - Method in class org.apache.maven.jelly.tags.maven.InstallPluginTag
 
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.
setFileUtils(FileUtils) - Method in class org.apache.maven.util.Expand
 
setFiltering(boolean) - Method in class org.apache.maven.project.Resource
 
setGlob(String) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Deprecated. Use includes/excludes instead.
setGoalName(String) - Method in class org.apache.maven.ant.MavenTask
Sets the value of goalName
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.Dependency
Set the group id.
setGroupId(String) - Method in class org.apache.maven.project.Project
Set the project 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.BaseObject
Sets the id attribute of the BaseObject object
setId(String) - Method in class org.apache.maven.project.Dependency
Set the id for this dependency.
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.Organization
Sets the logo text attribute of the Organization object.
setLogo(String) - Method in class org.apache.maven.project.Project
Set the project logo image URL.
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 location of the local maven repository.
setMavenRepoRemotes(List) - Method in class org.apache.maven.jelly.MavenJellyContext
 
setMavenSession(MavenSession) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the mavenSession attribute.
setMessage(String) - Method in class org.apache.maven.jelly.tags.maven.ParamCheck
 
setMeterType(String) - Static method in class org.apache.maven.util.HttpUtils
 
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.jelly.tags.maven.PropertyTag
 
setName(String) - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
 
setName(String) - Method in class org.apache.maven.project.BaseObject
Sets the name attribute
setName(String) - Method in class org.apache.maven.project.License
Sets the name.
setOnline(Boolean) - Method in class org.apache.maven.jelly.MavenJellyContext
Set the online flag.
setOrganization(String) - Method in class org.apache.maven.project.Contributor
Sets the organization attribute of the Contributor object
setOrganization(Organization) - Method in class org.apache.maven.project.Project
Sets the project Organization.
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.
setParent(JellyContext) - Method in class org.apache.maven.jelly.MavenJellyContext
 
setParent(Project) - Method in class org.apache.maven.project.Project
Set the project that this one extends
setPath(String) - Method in class org.apache.maven.jelly.tags.maven.MakeAbsolutePathTag
Set the path.
setPath(String) - Method in class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
Set the path.
setPath(String) - Method in class org.apache.maven.jelly.tags.maven.RootRelativePathTag
Set the path.
setPath(String) - Method in class org.apache.maven.repository.AbstractArtifact
 
setPath(String) - Method in interface org.apache.maven.repository.Artifact
Set the path to the artifact.
setPlugin(String) - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
setPlugin(String) - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
setPlugin(String) - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
setPluginManager(PluginManager) - Method in class org.apache.maven.MavenSession
Set the plugin manager to handle plugin loading for the session
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
set the project property
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.
setProject(Project) - Method in class org.apache.maven.plugin.JellyScriptHousing
 
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.
setProjectList(List) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
Set the project list.
setProjects(List) - Method in class org.apache.maven.jelly.tags.maven.DependencyResolver
 
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.GraphDependencyResolver
 
setProjects(List) - Method in class org.apache.maven.jelly.tags.maven.WerkzDependencyResolver
 
setProperties(List) - Method in class org.apache.maven.project.BaseObject
Set meta properties.
setProperty(String, String) - Method in class org.apache.maven.jelly.JellyPropsHandler
Set an ant property.
setProperty(String) - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
setProperty(String) - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
setProperty(String) - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
setProperty(String) - Method in class org.apache.maven.project.SourceModification
Sets the property attribute of the SourceModification object
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.
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.jelly.tags.maven.CopyResources
 
setResources(List) - Method in class org.apache.maven.project.Build
Set the resources.
setResources(List) - Method in class org.apache.maven.project.UnitTest
Set the resources.
setRootContext(MavenJellyContext) - Method in class org.apache.maven.MavenSession
Set the context for the session
setRootContext(MavenJellyContext) - Method in class org.apache.maven.cli.App
Set Jelly rootContext.
setRootDescriptorFile(File) - Static method in class org.apache.maven.MavenSession
Set the top level project for the session
setRootProject(Project) - Method in class org.apache.maven.MavenSession
Set the top level project object for the session
setRootdir(File) - Method in class org.apache.maven.jelly.tags.maven.RootRelativePathTag
Set the root directory.
setScript(Script) - Method in class org.apache.maven.plugin.JellyScriptHousing
 
setSeparator(String) - Method in class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
Set the path separator to use.
setSession(Session) - Method in class org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag
Set the Session to use.
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.
setSort(boolean) - Method in class org.apache.maven.jelly.tags.maven.ReactorTag
 
setSource(File) - Method in class org.apache.maven.plugin.JellyScriptHousing
 
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.Branch
Sets the tag attribute of the Branch object
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.
setTimezone(String) - Method in class org.apache.maven.project.Contributor
Set the timezone offset of the Contributor object
setTitle(String) - Method in class org.apache.maven.project.PackageGroup
Sets the title of this package group.
setTodir(String) - Method in class org.apache.maven.jelly.tags.maven.CopyResources
 
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 "jar" or "war"
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.Contributor
Set the url attribute of the Contributor object
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.License
Sets the url.
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.Project
Sets the url attribute of the Project object.
setUrl(String) - Method in class org.apache.maven.project.Repository
Sets the url attribute of the Repository object
setUser(String) - Method in class org.apache.maven.jelly.tags.maven.UserCheck
 
setValue(String) - Method in class org.apache.maven.jelly.tags.maven.ParamCheck
 
setValue(String) - Method in class org.apache.maven.jelly.tags.maven.SetTag
 
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.GetTag
 
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.MakeAbsolutePathTag
Set the result variable.
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.MakeRelativePathTag
Set the result variable.
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.PluginVarTag
Deprecated. replaced by the GetTag tag
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.PomTag
Set var name for the POM.
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.PropertyTag
 
setVar(String) - Method in class org.apache.maven.jelly.tags.maven.RootRelativePathTag
Set the result variable.
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.
size() - Method in class org.apache.maven.util.InsertionOrderedSet
 
splitSCMConnection(String) - Static method in class org.apache.maven.project.Repository
Splits an SCM string into parts
splitStringAtLastDelim(String, String) - Method in class org.apache.maven.util.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.

T

TEST_COMPILE_SOURCEROOTS - Static variable in class org.apache.maven.MavenConstants
Maven test compile sourceroots.
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
 
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
 
targetFinished(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
targetStarted(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
taskFinished(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
taskStarted(BuildEvent) - Method in class org.apache.maven.jelly.JellyBuildListener
 
toArray() - Method in class org.apache.maven.util.InsertionOrderedSet
 
toArray(Object[]) - Method in class org.apache.maven.util.InsertionOrderedSet
 
toInteger(String) - Method in class org.apache.maven.util.MavenTool
 
toString() - Method in class org.apache.maven.plugin.JellyScriptHousing
 
toString() - Method in class org.apache.maven.project.BaseObject
Return a string suitable for display/debugging
toString() - Method in class org.apache.maven.project.Build
 
toString() - Method in class org.apache.maven.project.Dependency
Debug string.
toString() - Method in class org.apache.maven.project.Resource
 
toString() - Method in class org.apache.maven.util.InsertionOrderedSet
 
tokenizerToArray(EnhancedStringTokenizer) - Static method in class org.apache.maven.project.Repository
Converts a tokenizer to an array of strings FIXME: This should be in a string util class
trim(String) - Static method in class org.apache.maven.util.StringTool
Removes all whitespace characters from the start and end of a String.

U

UninstallPluginTag - class org.apache.maven.jelly.tags.maven.UninstallPluginTag.
A Maven Jelly tag that will uninstall a given plugin JAR using the plugin manager.
UninstallPluginTag() - Constructor for class org.apache.maven.jelly.tags.maven.UninstallPluginTag
 
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.
UnknownPluginException - exception org.apache.maven.plugin.UnknownPluginException.
Indicates an attempt to access an unknown plugin.
UnknownPluginException(String) - Constructor for class org.apache.maven.plugin.UnknownPluginException
Construct with an unknown plugin 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.
UserCheck - class org.apache.maven.jelly.tags.maven.UserCheck.
A tag to check if a user name is set.
UserCheck() - Constructor for class org.apache.maven.jelly.tags.maven.UserCheck
 
uninstallPlugin(String) - Method in class org.apache.maven.plugin.PluginManager
 
update(int, int) - Method in class org.apache.maven.util.BootstrapDownloadMeter
 
update(int, int) - Method in class org.apache.maven.util.ConsoleDownloadMeter
 
update(int, int) - Method in interface org.apache.maven.util.DownloadMeter
Update the progress bar.
update(int, int) - Method in class org.apache.maven.util.SilentDownloadMeter
 
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

Version - class org.apache.maven.project.Version.
 
Version() - Constructor for class org.apache.maven.project.Version
Constructor for the MailingList object
verify() - Method in class org.apache.maven.repository.AbstractArtifact
C H E C K S U M V E R I F I C A T I O N
verify() - Method in interface org.apache.maven.repository.Artifact
Verify the artifact.
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.

W

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 N O P R S T U V W X

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