|
|
com.sun.star.tools.uno
|
|||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
DumpType()
|
|
| Method Summary | |
static void |
dumpType(Type type)
Prints information about argument type to the standard error stream. |
static void |
main(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 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.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- Parameters:
args- command line argumentsException
|
UDK 3.2.0 Java API Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||


