public abstract class DefaultJspCompilerAdapter extends Object implements JspCompilerAdapter
| Constructor and Description | 
|---|
| DefaultJspCompilerAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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,
      File file)add an argument tuple to the arg list, if the file parameter aint null | 
| protected void | addArg(CommandlineJava cmd,
      String argument,
      String value)add an argument tuple to the argument list, if the value 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 | 
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateMangler, executeprotected JspC owner
protected void addArg(CommandlineJava cmd, String argument)
cmd - the command lineargument - The argumentprotected void addArg(CommandlineJava cmd, String argument, File file)
cmd - the command lineargument - The argumentfile - the parameterprotected void addArg(CommandlineJava cmd, String argument, String value)
cmd - the command lineargument - The argumentvalue - the parameterpublic JspC getJspc()
public Project getProject()
public boolean implementsOwnDependencyChecking()
implementsOwnDependencyChecking in interface JspCompilerAdapterprotected void logAndAddFilesToCompile(JspC jspc, Vector compileList, CommandlineJava cmd)
jspc - the compiler task for loggingcompileList - the list of files to compilecmd - the command line usedpublic void setJspc(JspC owner)
setJspc in interface JspCompilerAdapterowner - the owner JspC compiler