|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapterFactory
Creates the necessary compiler adapter, given basic criteria.
Method Summary | |
static CompilerAdapter |
getCompiler(java.lang.String compilerType,
org.apache.tools.ant.Task task)
Based on the parameter passed in, this method creates the necessary factory desired. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CompilerAdapter getCompiler(java.lang.String compilerType, org.apache.tools.ant.Task task) throws org.apache.tools.ant.BuildException
compilerType
- either the name of the desired compiler, or the
full classname of the compiler's adapter.task
- a task to log through.org.apache.tools.ant.BuildException
- if the compiler type could not be resolved into
a compiler adapter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |