| com.flexive.tools.ant.ScriptIndexBuilderTask
ScriptIndexBuilderTask | public class ScriptIndexBuilderTask extends Task (Code) | | ANT task to build an index file (line seperated) for a script directory to be used by
the ScriptingEngine
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
execute | public void execute() throws BuildException(Code) | | |
setIndexFile | public void setIndexFile(String indexFile)(Code) | | |
setScriptDir | public void setScriptDir(String scriptDir)(Code) | | |
storeFile | public static boolean storeFile(String contents, File file)(Code) | | Rather primitive "write String to file" helper, returns false if failed
Code copied from FxSharedUtils!
Parameters: contents - the String to store Parameters: file - the file, if existing it will be overwritten if successful |
|
|