Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.satyr.tools
Class ComponentDisplay  view ComponentDisplay download ComponentDisplay.java

java.lang.Object
  extended bycom.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.