|
||||||||||
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 StructureMetaData
context
- the context to addpublic ContextInfo getContext(String path)
StructureMetaData
getContext
in interface StructureMetaData
path
- the path of the context
public void removeContext(ContextInfo context)
StructureMetaData
removeContext
in interface StructureMetaData
context
- the context to removepublic void removeContext(String path)
StructureMetaData
removeContext
in interface StructureMetaData
path
- the patch of the context to removepublic List<ContextInfo> getContexts()
StructureMetaData
getContexts
in interface StructureMetaData
public String toString()
toString
in class Object
protected void toString(StringBuilder builder)
builder
- the builderpublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
out
- the output
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |