|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.redback.role.model.ModelApplication
public class ModelApplication
container for applications
| Constructor Summary | |
|---|---|
ModelApplication()
|
|
| Method Summary | |
|---|---|
void |
addOperation(ModelOperation modelOperation)
Method addOperation |
void |
addResource(ModelResource modelResource)
Method addResource |
void |
addRole(ModelRole modelRole)
Method addRole |
void |
addTemplate(ModelTemplate modelTemplate)
Method addTemplate |
java.lang.String |
getDescription()
Get null |
java.lang.String |
getId()
Get null |
java.lang.String |
getLongDescription()
Get null |
java.lang.String |
getModelEncoding()
|
java.util.List |
getOperations()
Method getOperations |
java.util.List |
getResources()
Method getResources |
java.util.List |
getRoles()
Method getRoles |
java.util.List |
getTemplates()
Method getTemplates |
java.lang.String |
getVersion()
Get null |
void |
removeOperation(ModelOperation modelOperation)
Method removeOperation |
void |
removeResource(ModelResource modelResource)
Method removeResource |
void |
removeRole(ModelRole modelRole)
Method removeRole |
void |
removeTemplate(ModelTemplate modelTemplate)
Method removeTemplate |
void |
setDescription(java.lang.String description)
Set null |
void |
setId(java.lang.String id)
Set null |
void |
setLongDescription(java.lang.String longDescription)
Set null |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setOperations(java.util.List operations)
Set null |
void |
setResources(java.util.List resources)
Set null |
void |
setRoles(java.util.List roles)
Set null |
void |
setTemplates(java.util.List templates)
Set null |
void |
setVersion(java.lang.String version)
Set null |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelApplication()
| Method Detail |
|---|
public void addOperation(ModelOperation modelOperation)
modelOperation - public void addResource(ModelResource modelResource)
modelResource - public void addRole(ModelRole modelRole)
modelRole - public void addTemplate(ModelTemplate modelTemplate)
modelTemplate - public java.lang.String getDescription()
public java.lang.String getId()
public java.lang.String getLongDescription()
public java.util.List getOperations()
public java.util.List getResources()
public java.util.List getRoles()
public java.util.List getTemplates()
public java.lang.String getVersion()
public void removeOperation(ModelOperation modelOperation)
modelOperation - public void removeResource(ModelResource modelResource)
modelResource - public void removeRole(ModelRole modelRole)
modelRole - public void removeTemplate(ModelTemplate modelTemplate)
modelTemplate - public void setDescription(java.lang.String description)
description - public void setId(java.lang.String id)
id - public void setLongDescription(java.lang.String longDescription)
longDescription - public void setOperations(java.util.List operations)
operations - public void setResources(java.util.List resources)
resources - public void setRoles(java.util.List roles)
roles - public void setTemplates(java.util.List templates)
templates - public void setVersion(java.lang.String version)
version - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||