com.sun.btrace.spi
Class BaseBTraceCompiler

java.lang.Object
  extended by com.sun.btrace.api.BTraceCompiler
      extended by com.sun.btrace.spi.BaseBTraceCompiler

public class BaseBTraceCompiler
extends BTraceCompiler

Author:
Jaroslav Bachorik

Constructor Summary
BaseBTraceCompiler(BTraceTask task)
           
 
Method Summary
 byte[] compile(java.lang.String source, java.lang.String classPath, java.io.Writer errorWriter)
           
 java.lang.String getAgentJarPath()
           
 java.lang.String getClientJarPath()
           
 java.lang.String getToolsJarPath()
           
 
Methods inherited from class com.sun.btrace.api.BTraceCompiler
compile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBTraceCompiler

public BaseBTraceCompiler(BTraceTask task)
Method Detail

compile

public byte[] compile(java.lang.String source,
                      java.lang.String classPath,
                      java.io.Writer errorWriter)
Specified by:
compile in class BTraceCompiler

getAgentJarPath

public java.lang.String getAgentJarPath()
Specified by:
getAgentJarPath in class BTraceCompiler

getClientJarPath

public java.lang.String getClientJarPath()
Specified by:
getClientJarPath in class BTraceCompiler

getToolsJarPath

public java.lang.String getToolsJarPath()
Specified by:
getToolsJarPath in class BTraceCompiler