|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Profile
A profile represents a named collection of deployments on a server.
Method Summary | |
---|---|
ProfileDeployment |
getDeployment(String name)
Get a named deployment. |
Set<String> |
getDeploymentNames()
Get the names of the deployments in the profile. |
Collection<ProfileDeployment> |
getDeployments()
Get all deployments defined in this profile |
ProfileKey |
getKey()
Get the key used to create the Profile |
long |
getLastModified()
Get the system time in milliseconds the profile was last modified. |
Collection<ProfileKey> |
getSubProfiles()
Get the profile dependencies. |
boolean |
hasDeployment(String name)
Checks whether a deployment context is available in this profile. |
boolean |
isMutable()
Flag indicating if the the profile is mutable and implements the MutableProfile interface. |
Method Detail |
---|
ProfileKey getKey()
long getLastModified()
Collection<ProfileKey> getSubProfiles()
Set<String> getDeploymentNames()
ProfileDeployment getDeployment(String name) throws NoSuchDeploymentException
name
- - the deployment name
NoSuchDeploymentException
- - if there is no such bootstrapCollection<ProfileDeployment> getDeployments()
boolean hasDeployment(String name)
name
- the name of the deployment
boolean isMutable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |