Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
UNO Java Runtime

com.sun.star.tools.uno
Class DumpType

java.lang.Object
  |
  +--com.sun.star.tools.uno.DumpType

public class DumpType
extends java.lang.Object

A command-line tool. Prints information about com.sun.star.uno.Type to error stream.


Constructor Summary
DumpType()
           
 
Method Summary
static void dumpType(Type type)
          Prints information about argument type to the standard error stream.
static void main(java.lang.String[] args)
          Executes this tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpType

public DumpType()
Method Detail

dumpType

public static void dumpType(Type type)
                     throws java.lang.Exception
Prints information about argument type to the standard error stream. The information consists of type name, type description, class name, as well as the type class.

Parameters:
type - the Type object 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.uno.Type 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.DumpType uno com.sun.star.lang.XMultiServiceFactory java com.sun.star.uno.tools.DumpType java java.lang.Byte java java.lang.String

Parameters:
args - command line arguments
java.lang.Exception

UNO Java Runtime

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.