UDK 3.2.0 Java API Reference

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

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

public class DumpTypeDescription
extends Object

A command-line tool. Prints information of com.sun.star.lib.uno.typedesc.TypeDescription objects to the error stream.


コンストラクタの概要
DumpTypeDescription()
           
 
メソッドの概要
static void dumpTypeDescription(String typeName)
          Prints information about a TypeDescription object that has been constructed based on the argument typeName.
static void main(String[] args)
          Executes this tool.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DumpTypeDescription

public DumpTypeDescription()
メソッドの詳細

dumpTypeDescription

public static void dumpTypeDescription(String typeName)
                                throws 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:
Method information: Field information:

パラメータ:
typeName - name of a type for which an TypeDescription object is constructed 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.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

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

UDK 3.2.0 Java API Reference