|
This is a convenience class for the UTIL plugins. This class
uses the ConfigFinder to find the param files.
To look for the parameter files in a non-default location,
add a system parameter like this to setarguments.csh:
-Dorg.cougaar.config.path=$COUGAAR_INSTALL_PATH/plugins/TOPS/data;
WARNING : the trailing semi-colon is ABSOLUTELY necessary.
Expects an extension of ".env.xml," which will be prefixed
with the name of the cluster, e.g. TRANSCOM.env.xml. This can be
overridden by setting the envFile parameter (see below).
Supports plugin specific (as opposed to Cluster-specific)
env files by allowing the specification
of both an "envDir" and/or an "envFile" following the plugin in the .ini
file.
The envDir can be relative or absolute.
For example :
plugin = com.bbn.tops.plugins.ground.TOPSGAFortAggregatorPlugin
(envDir={String}../../tops/data, envFile={String}FortStewartAggregator.env.xml)
The envDir can be used if there are two files of the same name in the
config file finder path (which shouldn't happen...)
|