|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.plugins.structure.StructureMetaDataImpl
public class StructureMetaDataImpl
StructureMetaDataImpl.
| Constructor Summary | |
|---|---|
StructureMetaDataImpl()
|
|
| Method Summary | |
|---|---|
void |
addContext(ContextInfo context)
Add a context |
boolean |
equals(Object obj)
|
ContextInfo |
getContext(String path)
Get a context by path |
List<ContextInfo> |
getContexts()
Get the contexts |
int |
hashCode()
|
void |
readExternal(ObjectInput in)
|
void |
removeContext(ContextInfo context)
Remove a context |
void |
removeContext(String path)
Remove a context |
String |
toString()
|
protected void |
toString(StringBuilder builder)
For subclasses to override toString() |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StructureMetaDataImpl()
| Method Detail |
|---|
public void addContext(ContextInfo context)
StructureMetaData
addContext in interface StructureMetaDatacontext - the context to addpublic ContextInfo getContext(String path)
StructureMetaData
getContext in interface StructureMetaDatapath - the path of the context
public void removeContext(ContextInfo context)
StructureMetaData
removeContext in interface StructureMetaDatacontext - the context to removepublic void removeContext(String path)
StructureMetaData
removeContext in interface StructureMetaDatapath - the patch of the context to removepublic List<ContextInfo> getContexts()
StructureMetaData
getContexts in interface StructureMetaDatapublic String toString()
toString in class Objectprotected void toString(StringBuilder builder)
builder - the builderpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout - the output
IOException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||