Package jaxx.compiler.tools
Class PrintTagInfo
java.lang.Object
jaxx.compiler.tools.PrintTagInfo
public class PrintTagInfo
extends java.lang.Object
Generates information about a tag for use on the jaxxframework.org web site.
-
Constructor Summary
Constructors Constructor Description PrintTagInfo() -
Method Summary
Modifier and Type Method Description protected static voiddumpMethods(java.io.BufferedWriter w, ClassDescriptor beanClass, DefaultObjectHandler handler)static voidmain(java.lang.String[] arg)Displays information about the class name in arg[0].protected static voidtreateClass(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 Details
-
PrintTagInfo
public PrintTagInfo()
-
-
Method Details
-
main
public static void main(java.lang.String[] arg) throws java.lang.ExceptionDisplays 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.ClassNotFoundExceptionjava.io.IOException
-
dumpMethods
protected static void dumpMethods(java.io.BufferedWriter w, ClassDescriptor beanClass, DefaultObjectHandler handler) throws java.io.IOException- Throws:
java.io.IOException
-