|
|||||||||
| Home >> All >> com >> aendvari >> satyr >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.satyr.tools
Class ComponentDisplay

java.lang.Objectcom.aendvari.satyr.tools.ComponentDisplay
- public class ComponentDisplay
- extends java.lang.Object
Displays all components within an application configuration.
| Constructor Summary | |
ComponentDisplay()
|
|
| Method Summary | |
protected static void |
generateText(java.util.Collection components,
java.util.Map messageSenders,
java.util.Map messageReceivers,
java.io.PrintWriter output)
Generates a text version of the component descriptions. |
protected static void |
generateXml(java.util.Collection components,
java.util.Map messageSenders,
java.util.Map messageReceivers,
java.io.Writer output)
Generates an XML version of the component descriptions. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ComponentDisplay
public ComponentDisplay()
| Method Detail |
main
public static void main(java.lang.String[] args)
generateText
protected static void generateText(java.util.Collection components, java.util.Map messageSenders, java.util.Map messageReceivers, java.io.PrintWriter output) throws java.io.IOException
- Generates a text version of the component descriptions.
generateXml
protected static void generateXml(java.util.Collection components, java.util.Map messageSenders, java.util.Map messageReceivers, java.io.Writer output) throws java.io.IOException
- Generates an XML version of the component descriptions.
|
|||||||||
| Home >> All >> com >> aendvari >> satyr >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.satyr.tools.ComponentDisplay