The UNO tools |
Contents
|
||
|
||
|
||
Usage: |
||
The idl compiler transforms interface definitions written in idl into urd files. The urd files are then merged into the type library (rdb). You can find a syntax description for IDL here. unoidl [flag | file]* Legal flags:
|
||
|
|
||
Usage: |
||
'idlc' is a new idl compiler. We made some changes in the IDL language specification to simplify the syntax. The idl compiler transforms interface definitions, written in idl, into urd files. The urd files are then merged into the type library (rdb). You can find a syntax description for IDL here. idlc [-options] file_1 ... file_n | @<filename>
Options:
|
||
|
|
||
Usage: |
||
The cppumaker generates a C++ representation for idl types. The cppumaker works on a typelibrary which is generated by the unoidl. It generates the output for all specified types and for all types the specified types depends on. cppumaker [-options] file_1 ... file_n Options:
|
||
|
|
||
Usage: |
||
The cunomaker generates a C representation for idl types. The cunomaker works on a typelibrary which is generated by the unoidl. It generates the output for all specified types and for all types the specified types depends on. cunomaker [-options] file_1 ... file_n Options::
|
||
|
|
||
Usage: |
||
The javamaker generates the appropriate java file for each idl type. The javamaker works on a typelibrary which is generated by the unoidl. It generates the output for all specified types and for all types the specified types depends on. javamaker [-options] file_1 ... file_n Options:
|
||
|
|
||
Usage: |
||
The rdbmaker generates subsets of the typelibrary. The rdbmaker works on a typelibrary which is generated by the unoidl. It generates a subset of the typelibrary which contains all specified types and all types the specified types depends on. This could be used to provide all types and only the necessary types for a component. rdbmaker [-options] file_1 ... file_n Options:
|
||
|
|
||
Usage: |
||
Regcomp is a tool to register|revoke external UNO components into|from a registry which is used for an UNO environment. regcomp -register [-br registryfile] -r registryfile -c locationUrl [-l componentLoaderUrl] recomp -revoke [-br registryfile] -r registryfile -c locationUrl Parameters:
|
||
|
|
||
Usage: |
||
Regmerge is a small tool to merge different registry files under a specified key into another registry file. If a value already exists in the targetfile the value would be overwritten by the value of the sourcefile.
|
||
|
|
||
Usage: |
||
|
||
|
|
|||||||||||||||||
Usage: |
|||||||||||||||||
The tool xml2cmp.exe parses .xml files, which
contain the descriptions of components that implement UNO services. Each
.xml file refers to one library. The library may contain one or more component
descriptions.
|
|||||||||||||||||
|
Author: Jürgen
Schmidt ($Date: 2004/10/29 07:54:59 $) |