UDK 3.2.0 Java API Reference

com.sun.star.tools.uno
クラス DumpType

java.lang.Object
  拡張com.sun.star.tools.uno.DumpType

public class DumpType
extends Object

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


コンストラクタの概要
DumpType()
           
 
メソッドの概要
static void dumpType(Type type)
          Prints information about argument type to the standard error stream.
static void main(String[] args)
          Executes this tool.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DumpType

public DumpType()
メソッドの詳細

dumpType

public static void dumpType(Type type)
                     throws 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.

パラメータ:
type - the Type object whoose information are printed.
例外:
Exception

main

public static void main(String[] args)
                 throws 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

パラメータ:
args - command line arguments
例外:
Exception

UDK 3.2.0 Java API Reference