org.apache.cocoon.components.language.programming.java
Class Pizza

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler
          extended by org.apache.cocoon.components.language.programming.java.Javac
              extended by 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

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

PIZZA_CLASS

public static final String PIZZA_CLASS
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Pizza

public Pizza()
Deprecated. 
Method Detail

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.