org.apache.cocoon.components.language.programming.java
Class Pizza
java.lang.Object
org.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
- All Implemented Interfaces:
- Poolable, Recyclable, Component, LogEnabled, LanguageCompiler
Deprecated. Will be removed in 2.2
public class Pizza
- extends Javac
This class wraps the Pizza Java Compiler.
- Version:
- CVS $Id: Pizza.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Vadim Gritsenko
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 |
PIZZA_CLASS
public static final String PIZZA_CLASS
- Deprecated.
- See Also:
- Constant Field Values
Pizza
public Pizza()
- Deprecated.
compile
public boolean compile()
throws IOException
- Deprecated.
- Compile a source file yielding a loadable class file.
- Specified by:
compile
in interface LanguageCompiler
- Overrides:
compile
in class Javac
- Throws:
IOException
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Javac
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.