jaxx
Class PrintTagInfo

java.lang.Object
  extended by jaxx.PrintTagInfo

public class PrintTagInfo
extends java.lang.Object

Generates information about a tag for use on the jaxxframework.org web site.


Constructor Summary
PrintTagInfo()
           
 
Method Summary
protected static void dumpMethods(java.io.BufferedWriter w, ClassDescriptor beanClass, DefaultObjectHandler handler)
           
static void main(java.lang.String[] arg)
          Displays information about the class name in arg[0].
protected static void treateClass(java.io.BufferedWriter w, java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintTagInfo

public PrintTagInfo()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.lang.Exception
Displays information about the class name in arg[0].

Parameters:
arg - command-line arguments
Throws:
java.lang.Exception - if an error occurs

treateClass

protected static void treateClass(java.io.BufferedWriter w,
                                  java.lang.String className)
                           throws java.lang.ClassNotFoundException,
                                  java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

dumpMethods

protected static void dumpMethods(java.io.BufferedWriter w,
                                  ClassDescriptor beanClass,
                                  DefaultObjectHandler handler)
                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008-2009 CodeLutin. All Rights Reserved.