| java.lang.Object org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter
All known Subclasses: org.apache.tools.ant.taskdefs.optional.jsp.compilers.JasperC,
DefaultJspCompilerAdapter | abstract public class DefaultJspCompilerAdapter implements JspCompilerAdapter(Code) | | This is the default implementation for the JspCompilerAdapter interface.
This is currently very light on the ground since only one compiler type is
supported.
|
addArg | protected void addArg(CommandlineJava cmd, String argument)(Code) | | add an argument oneple to the argument list, if the value aint null
Parameters: cmd - the command line Parameters: argument - The argument |
addArg | protected void addArg(CommandlineJava cmd, String argument, String value)(Code) | | add an argument tuple to the argument list, if the value aint null
Parameters: cmd - the command line Parameters: argument - The argument Parameters: value - the parameter |
addArg | protected void addArg(CommandlineJava cmd, String argument, File file)(Code) | | add an argument tuple to the arg list, if the file parameter aint null
Parameters: cmd - the command line Parameters: argument - The argument Parameters: file - the parameter |
getJspc | public JspC getJspc()(Code) | | get the owner
the owner; should never be null |
getProject | public Project getProject()(Code) | | get our project
owner project data |
implementsOwnDependencyChecking | public boolean implementsOwnDependencyChecking()(Code) | | ask if compiler can sort out its own dependencies
true if the compiler wants to do its owndepends |
logAndAddFilesToCompile | protected void logAndAddFilesToCompile(JspC jspc, Vector compileList, CommandlineJava cmd)(Code) | | Logs the compilation parameters, adds the files to compile and logs the
"niceSourceList"
Parameters: jspc - the compiler task for logging Parameters: compileList - the list of files to compile Parameters: cmd - the command line used |
setJspc | public void setJspc(JspC owner)(Code) | | set the owner
Parameters: owner - the owner JspC compiler |
|
|