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

A

Activation - Class in org.apache.maven.model
The conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.
Activation() - Constructor for class org.apache.maven.model.Activation
 
ActivationFile - Class in org.apache.maven.model
This is the file specification used to activate the profile.
ActivationFile() - Constructor for class org.apache.maven.model.ActivationFile
 
ActivationOS - Class in org.apache.maven.model
This is an activator which will detect an operating system's attributes in order to activate its profile.
ActivationOS() - Constructor for class org.apache.maven.model.ActivationOS
 
ActivationProperty - Class in org.apache.maven.model
This is the property specification used to activate a profile.
ActivationProperty() - Constructor for class org.apache.maven.model.ActivationProperty
 
addConfiguration(String, String) - Method in class org.apache.maven.model.Notifier
Method addConfiguration
addContributor(Contributor) - Method in class org.apache.maven.model.Model
Method addContributor
addDependency(Dependency) - Method in class org.apache.maven.model.DependencyManagement
Method addDependency
addDependency(Dependency) - Method in class org.apache.maven.model.ModelBase
Method addDependency
addDependency(Dependency) - Method in class org.apache.maven.model.Plugin
Method addDependency
addDeveloper(Developer) - Method in class org.apache.maven.model.Model
Method addDeveloper
addExclude(String) - Method in class org.apache.maven.model.PatternSet
Method addExclude
addExclusion(Exclusion) - Method in class org.apache.maven.model.Dependency
Method addExclusion
addExecution(PluginExecution) - Method in class org.apache.maven.model.Plugin
Method addExecution
addExtension(Extension) - Method in class org.apache.maven.model.Build
Method addExtension
addFilter(String) - Method in class org.apache.maven.model.BuildBase
Method addFilter
addGoal(String) - Method in class org.apache.maven.model.PluginExecution
Method addGoal
addInclude(String) - Method in class org.apache.maven.model.PatternSet
Method addInclude
addLicense(License) - Method in class org.apache.maven.model.Model
Method addLicense
addMailingList(MailingList) - Method in class org.apache.maven.model.Model
Method addMailingList
addModule(String) - Method in class org.apache.maven.model.ModelBase
Method addModule
addNotifier(Notifier) - Method in class org.apache.maven.model.CiManagement
Method addNotifier
addOtherArchive(String) - Method in class org.apache.maven.model.MailingList
Method addOtherArchive
addPlugin(Plugin) - Method in class org.apache.maven.model.PluginContainer
Method addPlugin
addPlugin(ReportPlugin) - Method in class org.apache.maven.model.Reporting
Method addPlugin
addPluginRepository(Repository) - Method in class org.apache.maven.model.ModelBase
Method addPluginRepository
addProfile(Profile) - Method in class org.apache.maven.model.Model
Method addProfile
addProperty(String, String) - Method in class org.apache.maven.model.Contributor
Method addProperty
addProperty(String, String) - Method in class org.apache.maven.model.ModelBase
Method addProperty
addReport(String) - Method in class org.apache.maven.model.ReportSet
Method addReport
addReportSet(ReportSet) - Method in class org.apache.maven.model.ReportPlugin
Method addReportSet
addRepository(Repository) - Method in class org.apache.maven.model.ModelBase
Method addRepository
addResource(Resource) - Method in class org.apache.maven.model.BuildBase
Method addResource
addRole(String) - Method in class org.apache.maven.model.Contributor
Method addRole
addTestResource(Resource) - Method in class org.apache.maven.model.BuildBase
Method addTestResource

B

Build - Class in org.apache.maven.model
The <build> element contains informations required to build the project.
Build() - Constructor for class org.apache.maven.model.Build
 
BuildBase - Class in org.apache.maven.model
Generic informations for a build.
BuildBase() - Constructor for class org.apache.maven.model.BuildBase
 

C

CiManagement - Class in org.apache.maven.model
The <CiManagement> element contains informations required to the continuous integration system of the project.
CiManagement() - Constructor for class org.apache.maven.model.CiManagement
 
ConfigurationContainer - Class in org.apache.maven.model
Contains the configuration information of the container like Plugin.
ConfigurationContainer() - Constructor for class org.apache.maven.model.ConfigurationContainer
 
constructKey(String, String) - Static method in class org.apache.maven.model.Plugin
 
constructKey(String, String) - Static method in class org.apache.maven.model.ReportPlugin
 
Contributor - Class in org.apache.maven.model
Description of a person who has contributed to the project, but who does not have commit privileges.
Contributor() - Constructor for class org.apache.maven.model.Contributor
 

D

DEFAULT_EXECUTION_ID - Static variable in class org.apache.maven.model.PluginExecution
 
Dependency - Class in org.apache.maven.model
The <dependency> element contains informations required to a dependency of the project.
Dependency() - Constructor for class org.apache.maven.model.Dependency
 
DependencyManagement - Class in org.apache.maven.model
Section for management of default dependency information for use in a group of POMs.
DependencyManagement() - Constructor for class org.apache.maven.model.DependencyManagement
 
DeploymentRepository - Class in org.apache.maven.model
Repository contains the information needed for deploying to the remote repository.
DeploymentRepository() - Constructor for class org.apache.maven.model.DeploymentRepository
 
Developer - Class in org.apache.maven.model
Information about one of the committers on this project.
Developer() - Constructor for class org.apache.maven.model.Developer
 
DistributionManagement - Class in org.apache.maven.model
This elements describes all that pertains to distribution for a project.
DistributionManagement() - Constructor for class org.apache.maven.model.DistributionManagement
 

E

equals(Object) - Method in class org.apache.maven.model.DeploymentRepository
 
equals(Object) - Method in class org.apache.maven.model.Extension
 
equals(Object) - Method in class org.apache.maven.model.Plugin
 
equals(Object) - Method in class org.apache.maven.model.Repository
 
equals(Object) - Method in class org.apache.maven.model.RepositoryBase
 
Exclusion - Class in org.apache.maven.model
The <exclusion> element contains informations required to exclude an artifact to the project.
Exclusion() - Constructor for class org.apache.maven.model.Exclusion
 
Extension - Class in org.apache.maven.model
Describes a build extension to utilise.
Extension() - Constructor for class org.apache.maven.model.Extension
 

F

FileSet - Class in org.apache.maven.model
A PatternSet for files.
FileSet() - Constructor for class org.apache.maven.model.FileSet
 
flushExecutionMap() - Method in class org.apache.maven.model.Plugin
Reset the executionMap field to null
flushPluginMap() - Method in class org.apache.maven.model.PluginContainer
Reset the pluginsMap field to null
flushReportPluginMap() - Method in class org.apache.maven.model.Reporting
Reset the reportPluginMap field to null
flushReportSetMap() - Method in class org.apache.maven.model.ReportPlugin
Reset the reportSetMap field to null

G

