(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4
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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.