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.
|
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 |
PrintTagInfo
public PrintTagInfo()
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-2010 CodeLutin. All Rights Reserved.