getActivation() - Method in class org.apache.maven.model.Profile
Get The conditional logic which will automatically trigger the inclusion of this profile.
getAddDefaultEntities() - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getAddDefaultEntities
getAddress() - Method in class org.apache.maven.model.Notifier
Get Deprecated.
getArch() - Method in class org.apache.maven.model.ActivationOS
Get The architecture of the operating system to be used to activate the profile.
getArchive() - Method in class org.apache.maven.model.MailingList
Get The link to a URL where you can browse the mailing list archive.
getArtifactId() - Method in class org.apache.maven.model.Dependency
Get The unique id for an artifact produced by the project group, e.g.
getArtifactId() - Method in class org.apache.maven.model.Exclusion
Get The artifact ID of the project to exclude.
getArtifactId() - Method in class org.apache.maven.model.Extension
Get The artifact ID of the extension.
getArtifactId() - Method in class org.apache.maven.model.Model
Get The identifier for this artifact that is unique within the group given by the group ID.
getArtifactId() - Method in class org.apache.maven.model.Parent
Get The artifact id of the parent project to inherit from.
getArtifactId() - Method in class org.apache.maven.model.Plugin
Get The artifact ID of the plugin in the repository.
getArtifactId() - Method in class org.apache.maven.model.Relocation
Get The new artifact ID of the artifact.
getArtifactId() - Method in class org.apache.maven.model.ReportPlugin
Get The artifact ID of the reporting plugin in the repository.
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getBooleanValue
getBuild() - Method in class org.apache.maven.model.Model
Get Information required to build the project.
getBuild() - Method in class org.apache.maven.model.Profile
Get Information required to build the project.
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getCharacterValue
getChecksumPolicy() - Method in class org.apache.maven.model.RepositoryPolicy
Get What to do when verification of an artifact checksum fails.
getCiManagement() - Method in class org.apache.maven.model.Model
Get The project's continuous integration information.
getClassifier() - Method in class org.apache.maven.model.Dependency
Get The classifier of the dependency.
getComments() - Method in class org.apache.maven.model.License
Get Addendum information pertaining to this license.
getConfiguration() - Method in class org.apache.maven.model.ConfigurationContainer
Get The configuration as DOM object.
getConfiguration() - Method in class org.apache.maven.model.Notifier
Method getConfiguration
getConfiguration() - Method in class org.apache.maven.model.ReportPlugin
Get The configuration of the reporting plugin.
getConfiguration() - Method in class org.apache.maven.model.ReportSet
Get Configuration of the report to be used when generating this set.
getConnection() - Method in class org.apache.maven.model.Scm
Get The source control management system URL that describes the repository and how to connect to the repository.
getContributors() - Method in class org.apache.maven.model.Model
Method getContributors
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getDateValue
getDefaultGoal() - Method in class org.apache.maven.model.BuildBase
Get The default goal (or phase in Maven 2) to execute when none is specified for the project.
getDependencies() - Method in class org.apache.maven.model.DependencyManagement
Method getDependencies
getDependencies() - Method in class org.apache.maven.model.ModelBase
Method getDependencies
getDependencies() - Method in class org.apache.maven.model.Plugin
Method getDependencies
getDependencyManagement() - Method in class org.apache.maven.model.ModelBase
Get Default dependency information for projects that inherit from this one.
getDescription() - Method in class org.apache.maven.model.Model
Get A detailed description of the project, used by Maven whenever it needs to describe the project, such as on the web site.
getDeveloperConnection() - Method in class org.apache.maven.model.Scm
Get Just like connection, but for developers, i.e.
getDevelopers() - Method in class org.apache.maven.model.Model
Method getDevelopers
getDirectory() - Method in class org.apache.maven.model.BuildBase
Get The directory where all files generated by the build are placed.
getDirectory() - Method in class org.apache.maven.model.FileSet
Get Describe the directory where the resources are stored.
getDistribution() - Method in class org.apache.maven.model.License
Get The primary method by which this project may be distributed.
getDistributionManagement() - Method in class org.apache.maven.model.ModelBase
Get Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getDoubleValue
getDownloadUrl() - Method in class org.apache.maven.model.DistributionManagement
Get The URL of the project's download page.
getEmail() - Method in class org.apache.maven.model.Contributor
Get The email address of the contributor.
getExcludes() - Method in class org.apache.maven.model.PatternSet
Method getExcludes
getExclusions() - Method in class org.apache.maven.model.Dependency
Method getExclusions
getExecutions() - Method in class org.apache.maven.model.Plugin
Method getExecutions
getExecutionsAsMap() - Method in class org.apache.maven.model.Plugin
 
getExists() - Method in class org.apache.maven.model.ActivationFile
Get The name of the file that must exist to activate the profile.
getExtensions() - Method in class org.apache.maven.model.Build
Method getExtensions
getFamily() - Method in class org.apache.maven.model.ActivationOS
Get The general family of the OS to be used to activate the profile, such as windows or unix.
getFile() - Method in class org.apache.maven.model.Activation
Get Specifies that this profile will be activated based on existence of a file.
getFilters() - Method in class org.apache.maven.model.BuildBase
Method getFilters
getFinalName() - Method in class org.apache.maven.model.BuildBase
Get The filename (excluding the extension, and with no path information) that the produced artifact will be called.
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getFloatValue
getGoals() - Method in class org.apache.maven.model.Plugin
Get Deprecated.
getGoals() - Method in class org.apache.maven.model.PluginExecution
Method getGoals
getGroupId() - Method in class org.apache.maven.model.Dependency
Get The project group that produced the dependency, e.g.
getGroupId() - Method in class org.apache.maven.model.Exclusion
Get The group ID of the project to exclude.
getGroupId() - Method in class org.apache.maven.model.Extension
Get The group ID of the extension's artifact.
getGroupId() - Method in class org.apache.maven.model.Model
Get A universally unique identifier for a project.
getGroupId() - Method in class org.apache.maven.model.Parent
Get The group id of the parent project to inherit from.
getGroupId() - Method in class org.apache.maven.model.Plugin
Get The group ID of the plugin in the repository.
getGroupId() - Method in class org.apache.maven.model.Relocation
Get The group ID the artifact has moved to.
getGroupId() - Method in class org.apache.maven.model.ReportPlugin
Get The group ID of the reporting plugin in the repository.
getId() - Method in class org.apache.maven.model.Developer
Get The unique ID of the developer in the SCM.
getId() - Method in class org.apache.maven.model.Model
 
getId() - Method in class org.apache.maven.model.Parent
 
getId() - Method in class org.apache.maven.model.PluginExecution
Get The identifier of this execution for labelling the goals during the build, and for matching exections to merge during inheritance.
getId() - Method in class org.apache.maven.model.Profile
Get The identifier of this build profile.
getId() - Method in class org.apache.maven.model.ReportSet
Get The unique id for this report set, to be used during POM inheritance.
getId() - Method in class org.apache.maven.model.RepositoryBase
Get A unique identifier for a repository.
getId() - Method in class org.apache.maven.model.Site
Get A unique identifier for a deployment location.
getInceptionYear() - Method in class org.apache.maven.model.Model
Get The year of the project's inception, specified with 4 digits.
getIncludes() - Method in class org.apache.maven.model.PatternSet
Method getIncludes
getInherited() - Method in class org.apache.maven.model.ConfigurationContainer
Get Whether any configuration should be propagated to child POMs.
getInherited() - Method in class org.apache.maven.model.ReportPlugin
Get Whether the configuration in this plugin should be made available to projects that inherit from this one.
getInherited() - Method in class org.apache.maven.model.ReportSet
Get Whether any configuration should be propagated to child POMs.
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getIntegerValue
getIssueManagement() - Method in class org.apache.maven.model.Model
Get The project's issue management system information.
getJdk() - Method in class org.apache.maven.model.Activation
Get Specifies that this profile will be activated when a matching JDK is detected.
getKey() - Method in class org.apache.maven.model.Plugin
 
getKey() - Method in class org.apache.maven.model.ReportPlugin
 
getLayout() - Method in class org.apache.maven.model.RepositoryBase
Get The type of layout this repository uses for locating and storing artifacts - can be legacy or default.
getLicenses() - Method in class org.apache.maven.model.Model
Method getLicenses
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getLongValue
getMailingLists() - Method in class org.apache.maven.model.Model
Method getMailingLists
getManagementKey() - Method in class org.apache.maven.model.Dependency
 
getMaven() - Method in class org.apache.maven.model.Prerequisites
Get The minimum version of Maven required to build the project, or to use this plugin.
getMessage() - Method in class org.apache.maven.model.Relocation
Get An additional message to show the user about the move, such as the reason.
getMissing() - Method in class org.apache.maven.model.ActivationFile
Get The name of the file that must be missing to activate the profile.
getModelEncoding() - Method in class org.apache.maven.model.Activation
 
