com.legstar.codegen.models
Interface IAntBuildModel

All Known Implementing Classes:
AbstractAntBuildModel, SourceToXsdCobolModel

public interface IAntBuildModel

Generators that create ant builds will implement this interface.


Method Summary
 void generateBuild(File scriptFile)
          Create an ant build script ready to run.
 File getProbeFile()
           
 void setProbeFile(File probeFile)
           
 

Method Detail

generateBuild

void generateBuild(File scriptFile)
                   throws CodeGenMakeException
Create an ant build script ready to run.

Parameters:
scriptFile - the build file
Throws:
CodeGenMakeException - if build cannot be generated

getProbeFile

File getProbeFile()
Returns:
the temporary file used to check whether the ant script succeeded

setProbeFile

void setProbeFile(File probeFile)
Parameters:
probeFile - the temporary file used to check whether the ant script succeeded to set


Copyright © 2015 LegSem. All Rights Reserved.