| java.lang.Object org.cougaar.tools.csmart.experiment.LeafOnlyConfigWriter
LeafOnlyConfigWriter | public class LeafOnlyConfigWriter implements ConfigurationWriter(Code) | | Config writer that writes out only the LeafComponentData - that is, only writes files
that are parameters to Plugins and are not stored in the ConfigDB
Note this should be fixed - it constructs the _complete_ ComponentData
and then inefficiently finds the Leaf files to write them.
|
getFileNames | public Iterator getFileNames()(Code) | | Obtains a list of all file names that need to be written
out by the server. If there are no extra (non-db) files
for this society, null is returned.
an Iterator of all names or null if none. |
|
|