| An instance of an LDMPlugin that reads a Cluster's startup data
from an XML file (of the form *.ldm.xml).
This Plugin is invoked with one parameter, the name of the
.ldm.xml file to be parsed. This file is currently looked for
in the local directory. Additional file search capabilities will
be added. Example from a sample cluster.ini file:
plugin=org.cougaar.mlm.plugin.sql.LDMXMLPlugin( foo.ldm.xml )
|