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