A B C D E G I M O P R S W

A

Activation - Class in org.apache.maven.profiles
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
Activation() - Constructor for class org.apache.maven.profiles.Activation
 
ActivationFile - Class in org.apache.maven.profiles
This is the file specification used to activate a profile.
ActivationFile() - Constructor for class org.apache.maven.profiles.ActivationFile
 
ActivationOS - Class in org.apache.maven.profiles
This is an activator which will detect an operating system's attributes in order to activate its profile.
ActivationOS() - Constructor for class org.apache.maven.profiles.ActivationOS
 
ActivationProperty - Class in org.apache.maven.profiles
This is the property specification used to activate a profile.
ActivationProperty() - Constructor for class org.apache.maven.profiles.ActivationProperty
 
addActiveProfile(String) - Method in class org.apache.maven.profiles.ProfilesRoot
Method addActiveProfile
addPluginRepository(Repository) - Method in class org.apache.maven.profiles.Profile
Method addPluginRepository
addProfile(Profile) - Method in class org.apache.maven.profiles.ProfilesRoot
Method addProfile
addProperty(String, String) - Method in class org.apache.maven.profiles.Profile
Method addProperty
addRepository(Repository) - Method in class org.apache.maven.profiles.Profile
Method addRepository
AlwaysOnActivation - Class in org.apache.maven.profiles
 
AlwaysOnActivation() - Constructor for class org.apache.maven.profiles.AlwaysOnActivation
 

B

buildProfiles(File) - Method in class org.apache.maven.profiles.DefaultMavenProfilesBuilder
 
buildProfiles(File) - Method in interface org.apache.maven.profiles.MavenProfilesBuilder
 

C

convertFromProfileXmlProfile(Profile) - Static method in class org.apache.maven.profiles.ProfilesConversionUtils
 

D

DefaultMavenProfilesBuilder - Class in org.apache.maven.profiles
 
DefaultMavenProfilesBuilder() - Constructor for class org.apache.maven.profiles.DefaultMavenProfilesBuilder
 

E

equals(Object) - Method in class org.apache.maven.profiles.Repository
 
equals(Object) - Method in class org.apache.maven.profiles.RepositoryBase
 

G

getActivation() - Method in class org.apache.maven.profiles.Profile
Get The conditional logic which will automatically trigger the inclusion of this profile.
getActiveProfiles() - Method in class org.apache.maven.profiles.ProfilesRoot
Method getActiveProfiles
getAddDefaultEntities() - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getAddDefaultEntities
getArch() - Method in class org.apache.maven.profiles.ActivationOS
Get The architecture of the OS to be used to activate a profile
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getBooleanValue
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getCharacterValue
getChecksumPolicy() - Method in class org.apache.maven.profiles.RepositoryPolicy
Get What to do when verification of an artifact checksum fails - warn, fail, etc.
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getDateValue
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getDoubleValue
getExists() - Method in class org.apache.maven.profiles.ActivationFile
Get The name of the file that should exist to activate a profile
getFamily() - Method in class org.apache.maven.profiles.ActivationOS
Get The general family of the OS to be used to activate a profile (e.g.
getFile() - Method in class org.apache.maven.profiles.Activation
Get Specifies that this profile will be activated based on existence of a file.
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getFloatValue
getId() - Method in class org.apache.maven.profiles.Profile
Get The ID of this build profile, for activation purposes.
getId() - Method in class org.apache.maven.profiles.RepositoryBase
Get A unique identifier for a repository.
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getIntegerValue
getJdk() - Method in class org.apache.maven.profiles.Activation
Get Specifies that this profile will be activated when a matching JDK is detected.
getLayout() - Method in class org.apache.maven.profiles.RepositoryBase
Get The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getLongValue
getMissing() - Method in class org.apache.maven.profiles.ActivationFile
Get The name of the file that should be missing to activate a profile
getModelEncoding() - Method in class org.apache.maven.profiles.Activation
 
getModelEncoding() - Method in class org.apache.maven.profiles.ActivationFile
 
getModelEncoding() - Method in class org.apache.maven.profiles.ActivationOS
 
getModelEncoding() - Method in class org.apache.maven.profiles.ActivationProperty
 
getModelEncoding() - Method in class org.apache.maven.profiles.Profile
 
getModelEncoding() - Method in class org.apache.maven.profiles.ProfilesRoot
 
getModelEncoding() - Method in class org.apache.maven.profiles.Repository
 
getModelEncoding() - Method in class org.apache.maven.profiles.RepositoryBase
 
getModelEncoding() - Method in class org.apache.maven.profiles.RepositoryPolicy
 
getName() - Method in class org.apache.maven.profiles.ActivationOS
Get The name of the OS to be used to activate a profile
getName() - Method in class org.apache.maven.profiles.ActivationProperty
Get The name of the property to be used to activate a profile
getName() - Method in class org.apache.maven.profiles.RepositoryBase
Get Human readable name of the repository
getOs() - Method in class org.apache.maven.profiles.Activation
Get Specifies that this profile will be activated when matching OS attributes are detected.
getPluginRepositories() - Method in class org.apache.maven.profiles.Profile
Method getPluginRepositories
getProfiles() - Method in class org.apache.maven.profiles.ProfilesRoot
Method getProfiles
getProperties() - Method in class org.apache.maven.profiles.Profile
Method getProperties
getProperty() - Method in class org.apache.maven.profiles.Activation
Get Specifies that this profile will be activated when this System property is specified.
getReleases() - Method in class org.apache.maven.profiles.Repository
Get How to handle downloading of releases from this repositor
getRepositories() - Method in class org.apache.maven.profiles.Profile
Method getRepositories
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getRequiredAttributeValue
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getShortValue
getSnapshots() - Method in class org.apache.maven.profiles.Repository
Get How to handle downloading of snapshots from this repository
getTrimmedValue(String) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method getTrimmedValue
getUpdatePolicy() - Method in class org.apache.maven.profiles.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.profiles.RepositoryBase
Get The url of the repository
getValue() - Method in class org.apache.maven.profiles.ActivationProperty
Get The value of the property to be used to activate a profil
getVersion() - Method in class org.apache.maven.profiles.ActivationOS
Get The version of the OS to be used to activate a profile

I

isActiveByDefault() - Method in class org.apache.maven.profiles.Activation
Get Flag specifying whether this profile is active as a default.
isEnabled() - Method in class org.apache.maven.profiles.RepositoryPolicy
Get Whether to use this repository for downloading this type of artifact

M

MavenProfilesBuilder - Interface in org.apache.maven.profiles
 

O

org.apache.maven.profiles - package org.apache.maven.profiles
 
org.apache.maven.profiles.io.xpp3 - package org.apache.maven.profiles.io.xpp3
 

P

Profile - Class in org.apache.maven.profiles
Modifications to the build process which is keyed on some sort of environmental parameter.
Profile() - Constructor for class org.apache.maven.profiles.Profile
 
ProfilesConversionUtils - Class in org.apache.maven.profiles
 
ProfilesRoot - Class in org.apache.maven.profiles
Root element of the profiles.xml file.
ProfilesRoot() - Constructor for class org.apache.maven.profiles.ProfilesRoot
 
ProfilesXpp3Reader - Class in org.apache.maven.profiles.io.xpp3
Class ProfilesXpp3Reader.
ProfilesXpp3Reader() - Constructor for class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
 
ProfilesXpp3Writer - Class in org.apache.maven.profiles.io.xpp3
Class ProfilesXpp3Writer.
ProfilesXpp3Writer() - Constructor for class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer
 

R

read(Reader, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method read
read(Reader) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method read
removeActiveProfile(String) - Method in class org.apache.maven.profiles.ProfilesRoot
Method removeActiveProfile
removePluginRepository(Repository) - Method in class org.apache.maven.profiles.Profile
Method removePluginRepository
removeProfile(Profile) - Method in class org.apache.maven.profiles.ProfilesRoot
Method removeProfile
removeRepository(Repository) - Method in class org.apache.maven.profiles.Profile
Method removeRepository
Repository - Class in org.apache.maven.profiles
Repository contains the information needed for establishing connections with remote repoistory
Repository() - Constructor for class org.apache.maven.profiles.Repository
 
RepositoryBase - Class in org.apache.maven.profiles
Repository contains the information needed for establishing connections with remote repoistory
RepositoryBase() - Constructor for class org.apache.maven.profiles.RepositoryBase
 
RepositoryPolicy - Class in org.apache.maven.profiles
Download policy
RepositoryPolicy() - Constructor for class org.apache.maven.profiles.RepositoryPolicy
 
ROLE - Static variable in interface org.apache.maven.profiles.MavenProfilesBuilder
 

S

setActivation(Activation) - Method in class org.apache.maven.profiles.Profile
Set The conditional logic which will automatically trigger the inclusion of this profile.
setActiveByDefault(boolean) - Method in class org.apache.maven.profiles.Activation
Set Flag specifying whether this profile is active as a default.
setActiveProfiles(List) - Method in class org.apache.maven.profiles.ProfilesRoot
Set List of manually-activated build profiles, specified in the order in which they should be applied.
setAddDefaultEntities(boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Returns the state of the "add default entities" flag.
setArch(String) - Method in class org.apache.maven.profiles.ActivationOS
Set The architecture of the OS to be used to activate a profile
setChecksumPolicy(String) - Method in class org.apache.maven.profiles.RepositoryPolicy
Set What to do when verification of an artifact checksum fails - warn, fail, etc.
setEnabled(boolean) - Method in class org.apache.maven.profiles.RepositoryPolicy
Set Whether to use this repository for downloading this type of artifact
setExists(String) - Method in class org.apache.maven.profiles.ActivationFile
Set The name of the file that should exist to activate a profile
setFamily(String) - Method in class org.apache.maven.profiles.ActivationOS
Set The general family of the OS to be used to activate a profile (e.g.
setFile(ActivationFile) - Method in class org.apache.maven.profiles.Activation
Set Specifies that this profile will be activated based on existence of a file.
setId(String) - Method in class org.apache.maven.profiles.Profile
Set The ID of this build profile, for activation purposes.
setId(String) - Method in class org.apache.maven.profiles.RepositoryBase
Set A unique identifier for a repository.
setJdk(String) - Method in class org.apache.maven.profiles.Activation
Set Specifies that this profile will be activated when a matching JDK is detected.
setLayout(String) - Method in class org.apache.maven.profiles.RepositoryBase
Set The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".
setMissing(String) - Method in class org.apache.maven.profiles.ActivationFile
Set The name of the file that should be missing to activate a profile
setModelEncoding(String) - Method in class org.apache.maven.profiles.Activation
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.ActivationFile
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.ActivationOS
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.ActivationProperty
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.Profile
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.ProfilesRoot
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.Repository
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.RepositoryBase
 
setModelEncoding(String) - Method in class org.apache.maven.profiles.RepositoryPolicy
 
setName(String) - Method in class org.apache.maven.profiles.ActivationOS
Set The name of the OS to be used to activate a profile
setName(String) - Method in class org.apache.maven.profiles.ActivationProperty
Set The name of the property to be used to activate a profile
setName(String) - Method in class org.apache.maven.profiles.RepositoryBase
Set Human readable name of the repository
setOs(ActivationOS) - Method in class org.apache.maven.profiles.Activation
Set Specifies that this profile will be activated when matching OS attributes are detected.
setPluginRepositories(List) - Method in class org.apache.maven.profiles.Profile
Set The lists of the remote repositories for discovering plugins
setProfiles(List) - Method in class org.apache.maven.profiles.ProfilesRoot
Set Configuration of build profiles for adjusting the build according to environmental parameters
setProperties(Properties) - Method in class org.apache.maven.profiles.Profile
Set Extended configuration specific to this profile goes here.
setProperty(ActivationProperty) - Method in class org.apache.maven.profiles.Activation
Set Specifies that this profile will be activated when this System property is specified.
setReleases(RepositoryPolicy) - Method in class org.apache.maven.profiles.Repository
Set How to handle downloading of releases from this repository
setRepositories(List) - Method in class org.apache.maven.profiles.Profile
Set The lists of the remote repositories
setSnapshots(RepositoryPolicy) - Method in class org.apache.maven.profiles.Repository
Set How to handle downloading of snapshots from this repository
setUpdatePolicy(String) - Method in class org.apache.maven.profiles.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.profiles.RepositoryBase
Set The url of the repository
setValue(String) - Method in class org.apache.maven.profiles.ActivationProperty
Set The value of the property to be used to activate a profile
setVersion(String) - Method in class org.apache.maven.profiles.ActivationOS
Set The version of the OS to be used to activate a profile

W

write(Writer, ProfilesRoot) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer
Method write

A B C D E G I M O P R S W

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