filetools.filegenerators
Interface IFileGenerator

All Known Implementing Classes:
HelpFileIndexDBCompendiumGenerator, HelpFileWikiIndexGenerator

public interface IFileGenerator

Interface to all FileGenerators.

Author:
osiris

Method Summary
 boolean generateFile(java.lang.String filename)
          Generate a file which contains data in a specific format.
 void setProperties(java.util.Properties properties)
          Set all relevant properties.
 

Method Detail

generateFile

boolean generateFile(java.lang.String filename)
Generate a file which contains data in a specific format.

Parameters:
filename - Name of the file to generate
Returns:
true if file was successfully generated

setProperties

void setProperties(java.util.Properties properties)
Set all relevant properties.

Parameters:
properties - Properties to set