org.shiftone.jrat.inject.process
Class ClassFileProcessor

java.lang.Object
  extended by org.shiftone.jrat.inject.process.AbstractFileProcessor
      extended by org.shiftone.jrat.inject.process.ClassFileProcessor
All Implemented Interfaces:
FileProcessor

public class ClassFileProcessor
extends AbstractFileProcessor

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
ClassFileProcessor()
           
 
Method Summary
protected  void processStream(Transformer transformer, InjectorOptions options, java.io.InputStream inputStream, java.io.OutputStream outputStream, java.lang.String fileName)
           
 
Methods inherited from class org.shiftone.jrat.inject.process.AbstractFileProcessor
process, processFile, processUsingSwapFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileProcessor

public ClassFileProcessor()
Method Detail

processStream

protected void processStream(Transformer transformer,
                             InjectorOptions options,
                             java.io.InputStream inputStream,
                             java.io.OutputStream outputStream,
                             java.lang.String fileName)
Overrides:
processStream in class AbstractFileProcessor