java.io.Serializablepublic class Profile extends IdentifiableBase implements java.io.Serializable
GLOBAL_LEVEL, USER_LEVEL| Constructor | Description |
|---|---|
Profile() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPluginRepository(Repository repository) |
Method addPluginRepository.
|
void |
addProperty(java.lang.String key,
java.lang.String value) |
Method addProperty.
|
void |
addRepository(Repository repository) |
Method addRepository.
|
Activation |
getActivation() |
Get the conditional logic which will automatically
trigger the inclusion of this profile.
|
java.util.List<Repository> |
getPluginRepositories() |
Method getPluginRepositories.
|
java.util.Properties |
getProperties() |
Method getProperties.
|
java.util.List<Repository> |
getRepositories() |
Method getRepositories.
|
void |
removePluginRepository(Repository repository) |
Method removePluginRepository.
|
void |
removeRepository(Repository repository) |
Method removeRepository.
|
void |
setActivation(Activation activation) |
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
void |
setPluginRepositories(java.util.List<Repository> pluginRepositories) |
Set the lists of the remote repositories for discovering
plugins.
|
void |
setProperties(java.util.Properties properties) |
Set extended configuration specific to this profile goes
here.
|
void |
setRepositories(java.util.List<Repository> repositories) |
Set the lists of the remote repositories.
|
getId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceLevel, setSourceLevelpublic void addPluginRepository(Repository repository)
repository - public void addProperty(java.lang.String key,
java.lang.String value)
key - value - public void addRepository(Repository repository)
repository - public Activation getActivation()
public java.util.List<Repository> getPluginRepositories()
public java.util.Properties getProperties()
public java.util.List<Repository> getRepositories()
public void removePluginRepository(Repository repository)
repository - public void removeRepository(Repository repository)
repository - public void setActivation(Activation activation)
activation - public void setPluginRepositories(java.util.List<Repository> pluginRepositories)
pluginRepositories - public void setProperties(java.util.Properties properties)
properties - public void setRepositories(java.util.List<Repository> repositories)
repositories -