The im4java Library, Version 1.4.0

org.im4java.script
Interface ScriptGenerator

All Known Implementing Classes:
AbstractScriptGenerator, BashScriptGenerator, CmdScriptGenerator

public interface ScriptGenerator

This interface defines the methods for a ScriptGenerator.

Since:
1.0.0
Version:
$Revision: 1.5 $
Author:
$Author: bablokb $

Method Summary
 void createScript()
          Generate the script.
 void init(java.io.PrintWriter pWriter, Operation pOp, java.util.Properties pProp)
          Initialize the ScriptGenerator.
 

Method Detail

init

void init(java.io.PrintWriter pWriter,
          Operation pOp,
          java.util.Properties pProp)
Initialize the ScriptGenerator.


createScript

void createScript()
Generate the script. Note that this method should not close the PrintWriter.


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/