public class Profile extends IdentifiableBase implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Activation |
activation
The conditional logic which will automatically
trigger the inclusion of this profile.
|
private java.util.List<Repository> |
pluginRepositories
This may be removed or relocated in the near
future.
|
private java.util.Properties |
properties
Field properties.
|
private java.util.List<Repository> |
repositories
Field repositories.
|
GLOBAL_LEVEL, USER_LEVEL
Constructor and Description |
---|
Profile() |
Modifier and Type | Method and 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, setId
getSourceLevel, setSourceLevel
private Activation activation
private java.util.Properties properties
private java.util.List<Repository> repositories
private java.util.List<Repository> pluginRepositories
public 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
-