public class SchemaGeneratorTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
SchemaGeneratorTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClasspath(org.apache.tools.ant.types.Path classpath) |
protected void |
addCompilerParameters(org.apache.tools.ant.taskdefs.Java javatask) |
void |
addJvmarg(org.apache.tools.ant.types.Commandline.Argument jvmarg) |
void |
execute() |
protected void |
generateSchemas(File baseDir)
Compile files using GWT compiler
|
void |
setInputCharset(String inputCharset) |
void |
setOutputDir(File outputDir) |
void |
setWebDir(File webDir) |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addClasspath(org.apache.tools.ant.types.Path classpath)
public void addJvmarg(org.apache.tools.ant.types.Commandline.Argument jvmarg)
public void setOutputDir(File outputDir)
public void setWebDir(File webDir)
public void setInputCharset(String inputCharset)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected void generateSchemas(File baseDir) throws Exception
file - Exceptionprotected void addCompilerParameters(org.apache.tools.ant.taskdefs.Java javatask)
throws Exception
javatask - IOExceptionExceptionCopyright © 2015. All rights reserved.