getModelEncoding() - Method in class org.apache.maven.model.ActivationFile
 
getModelEncoding() - Method in class org.apache.maven.model.ActivationOS
 
getModelEncoding() - Method in class org.apache.maven.model.ActivationProperty
 
getModelEncoding() - Method in class org.apache.maven.model.Build
 
getModelEncoding() - Method in class org.apache.maven.model.BuildBase
 
getModelEncoding() - Method in class org.apache.maven.model.CiManagement
 
getModelEncoding() - Method in class org.apache.maven.model.ConfigurationContainer
 
getModelEncoding() - Method in class org.apache.maven.model.Contributor
 
getModelEncoding() - Method in class org.apache.maven.model.Dependency
 
getModelEncoding() - Method in class org.apache.maven.model.DependencyManagement
 
getModelEncoding() - Method in class org.apache.maven.model.DeploymentRepository
 
getModelEncoding() - Method in class org.apache.maven.model.Developer
 
getModelEncoding() - Method in class org.apache.maven.model.DistributionManagement
 
getModelEncoding() - Method in class org.apache.maven.model.Exclusion
 
getModelEncoding() - Method in class org.apache.maven.model.Extension
 
getModelEncoding() - Method in class org.apache.maven.model.FileSet
 
getModelEncoding() - Method in class org.apache.maven.model.IssueManagement
 
getModelEncoding() - Method in class org.apache.maven.model.License
 
getModelEncoding() - Method in class org.apache.maven.model.MailingList
 
getModelEncoding() - Method in class org.apache.maven.model.Model
 
getModelEncoding() - Method in class org.apache.maven.model.ModelBase
 
getModelEncoding() - Method in class org.apache.maven.model.Notifier
 
getModelEncoding() - Method in class org.apache.maven.model.Organization
 
getModelEncoding() - Method in class org.apache.maven.model.Parent
 
getModelEncoding() - Method in class org.apache.maven.model.PatternSet
 
getModelEncoding() - Method in class org.apache.maven.model.Plugin
 
getModelEncoding() - Method in class org.apache.maven.model.PluginConfiguration
 
getModelEncoding() - Method in class org.apache.maven.model.PluginContainer
 
getModelEncoding() - Method in class org.apache.maven.model.PluginExecution
 
getModelEncoding() - Method in class org.apache.maven.model.PluginManagement
 
getModelEncoding() - Method in class org.apache.maven.model.Prerequisites
 
getModelEncoding() - Method in class org.apache.maven.model.Profile
 
getModelEncoding() - Method in class org.apache.maven.model.Relocation
 
getModelEncoding() - Method in class org.apache.maven.model.Reporting
 
getModelEncoding() - Method in class org.apache.maven.model.ReportPlugin
 
getModelEncoding() - Method in class org.apache.maven.model.ReportSet
 
getModelEncoding() - Method in class org.apache.maven.model.Repository
 
getModelEncoding() - Method in class org.apache.maven.model.RepositoryBase
 
getModelEncoding() - Method in class org.apache.maven.model.RepositoryPolicy
 
getModelEncoding() - Method in class org.apache.maven.model.Resource
 
getModelEncoding() - Method in class org.apache.maven.model.Scm
 
getModelEncoding() - Method in class org.apache.maven.model.Site
 
getModelVersion() - Method in class org.apache.maven.model.Model
Get Declares to which version of project descriptor this POM conforms.
getModules() - Method in class org.apache.maven.model.ModelBase
Method getModules
getName() - Method in class org.apache.maven.model.ActivationOS
Get The name of the operating system to be used to activate the profile.
getName() - Method in class org.apache.maven.model.ActivationProperty
Get The name of the property to be used to activate a profile.
getName() - Method in class org.apache.maven.model.Contributor
Get The full name of the contributor.
getName() - Method in class org.apache.maven.model.License
Get The full legal name of the license.
getName() - Method in class org.apache.maven.model.MailingList
Get The name of the mailing list.
getName() - Method in class org.apache.maven.model.Model
Get The full name of the project.
getName() - Method in class org.apache.maven.model.Organization
Get The full name of the organization.
getName() - Method in class org.apache.maven.model.RepositoryBase
Get Human readable name of the repository.
getName() - Method in class org.apache.maven.model.Site
Get Human readable name of the deployment location.
getNotifiers() - Method in class org.apache.maven.model.CiManagement
Method getNotifiers
getOrganization() - Method in class org.apache.maven.model.Contributor
Get The organization to which the contributor belongs.
getOrganization() - Method in class org.apache.maven.model.Model
Get This element describes various attributes of the organization to which the project belongs.
getOrganizationUrl() - Method in class org.apache.maven.model.Contributor
Get The URL of the organization.
getOs() - Method in class org.apache.maven.model.Activation
Get Specifies that this profile will be activated when matching operating system attributes are detected.
getOtherArchives() - Method in class org.apache.maven.model.MailingList
Method getOtherArchives
getOutputDirectory() - Method in class org.apache.maven.model.Build
Get The directory where compiled application classes are placed.
getOutputDirectory() - Method in class org.apache.maven.model.Reporting
Get Where to store all of the generated reports.
getPackaging() - Method in class org.apache.maven.model.Model
Get The type of artifact this project produces, for example jar war ear pom.
getParent() - Method in class org.apache.maven.model.Model
Get The location of the parent project, if one exists.
getPhase() - Method in class org.apache.maven.model.PluginExecution
Get The build lifecycle phase to bind the goals in this execution to.
getPluginManagement() - Method in class org.apache.maven.model.PluginConfiguration
Get Default plugin information to be made available for reference by projects derived from this one.
getPluginRepositories() - Method in class org.apache.maven.model.ModelBase
Method getPluginRepositories
getPlugins() - Method in class org.apache.maven.model.PluginContainer
Method getPlugins
getPlugins() - Method in class org.apache.maven.model.Reporting
Method getPlugins
getPluginsAsMap() - Method in class org.apache.maven.model.PluginContainer
 
getPost() - Method in class org.apache.maven.model.MailingList
Get The email address or link that can be used to post to the mailing list.
getPrerequisites() - Method in class org.apache.maven.model.Model
Get Describes the prerequisites in the build environment for this project.
getProfiles() - Method in class org.apache.maven.model.Model
Method getProfiles
getProperties() - Method in class org.apache.maven.model.Contributor
Method getProperties
getProperties() - Method in class org.apache.maven.model.ModelBase
Method getProperties
getProperty() - Method in class org.apache.maven.model.Activation
Get Specifies that this profile will be activated when this system property is specified.
getRelativePath() - Method in class org.apache.maven.model.Parent
Get The relative path of the parent pom.xml file within the check out.
getReleases() - Method in class org.apache.maven.model.Repository
Get How to handle downloading of releases from this repository.
getRelocation() - Method in class org.apache.maven.model.DistributionManagement
Get Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
getReporting() - Method in class org.apache.maven.model.ModelBase
Get This element includes the specification of report plugins to use to generate the reports on the Maven-generated site.
getReportPluginsAsMap() - Method in class org.apache.maven.model.Reporting
 
getReports() - Method in class org.apache.maven.model.ModelBase
Get Deprecated.
getReports() - Method in class org.apache.maven.model.ReportSet
Method getReports
getReportSets() - Method in class org.apache.maven.model.ReportPlugin
Method getReportSets
getReportSetsAsMap() - Method in class org.apache.maven.model.ReportPlugin
 
