|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler
org.apache.cocoon.components.language.programming.java.Javac
org.apache.cocoon.components.language.programming.java.Pizza
public class Pizza
This class wraps the Pizza Java Compiler.
Field Summary | |
---|---|
static String |
PIZZA_CLASS
Deprecated. |
Fields inherited from class org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler |
---|
classpath, compilerComplianceLevel, destDir, encoding, errors, file, srcDir |
Constructor Summary | |
---|---|
Pizza()
Deprecated. |
Method Summary | |
---|---|
boolean |
compile()
Deprecated. Compile a source file yielding a loadable class file. |
String |
toString()
Deprecated. |
Methods inherited from class org.apache.cocoon.components.language.programming.java.Javac |
---|
parseStream |
Methods inherited from class org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler |
---|
fillArguments, getErrors, recycle, setClasspath, setCompilerComplianceLevel, setDestination, setEncoding, setFile, setSource, toStringArray |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PIZZA_CLASS
Constructor Detail |
---|
public Pizza()
Method Detail |
---|
public boolean compile() throws IOException
compile
in interface LanguageCompiler
compile
in class Javac
IOException
public String toString()
toString
in class Javac
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |