This component simply copies its parameters into Java's System Properties.
Note that only "-D" system properties are supported. There's no way to
set "-X" JVM properties at runtime. Also, some "-Ds" may have already
been used at this point, such as the Cougaar bootstrapper's
"-Dorg.cougaar.install.path".
Example usage:
<component class='org.cougaar.core.node.SetProperties'>
<argument>-Dx=y</argument>
<argument>-Dfoo=bar</argument>
</component>
|