jaxx.compiler.tools
Class PrintTagInfo
java.lang.Object
jaxx.compiler.tools.PrintTagInfo
public class PrintTagInfo
- extends Object
Generates information about a tag for use on the jaxxframework.org web site.
| 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(String[] arg)
throws Exception
- Displays information about the class name in arg[0].
- Parameters:
arg - command-line arguments
- Throws:
Exception - if an error occurs
treateClass
protected static void treateClass(BufferedWriter w,
String className)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
dumpMethods
protected static void dumpMethods(BufferedWriter w,
ClassDescriptor beanClass,
DefaultObjectHandler handler)
throws IOException
- Throws:
IOException
Copyright © 2008-2010 CodeLutin. All Rights Reserved.