radtools.services
Interface ConfigWriter

All Known Implementing Classes:
AdvancedResearchIndexLoadLinux, HAProxyLinux, MySQLFedora, ResearchIndexLoadLinux, RoRServerLinux.ConfigDatabaseTask, RoRServerLinux.ConfigEnvironmentTask

@Revision(value="$Revision: 1.2 $",
          date="$Date: 2006/12/07 22:01:28 $",
          tag="$Name:  $")
public interface ConfigWriter

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.2 $
Author:
Greg Gibeling

Method Summary
 boolean generate(OutputStream out, String separator)
          TODO: Javadoc
 

Method Detail

generate

boolean generate(OutputStream out,
                 String separator)
TODO: Javadoc

Parameters:
out - The output stream to write the configuration to.
separator - The line separator to use. Must be a parameter since the file may be destined for a machine other than the one it is being written on.
Returns: