dumpTypeDescription(java.lang.String typeName)
Prints information about a TypeDescription object that has been constructed based
on the argument typeName.
public static void dumpTypeDescription(java.lang.String typeName)
throws java.lang.Exception
Prints information about a TypeDescription object that has been constructed based
on the argument typeName. The output is written to the error stream.
The information consists of general as well as method and member information.
These are:
typeName - name of a type for which an TypeDescription object
is constructed whoose information are printed.
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
Executes this tool.
The command line arguments consist of an identifier followed by a type name.
Identifiers can either be uno or java. Based on the type name, a
com.sun.star.lib.uno.typedesc.TypeDescription
object is constructed whose information are then printed out to the error stream.
usage: [uno <type name>]|[java <class name>]*
Examples:
java com.sun.star.uno.tools.DumpTypeDescription uno com.sun.star.lang.XMultiServiceFactory
java com.sun.star.uno.tools.DumpTypeDescription java java.lang.Byte java java.lang.String