getRepositories() - Method in class org.apache.maven.model.ModelBase
Method getRepositories
getRepository() - Method in class org.apache.maven.model.DistributionManagement
Get Information needed to deploy the artifacts generated by the project to a remote repository.
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getRequiredAttributeValue
getResources() - Method in class org.apache.maven.model.BuildBase
Method getResources
getRoles() - Method in class org.apache.maven.model.Contributor
Method getRoles
getScm() - Method in class org.apache.maven.model.Model
Get Specification for the SCM used by the project, such as CVS, Subversion, etc.
getScope() - Method in class org.apache.maven.model.Dependency
Get The scope of the dependency - compile, runtime, test, system, and provided.
getScriptSourceDirectory() - Method in class org.apache.maven.model.Build
Get This element specifies a directory containing the script sources of the project.
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getShortValue
getSite() - Method in class org.apache.maven.model.DistributionManagement
Get Information needed for deploying the web site of the project.
getSnapshotRepository() - Method in class org.apache.maven.model.DistributionManagement
Get Where to deploy snapshots of artifacts to.
getSnapshots() - Method in class org.apache.maven.model.Repository
Get How to handle downloading of snapshots from this repository.
getSource() - Method in class org.apache.maven.model.Profile
 
getSourceDirectory() - Method in class org.apache.maven.model.Build
Get This element specifies a directory containing the source of the project.
getStatus() - Method in class org.apache.maven.model.DistributionManagement
Get Gives the status of this artifact in the remote repository.
getSubscribe() - Method in class org.apache.maven.model.MailingList
Get The email address or link that can be used to subscribe to the mailing list.
getSystem() - Method in class org.apache.maven.model.CiManagement
Get The name of the continuous integration system, e.g.
getSystem() - Method in class org.apache.maven.model.IssueManagement
Get The name of the issue management system, e.g.
getSystemPath() - Method in class org.apache.maven.model.Dependency
Get FOR SYSTEM SCOPE ONLY.
getTag() - Method in class org.apache.maven.model.Scm
Get The tag of current code.
getTargetPath() - Method in class org.apache.maven.model.Resource
Get Describe the resource target path.
getTestOutputDirectory() - Method in class org.apache.maven.model.Build
Get The directory where compiled test classes are placed.
getTestResources() - Method in class org.apache.maven.model.BuildBase
Method getTestResources
getTestSourceDirectory() - Method in class org.apache.maven.model.Build
Get This element specifies a directory containing the unit test source of the project.
getTimezone() - Method in class org.apache.maven.model.Contributor
Get The timezone the contributor is in.
getTrimmedValue(String) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method getTrimmedValue
getType() - Method in class org.apache.maven.model.Dependency
Get The type of dependency.
getType() - Method in class org.apache.maven.model.Notifier
Get The mechanism used to deliver notifications.
getUnsubscribe() - Method in class org.apache.maven.model.MailingList
Get The email address or link that can be used to unsubscribe to the mailing list.
getUpdatePolicy() - Method in class org.apache.maven.model.RepositoryPolicy
Get The frequency for downloading updates - can be always, daily (default), interval:XXX (in minutes) or never (only if it doesn't exist locally).
getUrl() - Method in class org.apache.maven.model.CiManagement
Get URL for the continuous integration system used by the project if it has a web interface.
getUrl() - Method in class org.apache.maven.model.Contributor
Get The URL for the homepage of the contributor.
getUrl() - Method in class org.apache.maven.model.IssueManagement
Get URL for the issue management system used by the project.
getUrl() - Method in class org.apache.maven.model.License
Get The official url for the license text.
getUrl() - Method in class org.apache.maven.model.Model
Get The URL to the project's homepage.
getUrl() - Method in class org.apache.maven.model.Organization
Get The URL to the organization's home page.
getUrl() - Method in class org.apache.maven.model.RepositoryBase
Get The url of the repository, in the form protocol://hostname/path.
getUrl() - Method in class org.apache.maven.model.Scm
Get The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
getUrl() - Method in class org.apache.maven.model.Site
Get The url of the location where website is deployed, in the form protocol://hostname/path.
getValue() - Method in class org.apache.maven.model.ActivationProperty
Get The value of the property required to activate a profile.
getVersion() - Method in class org.apache.maven.model.ActivationOS
Get The version of the operating system to be used to activate the profile.
getVersion() - Method in class org.apache.maven.model.Dependency
Get The version of the dependency, e.g.
getVersion() - Method in class org.apache.maven.model.Extension
Get The version of the extension.
getVersion() - Method in class org.apache.maven.model.Model
Get The current version of the artifact produced by this project.
getVersion() - Method in class org.apache.maven.model.Parent
Get The version of the parent project to inherit.
getVersion() - Method in class org.apache.maven.model.Plugin
Get The version (or valid range of verisons) of the plugin to be used.
getVersion() - Method in class org.apache.maven.model.Relocation
Get The new version of the artifact.
getVersion() - Method in class org.apache.maven.model.ReportPlugin
Get The version of the reporting plugin to be used.

H

hashCode() - Method in class org.apache.maven.model.Extension
 
hashCode() - Method in class org.apache.maven.model.Plugin
 

I

isActiveByDefault() - Method in class org.apache.maven.model.Activation
Get Flag specifying whether this profile is active by default.
isEnabled() - Method in class org.apache.maven.model.RepositoryPolicy
Get Whether to use this repository for downloading this type of artifact.
isExcludeDefaults() - Method in class org.apache.maven.model.Reporting
Get If true, then the default reports are not included in the site generation.
isExtensions() - Method in class org.apache.maven.model.Plugin
Get Whether to load Maven extensions (such as packaging and type handlers) from this plugin.
isFiltering() - Method in class org.apache.maven.model.Resource
Get Whether resources are filtered to replace tokens with parameterised values or not.
isInheritanceApplied() - Method in class org.apache.maven.model.ConfigurationContainer
 
isInheritanceApplied() - Method in class org.apache.maven.model.ReportPlugin
 
isInheritanceApplied() - Method in class org.apache.maven.model.ReportSet
 
isOptional() - Method in class org.apache.maven.model.Dependency
Get Indicates the dependency is optional for use of this library.
isSendOnError() - Method in class org.apache.maven.model.Notifier
Get Whether to send notifications on error.
isSendOnFailure() - Method in class org.apache.maven.model.Notifier
Get Whether to send notifications on failure.
isSendOnSuccess() - Method in class org.apache.maven.model.Notifier
Get Whether to send notifications on success.
isSendOnWarning() - Method in class org.apache.maven.model.Notifier
Get Whether to send notifications on warning.
IssueManagement - Class in org.apache.maven.model
Information about the issue tracking (or bug tracking) system used to manage this project.
IssueManagement() - Constructor for class org.apache.maven.model.IssueManagement
 
isUniqueVersion() - Method in class org.apache.maven.model.DeploymentRepository
Get Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time

L

License - Class in org.apache.maven.model
Describes the licenses for this project.
License() - Constructor for class org.apache.maven.model.License
 

M

MailingList - Class in org.apache.maven.model
This element describes all of the mailing lists associated with a project.
MailingList() - Constructor for class org.apache.maven.model.MailingList
 
MavenXpp3Reader - Class in org.apache.maven.model.io.xpp3
Class MavenXpp3Reader.
MavenXpp3Reader() - Constructor for class org.apache.maven.model.io.xpp3.MavenXpp3Reader
 
MavenXpp3Writer - Class in org.apache.maven.model.io.xpp3
Class MavenXpp3Writer.
MavenXpp3Writer() - Constructor for class org.apache.maven.model.io.xpp3.MavenXpp3Writer
 
Model - Class in org.apache.maven.model
The <project> element is the root of the descriptor.
Model() - Constructor for class org.apache.maven.model.Model
 
ModelBase - Class in org.apache.maven.model
Base class for the Model and the Profile objects.
ModelBase() - Constructor for class org.apache.maven.model.ModelBase
 

N

Notifier - Class in org.apache.maven.model
Configures one method for notifying users/developers when a build breaks.
Notifier() - Constructor for class org.apache.maven.model.Notifier
 

O

org.apache.maven.model - package org.apache.maven.model
 
org.apache.maven.model.io.xpp3 - package org.apache.maven.model.io.xpp3
 
Organization - Class in org.apache.maven.model
Specifies the organization that produces this project.
Organization() - Constructor for class org.apache.maven.model.Organization
 

P

Parent - Class in org.apache.maven.model
The <parent> element contains informations required to the parent project.
Parent() - Constructor for class org.apache.maven.model.Parent
 
PatternSet - Class in org.apache.maven.model
Definition of include or exclude patterns.
PatternSet() - Constructor for class org.apache.maven.model.PatternSet
 
Plugin - Class in org.apache.maven.model
The <plugin> element contains informations required for a plugin.
Plugin() - Constructor for class org.apache.maven.model.Plugin
 
PluginConfiguration - Class in org.apache.maven.model
Contains the plugins management informations for the project.
PluginConfiguration() - Constructor for class org.apache.maven.model.PluginConfiguration
 
PluginContainer - Class in org.apache.maven.model
Contains the plugins informations for the project.
PluginContainer() - Constructor for class org.apache.maven.model.PluginContainer
 
PluginExecution - Class in org.apache.maven.model
The <execution> element contains informations required for the execution of a plugin.
PluginExecution() - Constructor for class org.apache.maven.model.PluginExecution
 
PluginManagement - Class in org.apache.maven.model
Section for management of default plugin information for use in a group of POMs.
PluginManagement() - Constructor for class org.apache.maven.model.PluginManagement
 
Prerequisites - Class in org.apache.maven.model
Describes the prerequisites a project can have.
Prerequisites() - Constructor for class org.apache.maven.model.Prerequisites
 
Profile - Class in org.apache.maven.model
Modifications to the build process which is activated based on environmental parameters or command line arguments.
Profile() - Constructor for class org.apache.maven.model.Profile
 

R

read(Reader, boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method read
read(Reader) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Method read
Relocation - Class in org.apache.maven.model
Describes where an artifact has moved to.
Relocation() - Constructor for class org.apache.maven.model.Relocation
 
removeContributor(Contributor) - Method in class org.apache.maven.model.Model
Method removeContributor
removeDependency(Dependency) - Method in class org.apache.maven.model.DependencyManagement
Method removeDependency
removeDependency(Dependency) - Method in class org.apache.maven.model.ModelBase
Method removeDependency
removeDependency(Dependency) - Method in class org.apache.maven.model.Plugin
Method removeDependency
removeDeveloper(Developer) - Method in class org.apache.maven.model.Model
Method removeDeveloper
removeExclude(String) - Method in class org.apache.maven.model.PatternSet
Method removeExclude
removeExclusion(Exclusion) - Method in class org.apache.maven.model.Dependency
Method removeExclusion
removeExecution(PluginExecution) - Method in class org.apache.maven.model.Plugin
Method removeExecution
removeExtension(Extension) - Method in class org.apache.maven.model.Build
Method removeExtension
removeFilter(String) - Method in class org.apache.maven.model.BuildBase
Method removeFilter
removeGoal(String) - Method in class org.apache.maven.model.PluginExecution
Method removeGoal
removeInclude(String) - Method in class org.apache.maven.model.PatternSet
Method removeInclude
removeLicense(License) - Method in class org.apache.maven.model.Model
Method removeLicense
removeMailingList(MailingList) - Method in class org.apache.maven.model.Model
Method removeMailingList
removeModule(String) - Method in class org.apache.maven.model.ModelBase
Method removeModule
removeNotifier(Notifier) - Method in class org.apache.maven.model.CiManagement
Method removeNotifier
removeOtherArchive(String) - Method in class org.apache.maven.model.MailingList
Method removeOtherArchive
removePlugin(Plugin) - Method in class org.apache.maven.model.PluginContainer
Method removePlugin
removePlugin(ReportPlugin) - Method in class org.apache.maven.model.Reporting
Method removePlugin
removePluginRepository(Repository) - Method in class org.apache.maven.model.ModelBase
Method removePluginRepository
removeProfile(Profile) - Method in class org.apache.maven.model.Model
Method removeProfile
removeReport(String) - Method in class org.apache.maven.model.ReportSet
Method removeReport
removeReportSet(ReportSet) - Method in class org.apache.maven.model.ReportPlugin
Method removeReportSet
removeRepository(Repository) - Method in class org.apache.maven.model.ModelBase
Method removeRepository
removeResource(Resource) - Method in class org.apache.maven.model.BuildBase
Method removeResource
removeRole(String) - Method in class org.apache.maven.model.Contributor
Method removeRole
removeTestResource(Resource) - Method in class org.apache.maven.model.BuildBase
Method removeTestResource
Reporting - Class in org.apache.maven.model
Section for management of reports and their configuration.
Reporting() - Constructor for class org.apache.maven.model.Reporting
 
ReportPlugin - Class in org.apache.maven.model
The <plugin> element contains informations required for a report plugin.
ReportPlugin() - Constructor for class org.apache.maven.model.ReportPlugin
 
ReportSet - Class in org.apache.maven.model
Represents a set of reports and configuration to be used to generate them.
ReportSet() - Constructor for class org.apache.maven.model.ReportSet
 
Repository - Class in org.apache.maven.model
A repository contains the information needed for establishing connections with remote repository.
Repository() - Constructor for class org.apache.maven.model.Repository
 
RepositoryBase - Class in org.apache.maven.model
A repository contains the information needed for establishing connections with remote repository.
RepositoryBase() - Constructor for class org.apache.maven.model.RepositoryBase
 
RepositoryPolicy - Class in org.apache.maven.model
Download policy.
RepositoryPolicy() - Constructor for class org.apache.maven.model.RepositoryPolicy
 
Resource - Class in org.apache.maven.model
This element describes all of the classpath resources associated with a project or unit tests.
Resource() - Constructor for class org.apache.maven.model.Resource
 

S

Scm - Class in org.apache.maven.model
The <scm> element contains informations required to the SCM (Source Control Management) of the project.
Scm() - Constructor for class org.apache.maven.model.Scm
 
setActivation(Activation) - Method in class org.apache.maven.model.Profile
Set The conditional logic which will automatically trigger the inclusion of this profile.
setActiveByDefault(boolean) - Method in class org.apache.maven.model.Activation
Set Flag specifying whether this profile is active by default.
setAddDefaultEntities(boolean) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Reader
Returns the state of the "add default entities" flag.
setAddress(String) - Method in class org.apache.maven.model.Notifier
Set Deprecated.
setArch(String) - Method in class org.apache.maven.model.ActivationOS
Set The architecture of the operating system to be used to activate the profile.
setArchive(String) - Method in class org.apache.maven.model.MailingList
Set The link to a URL where you can browse the mailing list archive.
setArtifactId(String) - Method in class org.apache.maven.model.Dependency
Set The unique id for an artifact produced by the project group, e.g.
setArtifactId(String) - Method in class org.apache.maven.model.Exclusion
Set The artifact ID of the project to exclude.
setArtifactId(String) - Method in class org.apache.maven.model.Extension
Set The artifact ID of the extension.
setArtifactId(String) - Method in class org.apache.maven.model.Model
Set The identifier for this artifact that is unique within the group given by the group ID.
setArtifactId(String) - Method in class org.apache.maven.model.Parent
Set The artifact id of the parent project to inherit from.
setArtifactId(String) - Method in class org.apache.maven.model.Plugin
Set The artifact ID of the plugin in the repository.
setArtifactId(String) - Method in class org.apache.maven.model.Relocation
Set The new artifact ID of the artifact.
setArtifactId(String) - Method in class org.apache.maven.model.ReportPlugin
Set The artifact ID of the reporting plugin in the repository.
setBuild(Build) - Method in class org.apache.maven.model.Model
Set Information required to build the project.
setBuild(BuildBase) - Method in class org.apache.maven.model.Profile
Set Information required to build the project.
setChecksumPolicy(String) - Method in class org.apache.maven.model.RepositoryPolicy
Set What to do when verification of an artifact checksum fails.
setCiManagement(CiManagement) - Method in class org.apache.maven.model.Model
Set The project's continuous integration information.
setClassifier(String) - Method in class org.apache.maven.model.Dependency
Set The classifier of the dependency.
setComments(String) - Method in class org.apache.maven.model.License
Set Addendum information pertaining to this license.
setConfiguration(Object) - Method in class org.apache.maven.model.ConfigurationContainer
Set The configuration as DOM object.
setConfiguration(Properties) - Method in class org.apache.maven.model.Notifier
Set Extended configuration specific to this notifier goes here.
setConfiguration(Object) - Method in class org.apache.maven.model.ReportPlugin
Set The configuration of the reporting plugin.
setConfiguration(Object) - Method in class org.apache.maven.model.ReportSet
Set Configuration of the report to be used when generating this set.
setConnection(String) - Method in class org.apache.maven.model.Scm
Set The source control management system URL that describes the repository and how to connect to the repository.
setContributors(List) - Method in class org.apache.maven.model.Model
Set Describes the contributors to a project that are not yet committers.
setDefaultGoal(String) - Method in class org.apache.maven.model.BuildBase
Set The default goal (or phase in Maven 2) to execute when none is specified for the project.
setDependencies(List) - Method in class org.apache.maven.model.DependencyManagement
Set The dependencies specified here are not used until they are referenced in a POM within the group.
setDependencies(List) - Method in class org.apache.maven.model.ModelBase
Set This element describes all of the dependencies associated with a project.
setDependencies(List) - Method in class org.apache.maven.model.Plugin
Set Additional dependencies that this project needs to introduce to the plugin's classloader.
setDependencyManagement(DependencyManagement) - Method in class org.apache.maven.model.ModelBase
Set Default dependency information for projects that inherit from this one.
setDescription(String) - Method in class org.apache.maven.model.Model
Set A detailed description of the project, used by Maven whenever it needs to describe the project, such as on the web site.
setDeveloperConnection(String) - Method in class org.apache.maven.model.Scm
Set Just like connection, but for developers, i.e.
setDevelopers(List) - Method in class org.apache.maven.model.Model
Set Describes the committers of a project.
setDirectory(String) - Method in class org.apache.maven.model.BuildBase
Set The directory where all files generated by the build are placed.
setDirectory(String) - Method in class org.apache.maven.model.FileSet
Set Describe the directory where the resources are stored.
setDistribution(String) - Method in class org.apache.maven.model.License
Set The primary method by which this project may be distributed.
setDistributionManagement(DistributionManagement) - Method in class org.apache.maven.model.ModelBase
Set Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.
setDownloadUrl(String) - Method in class org.apache.maven.model.DistributionManagement
Set The URL of the project's download page.
setEmail(String) - Method in class org.apache.maven.model.Contributor
Set The email address of the contributor.
setEnabled(boolean) - Method in class org.apache.maven.model.RepositoryPolicy
Set Whether to use this repository for downloading this type of artifact.
setExcludeDefaults(boolean) - Method in class org.apache.maven.model.Reporting
Set If true, then the default reports are not included in the site generation.
setExcludes(List) - Method in class org.apache.maven.model.PatternSet
Set A list of patterns to exclude, e.g.
setExclusions(List) - Method in class org.apache.maven.model.Dependency
Set Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.
setExecutions(List) - Method in class org.apache.maven.model.Plugin
Set Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) different configuration.
setExists(String) - Method in class org.apache.maven.model.ActivationFile
Set The name of the file that must exist to activate the profile.
setExtensions(List) - Method in class org.apache.maven.model.Build
Set A set of build extensions to use from this project.
setExtensions(boolean) - Method in class org.apache.maven.model.Plugin
Set Whether to load Maven extensions (such as packaging and type handlers) from this plugin.
setFamily(String) - Method in class org.apache.maven.model.ActivationOS
Set The general family of the OS to be used to activate the profile, such as windows or unix.
setFile(ActivationFile) - Method in class org.apache.maven.model.Activation
Set Specifies that this profile will be activated based on existence of a file.
setFiltering(boolean) - Method in class org.apache.maven.model.Resource
Set Whether resources are filtered to replace tokens with parameterised values or not.
setFilters(List) - Method in class org.apache.maven.model.BuildBase
Set The list of filter properties files that are used when filtering is enabled.
setFinalName(String) - Method in class org.apache.maven.model.BuildBase
Set The filename (excluding the extension, and with no path information) that the produced artifact will be called.
setGoals(Object) - Method in class org.apache.maven.model.Plugin
Set Deprecated.
setGoals(List) - Method in class org.apache.maven.model.PluginExecution
Set The goals to execute with the given configuration.
setGroupId(String) - Method in class org.apache.maven.model.Dependency
Set The project group that produced the dependency, e.g.
setGroupId(String) - Method in class org.apache.maven.model.Exclusion
Set The group ID of the project to exclude.
setGroupId(String) - Method in class org.apache.maven.model.Extension
Set The group ID of the extension's artifact.
setGroupId(String) - Method in class org.apache.maven.model.Model
Set A universally unique identifier for a project.
setGroupId(String) - Method in class org.apache.maven.model.Parent
Set The group id of the parent project to inherit from.
setGroupId(String) - Method in class org.apache.maven.model.Plugin
Set The group ID of the plugin in the repository.
setGroupId(String) - Method in class org.apache.maven.model.Relocation
Set The group ID the artifact has moved to.
setGroupId(String) - Method in class org.apache.maven.model.ReportPlugin
Set The group ID of the reporting plugin in the repository.
setId(String) - Method in class org.apache.maven.model.Developer
Set The unique ID of the developer in the SCM.
setId(String) - Method in class org.apache.maven.model.PluginExecution
Set The identifier of this execution for labelling the goals during the build, and for matching exections to merge during inheritance.
setId(String) - Method in class org.apache.maven.model.Profile
Set The identifier of this build profile.
setId(String) - Method in class org.apache.maven.model.ReportSet
Set The unique id for this report set, to be used during POM inheritance.
setId(String) - Method in class org.apache.maven.model.RepositoryBase
Set A unique identifier for a repository.
setId(String) - Method in class org.apache.maven.model.Site
Set A unique identifier for a deployment location.
setInceptionYear(String) - Method in class org.apache.maven.model.Model
Set The year of the project's inception, specified with 4 digits.
setIncludes(List) - Method in class org.apache.maven.model.PatternSet
Set A list of patterns to include, e.g.
setInherited(String) - Method in class org.apache.maven.model.ConfigurationContainer
Set Whether any configuration should be propagated to child POMs.
setInherited(String) - Method in class org.apache.maven.model.ReportPlugin
Set Whether the configuration in this plugin should be made available to projects that inherit from this one.
setInherited(String) - Method in class org.apache.maven.model.ReportSet
Set Whether any configuration should be propagated to child POMs.
setIssueManagement(IssueManagement) - Method in class org.apache.maven.model.Model
Set The project's issue management system information.
setJdk(String) - Method in class org.apache.maven.model.Activation
Set Specifies that this profile will be activated when a matching JDK is detected.
setLayout(String) - Method in class org.apache.maven.model.RepositoryBase
Set The type of layout this repository uses for locating and storing artifacts - can be legacy or default.
setLicenses(List) - Method in class org.apache.maven.model.Model
Set This element describes all of the licenses for this project.
setMailingLists(List) - Method in class org.apache.maven.model.Model
Set Contains information about a project's mailing lists.
setMaven(String) - Method in class org.apache.maven.model.Prerequisites
Set The minimum version of Maven required to build the project, or to use this plugin.
setMessage(String) - Method in class org.apache.maven.model.Relocation
Set An additional message to show the user about the move, such as the reason.
setMissing(String) - Method in class org.apache.maven.model.ActivationFile
Set The name of the file that must be missing to activate the profile.
setModelEncoding(String) - Method in class org.apache.maven.model.Activation
 
setModelEncoding(String) - Method in class org.apache.maven.model.ActivationFile
 
setModelEncoding(String) - Method in class org.apache.maven.model.ActivationOS
 
setModelEncoding(String) - Method in class org.apache.maven.model.ActivationProperty
 
setModelEncoding(String) - Method in class org.apache.maven.model.Build
 
setModelEncoding(String) - Method in class org.apache.maven.model.BuildBase
 
setModelEncoding(String) - Method in class org.apache.maven.model.CiManagement
 
setModelEncoding(String) - Method in class org.apache.maven.model.ConfigurationContainer
 
setModelEncoding(String) - Method in class org.apache.maven.model.Contributor
 
setModelEncoding(String) - Method in class org.apache.maven.model.Dependency
 
setModelEncoding(String) - Method in class org.apache.maven.model.DependencyManagement
 
setModelEncoding(String) - Method in class org.apache.maven.model.DeploymentRepository
 
setModelEncoding(String) - Method in class org.apache.maven.model.Developer
 
setModelEncoding(String) - Method in class org.apache.maven.model.DistributionManagement
 
setModelEncoding(String) - Method in class org.apache.maven.model.Exclusion
 
setModelEncoding(String) - Method in class org.apache.maven.model.Extension
 
setModelEncoding(String) - Method in class org.apache.maven.model.FileSet
 
setModelEncoding(String) - Method in class org.apache.maven.model.IssueManagement
 
setModelEncoding(String) - Method in class org.apache.maven.model.License
 
setModelEncoding(String) - Method in class org.apache.maven.model.MailingList
 
setModelEncoding(String) - Method in class org.apache.maven.model.Model
 
setModelEncoding(String) - Method in class org.apache.maven.model.ModelBase
 
setModelEncoding(String) - Method in class org.apache.maven.model.Notifier
 
setModelEncoding(String) - Method in class org.apache.maven.model.Organization
 
setModelEncoding(String) - Method in class org.apache.maven.model.Parent
 
setModelEncoding(String) - Method in class org.apache.maven.model.PatternSet
 
setModelEncoding(String) - Method in class org.apache.maven.model.Plugin
 
setModelEncoding(String) - Method in class org.apache.maven.model.PluginConfiguration
 
setModelEncoding(String) - Method in class org.apache.maven.model.PluginContainer
 
setModelEncoding(String) - Method in class org.apache.maven.model.PluginExecution
 
setModelEncoding(String) - Method in class org.apache.maven.model.PluginManagement
 
setModelEncoding(String) - Method in class org.apache.maven.model.Prerequisites
 
setModelEncoding(String) - Method in class org.apache.maven.model.Profile
 
setModelEncoding(String) - Method in class org.apache.maven.model.Relocation
 
setModelEncoding(String) - Method in class org.apache.maven.model.Reporting
 
setModelEncoding(String) - Method in class org.apache.maven.model.ReportPlugin
 
setModelEncoding(String) - Method in class org.apache.maven.model.ReportSet
 
setModelEncoding(String) - Method in class org.apache.maven.model.Repository
 
setModelEncoding(String) - Method in class org.apache.maven.model.RepositoryBase
 
setModelEncoding(String) - Method in class org.apache.maven.model.RepositoryPolicy
 
setModelEncoding(String) - Method in class org.apache.maven.model.Resource
 
setModelEncoding(String) - Method in class org.apache.maven.model.Scm
 
setModelEncoding(String) - Method in class org.apache.maven.model.Site
 
setModelVersion(String) - Method in class org.apache.maven.model.Model
Set Declares to which version of project descriptor this POM conforms.
setModules(List) - Method in class org.apache.maven.model.ModelBase
Set The modules (sometimes called subprojects) to build as a part of this project.
setName(String) - Method in class org.apache.maven.model.ActivationOS
Set The name of the operating system to be used to activate the profile.
setName(String) - Method in class org.apache.maven.model.ActivationProperty
Set The name of the property to be used to activate a profile.
setName(String) - Method in class org.apache.maven.model.Contributor
Set The full name of the contributor.
setName(String) - Method in class org.apache.maven.model.License
Set The full legal name of the license.
setName(String) - Method in class org.apache.maven.model.MailingList
Set The name of the mailing list.
setName(String) - Method in class org.apache.maven.model.Model
Set The full name of the project.
setName(String) - Method in class org.apache.maven.model.Organization
Set The full name of the organization.
setName(String) - Method in class org.apache.maven.model.RepositoryBase
Set Human readable name of the repository.
setName(String) - Method in class org.apache.maven.model.Site
Set Human readable name of the deployment location.
setNotifiers(List) - Method in class org.apache.maven.model.CiManagement
Set Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
setOptional(boolean) - Method in class org.apache.maven.model.Dependency
Set Indicates the dependency is optional for use of this library.
setOrganization(String) - Method in class org.apache.maven.model.Contributor
Set The organization to which the contributor belongs.
setOrganization(Organization) - Method in class org.apache.maven.model.Model
Set This element describes various attributes of the organization to which the project belongs.
setOrganizationUrl(String) - Method in class org.apache.maven.model.Contributor
Set The URL of the organization.
setOs(ActivationOS) - Method in class org.apache.maven.model.Activation
Set Specifies that this profile will be activated when matching operating system attributes are detected.
setOtherArchives(List) - Method in class org.apache.maven.model.MailingList
Set The link to alternate URLs where you can browse the list archive.
setOutputDirectory(String) - Method in class org.apache.maven.model.Build
Set The directory where compiled application classes are placed.
setOutputDirectory(String) - Method in class org.apache.maven.model.Reporting
Set Where to store all of the generated reports.
setPackaging(String) - Method in class org.apache.maven.model.Model
Set The type of artifact this project produces, for example jar war ear pom.
setParent(Parent) - Method in class org.apache.maven.model.Model
Set The location of the parent project, if one exists.
setPhase(String) - Method in class org.apache.maven.model.PluginExecution
Set The build lifecycle phase to bind the goals in this execution to.
setPluginManagement(PluginManagement) - Method in class org.apache.maven.model.PluginConfiguration
Set Default plugin information to be made available for reference by projects derived from this one.
setPluginRepositories(List) - Method in class org.apache.maven.model.ModelBase
Set The lists of the remote repositories for discovering plugins for builds and reports.
setPlugins(List) - Method in class org.apache.maven.model.PluginContainer
Set The list of plugins to use.
setPlugins(List) - Method in class org.apache.maven.model.Reporting
Set The reporting plugins to use and their configuration.
setPost(String) - Method in class org.apache.maven.model.MailingList
Set The email address or link that can be used to post to the mailing list.
setPrerequisites(Prerequisites) - Method in class org.apache.maven.model.Model
Set Describes the prerequisites in the build environment for this project.
setProfiles(List) - Method in class org.apache.maven.model.Model
Set A listing of project-local build profiles which will modify the build process when activated.
setProperties(Properties) - Method in class org.apache.maven.model.Contributor
Set Properties about the contributor, such as an instant messenger handle.
setProperties(Properties) - Method in class org.apache.maven.model.ModelBase
Set Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled.
setProperty(ActivationProperty) - Method in class org.apache.maven.model.Activation
Set Specifies that this profile will be activated when this system property is specified.
setRelativePath(String) - Method in class org.apache.maven.model.Parent
Set The relative path of the parent pom.xml file within the check out.
setReleases(RepositoryPolicy) - Method in class org.apache.maven.model.Repository
Set How to handle downloading of releases from this repository.
setRelocation(Relocation) - Method in class org.apache.maven.model.DistributionManagement
Set Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
setReporting(Reporting) - Method in class org.apache.maven.model.ModelBase
Set This element includes the specification of report plugins to use to generate the reports on the Maven-generated site.
setReports(Object) - Method in class org.apache.maven.model.ModelBase
Set Deprecated.
setReports(List) - Method in class org.apache.maven.model.ReportSet
Set The list of reports from this plugin which should be generated from this set.
setReportSets(List) - Method in class org.apache.maven.model.ReportPlugin
Set Multiple specifications of a set of reports, each having (possibly) different configuration.
setRepositories(List) - Method in class org.apache.maven.model.ModelBase
Set The lists of the remote repositories for discovering dependencies and extensions.
setRepository(DeploymentRepository) - Method in class org.apache.maven.model.DistributionManagement
Set Information needed to deploy the artifacts generated by the project to a remote repository.
setResources(List) - Method in class org.apache.maven.model.BuildBase
Set This element describes all of the classpath resources such as properties files associated with a project.
setRoles(List) - Method in class org.apache.maven.model.Contributor
Set The roles the contributor plays in the project.
setScm(Scm) - Method in class org.apache.maven.model.Model
Set Specification for the SCM used by the project, such as CVS, Subversion, etc.
setScope(String) - Method in class org.apache.maven.model.Dependency
Set The scope of the dependency - compile, runtime, test, system, and provided.
setScriptSourceDirectory(String) - Method in class org.apache.maven.model.Build
Set This element specifies a directory containing the script sources of the project.
setSendOnError(boolean) - Method in class org.apache.maven.model.Notifier
Set Whether to send notifications on error.
setSendOnFailure(boolean) - Method in class org.apache.maven.model.Notifier
Set Whether to send notifications on failure.
setSendOnSuccess(boolean) - Method in class org.apache.maven.model.Notifier
Set Whether to send notifications on success.
setSendOnWarning(boolean) - Method in class org.apache.maven.model.Notifier
Set Whether to send notifications on warning.
setSite(Site) - Method in class org.apache.maven.model.DistributionManagement
Set Information needed for deploying the web site of the project.
setSnapshotRepository(DeploymentRepository) - Method in class org.apache.maven.model.DistributionManagement
Set Where to deploy snapshots of artifacts to.
setSnapshots(RepositoryPolicy) - Method in class org.apache.maven.model.Repository
Set How to handle downloading of snapshots from this repository.
setSource(String) - Method in class org.apache.maven.model.Profile
 
setSourceDirectory(String) - Method in class org.apache.maven.model.Build
Set This element specifies a directory containing the source of the project.
setStatus(String) - Method in class org.apache.maven.model.DistributionManagement
Set Gives the status of this artifact in the remote repository.
setSubscribe(String) - Method in class org.apache.maven.model.MailingList
Set The email address or link that can be used to subscribe to the mailing list.
setSystem(String) - Method in class org.apache.maven.model.CiManagement
Set The name of the continuous integration system, e.g.
setSystem(String) - Method in class org.apache.maven.model.IssueManagement
Set The name of the issue management system, e.g.
setSystemPath(String) - Method in class org.apache.maven.model.Dependency
Set FOR SYSTEM SCOPE ONLY.
setTag(String) - Method in class org.apache.maven.model.Scm
Set The tag of current code.
setTargetPath(String) - Method in class org.apache.maven.model.Resource
Set Describe the resource target path.
setTestOutputDirectory(String) - Method in class org.apache.maven.model.Build
Set The directory where compiled test classes are placed.
setTestResources(List) - Method in class org.apache.maven.model.BuildBase
Set This element describes all of the classpath resources such as properties files associated with a project's unit tests.
setTestSourceDirectory(String) - Method in class org.apache.maven.model.Build
Set This element specifies a directory containing the unit test source of the project.
setTimezone(String) - Method in class org.apache.maven.model.Contributor
Set The timezone the contributor is in.
setType(String) - Method in class org.apache.maven.model.Dependency
Set The type of dependency.
setType(String) - Method in class org.apache.maven.model.Notifier
Set The mechanism used to deliver notifications.
setUniqueVersion(boolean) - Method in class org.apache.maven.model.DeploymentRepository
Set Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time
setUnsubscribe(String) - Method in class org.apache.maven.model.MailingList
Set The email address or link that can be used to unsubscribe to the mailing list.
setUpdatePolicy(String) - Method in class org.apache.maven.model.RepositoryPolicy
Set The frequency for downloading updates - can be always, daily (default), interval:XXX (in minutes) or never (only if it doesn't exist locally).
setUrl(String) - Method in class org.apache.maven.model.CiManagement
Set URL for the continuous integration system used by the project if it has a web interface.
setUrl(String) - Method in class org.apache.maven.model.Contributor
Set The URL for the homepage of the contributor.
setUrl(String) - Method in class org.apache.maven.model.IssueManagement
Set URL for the issue management system used by the project.
setUrl(String) - Method in class org.apache.maven.model.License
Set The official url for the license text.
setUrl(String) - Method in class org.apache.maven.model.Model
Set The URL to the project's homepage.
setUrl(String) - Method in class org.apache.maven.model.Organization
Set The URL to the organization's home page.
setUrl(String) - Method in class org.apache.maven.model.RepositoryBase
Set The url of the repository, in the form protocol://hostname/path.
setUrl(String) - Method in class org.apache.maven.model.Scm
Set The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
setUrl(String) - Method in class org.apache.maven.model.Site
Set The url of the location where website is deployed, in the form protocol://hostname/path.
setValue(String) - Method in class org.apache.maven.model.ActivationProperty
Set The value of the property required to activate a profile.
setVersion(String) - Method in class org.apache.maven.model.ActivationOS
Set The version of the operating system to be used to activate the profile.
setVersion(String) - Method in class org.apache.maven.model.Dependency
Set The version of the dependency, e.g.
setVersion(String) - Method in class org.apache.maven.model.Extension
Set The version of the extension.
setVersion(String) - Method in class org.apache.maven.model.Model
Set The current version of the artifact produced by this project.
setVersion(String) - Method in class org.apache.maven.model.Parent
Set The version of the parent project to inherit.
setVersion(String) - Method in class org.apache.maven.model.Plugin
Set The version (or valid range of verisons) of the plugin to be used.
setVersion(String) - Method in class org.apache.maven.model.Relocation
Set The new version of the artifact.
setVersion(String) - Method in class org.apache.maven.model.ReportPlugin
Set The version of the reporting plugin to be used.
Site - Class in org.apache.maven.model
Contains the information needed for deploying websites.
Site() - Constructor for class org.apache.maven.model.Site
 

T

toString() - Method in class org.apache.maven.model.Dependency
 
toString() - Method in class org.apache.maven.model.Plugin
 
toString() - Method in class org.apache.maven.model.Profile
 

U

unsetInheritanceApplied() - Method in class org.apache.maven.model.ConfigurationContainer
 
unsetInheritanceApplied() - Method in class org.apache.maven.model.ReportPlugin
 
unsetInheritanceApplied() - Method in class org.apache.maven.model.ReportSet
 

W

write(Writer, Model) - Method in class org.apache.maven.model.io.xpp3.MavenXpp3Writer
Method write

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

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