org.apache.jasper.compiler
クラス JikesJavaCompiler

java.lang.Object
  |
  +--org.apache.jasper.compiler.JikesJavaCompiler
すべての実装インタフェース:
JavaCompiler

public class JikesJavaCompiler
extends java.lang.Object
implements JavaCompiler

A Plug-in class for specifying a 'jikes' compile.

作成者:
Jeffrey Chiu, Hans Bergsten

コンストラクタの概要
JikesJavaCompiler()
           
 
メソッドの概要
 boolean compile(java.lang.String source)
          Execute the compiler
 void setClassDebugInfo(boolean classDebugInfo)
          Set if you want debugging information in the class file
 void setClasspath(java.lang.String classpath)
          Set the class path for the compiler
 void setCompilerPath(java.lang.String compilerPath)
          Specify where the compiler can be found
 void setEncoding(java.lang.String encoding)
          Set the encoding (character set) of the source
 void setMsgOutput(java.io.OutputStream out)
          Set where you want the compiler output (messages) to go
 void setOutputDir(java.lang.String outdir)
          Set the output directory
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JikesJavaCompiler

public JikesJavaCompiler()
メソッドの詳細

setCompilerPath

public void setCompilerPath(java.lang.String compilerPath)
Specify where the compiler can be found
定義:
インタフェース JavaCompiler 内の setCompilerPath

setEncoding

public void setEncoding(java.lang.String encoding)
Set the encoding (character set) of the source
定義:
インタフェース JavaCompiler 内の setEncoding

setClasspath

public void setClasspath(java.lang.String classpath)
Set the class path for the compiler
定義:
インタフェース JavaCompiler 内の setClasspath

setOutputDir

public void setOutputDir(java.lang.String outdir)
Set the output directory
定義:
インタフェース JavaCompiler 内の setOutputDir

setMsgOutput

public void setMsgOutput(java.io.OutputStream out)
Set where you want the compiler output (messages) to go
定義:
インタフェース JavaCompiler 内の setMsgOutput

setClassDebugInfo

public void setClassDebugInfo(boolean classDebugInfo)
Set if you want debugging information in the class file
定義:
インタフェース JavaCompiler 内の setClassDebugInfo

compile

public boolean compile(java.lang.String source)
Execute the compiler
定義:
インタフェース JavaCompiler 内の compile
パラメータ:
source - - file name of the source to be compiled


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.