|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructureMetaData
A set of subdeployment contexts.
| Method Summary | |
|---|---|
void |
addContext(ContextInfo context)
Add a context |
ContextInfo |
getContext(String path)
Get a context by path |
List<ContextInfo> |
getContexts()
Get the contexts |
void |
removeContext(ContextInfo context)
Remove a context |
void |
removeContext(String path)
Remove a context |
| Method Detail |
|---|
ContextInfo getContext(String path)
path - the path of the context
IllegalArgumentException - for a null pathvoid addContext(ContextInfo context)
context - the context to add
IllegalArgumentException - for a null context or if the context has no path
IllegalStateException - if a context is already present with that pathvoid removeContext(ContextInfo context)
context - the context to remove
IllegalArgumentException - for a null contextvoid removeContext(String path)
path - the patch of the context to remove
IllegalArgumentException - for a null pathList<ContextInfo> getContexts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||