ch.sahits.codegen.wizards
Interface IGeneratorWrapper

All Known Implementing Classes:
AxisWSDL2JavaWrapper

public interface IGeneratorWrapper

This interface defines the needed methods for a code generator wrapper class. The methods are called from the MultipleArtefactRegistry.

Since:
1.2.0
Author:
Andi Hotz, Sahits GmbH

Method Summary
 void calculateOption(java.lang.String outputFilePath)
          Calculate the optimal way to generate the output files
 void cleanup()
          Remove the files that where generated but are not desired
 void generate()
          Generate the files
 

Method Detail

calculateOption

void calculateOption(java.lang.String outputFilePath)
Calculate the optimal way to generate the output files

Parameters:
outputFilePaths - list of absolute path names of the files to be generated

generate

void generate()
Generate the files


cleanup

void cleanup()
Remove the files that where generated but are not desired