- 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
-
Get the modelEncoding field.
- 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.
- 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.
- setFileComment(String) - Method in class org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer
-
Method setFileComment.
- 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 the modelEncoding field.
- 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.