| An instance of an LDMPlugin that reads a Cluster's startup policy
from an XML file.
This Plugin is invoked with one or more parameters, the names of the
.ldm.xml files to be parsed. The files are found using the cluster's
ConfigFinder.
Example from a sample cluster.ini file:
plugin=org.cougaar.mlm.plugin.ldm.XMLPolicyPlugin( policy.ldm.xml, shippolicy.ldm.xml )
|