(incubating) | The Free and Open Productivity Suite
UNO Java Runtime

com.sun.star.tools.uno
Class RegComp

java.lang.Object
  |
  +--com.sun.star.tools.uno.RegComp

public class RegComp
extends java.lang.Object

A command-line tool. It registers an UNO component with a registry database. During registration the component will be instantiated and be asked to write the necessary information to the database. Command line arguments:
database register|unregister locationURL loader
For example:

         java com.sun.star.tools.RegComp applicat.rdb register
         file:///e:/demos/InstanceInspector.jar com.sun.star.loader.Java2
         
In order to examine the results of the registration use the regview.exe tool. For example:
         regview nameOfDatatbase /SERVICES/serviceName
         regview nameOfDataBase /IMPLEMENTATIONS/implementationName
         

See Also:
Registering Java Components

Constructor Summary
RegComp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegComp

public RegComp()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception

UNO Java Runtime

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.

Copyright & License
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.