|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.info.Info<T>
public class Info<T extends Map<String,?>>
The Info class encapsulates all the information we are collecting and it is able to render it in different data representations
Constructor Summary | |
---|---|
Info(T info)
Constructor. |
Method Summary | |
---|---|
HashMap<String,String> |
toMap()
Renders Info map to a HashMap |
Properties |
toProps()
Renders Info map to a property object |
String |
toString()
|
StringBuffer |
toStringBuffer()
Renders Info map to a StringBuffer |
StringBuffer |
toXML()
Renders Info map to a StringBuffer containing an XML string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Info(T info)
info
- instantiates the object with a MapMethod Detail |
---|
public String toString()
toString
in class Object
public Properties toProps()
public StringBuffer toStringBuffer()
public StringBuffer toXML()
public HashMap<String,String> toMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |