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
Returns the state of the "add default entities" flag.
getArch() - Method in class org.apache.maven.profiles.ActivationOS
Get the architecture of the OS to be used to activate a profile.
getChecksumPolicy() - Method in class org.apache.maven.profiles.RepositoryPolicy
Get what to do when verification of an artifact checksum fails - warn, fail, etc.
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.
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.
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".
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.ProfilesRoot
Method getModelEncoding.
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 repository.
getRepositories() - Method in class org.apache.maven.profiles.Profile
Method getRepositories.
getSnapshots() - Method in class org.apache.maven.profiles.Repository
Get how to handle downloading of snapshots from this repository.
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 profile.
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
 
read(Reader) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader
Method read.
read(InputStream) - 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<String>) - 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
Sets 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.ProfilesRoot
Set an encoding used for reading/writing the model.
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<Repository>) - Method in class org.apache.maven.profiles.Profile
Set the lists of the remote repositories for discovering plugins.
setProfiles(List<Profile>) - 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<Repository>) - 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-2009 The Apache Software Foundation. All Rights Reserved.