|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfileDeployment
The profile deployment.
Method Summary | |
---|---|
Object |
addAttachment(String name,
Object attachment)
Add attachment |
Object |
getAttachment(String name)
Get attachment. |
Map<String,Object> |
getAttachments()
Get all attachments. |
String |
getName()
Get the deployment name |
org.jboss.virtual.VirtualFile |
getRoot()
Get the root of the deployment |
Method Detail |
---|
String getName()
org.jboss.virtual.VirtualFile getRoot()
Map<String,Object> getAttachments()
Object getAttachment(String name)
name
- the name of the attachment
IllegalArgumentException
- for a null nameObject addAttachment(String name, Object attachment)
name
- the name of the attachmentattachment
- the attachment
IllegalArgumentException
- for a null name or attachment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |