org.apache.tools.ant.taskdefs.optional.jsp.compilers
public abstract class DefaultJspCompilerAdapter extends Object implements JspCompilerAdapter
Field Summary | |
---|---|
protected JspC | owner
our owner |
Method Summary | |
---|---|
protected void | addArg(CommandlineJava cmd, String argument)
add an argument oneple to the argument list, if the value aint null
|
protected void | addArg(CommandlineJava cmd, String argument, String value)
add an argument tuple to the argument list, if the value aint null
|
protected void | addArg(CommandlineJava cmd, String argument, File file)
add an argument tuple to the arg list, if the file parameter aint null
|
JspC | getJspc() get the owner |
Project | getProject()
get our project |
boolean | implementsOwnDependencyChecking()
ask if compiler can sort out its own dependencies |
protected void | logAndAddFilesToCompile(JspC jspc, Vector compileList, CommandlineJava cmd)
Logs the compilation parameters, adds the files to compile and logs the
"niceSourceList" |
void | setJspc(JspC owner)
set the owner |
Parameters: argument The argument
Parameters: argument The argument value the parameter
Parameters: argument The argument file the parameter
Returns: the owner; should never be null
Returns: owner project data
Returns: true if the compiler wants to do its own depends