org.tempuri.javac
Interface JavaClassWriterFactory

All Known Subinterfaces:
FileSystemClassFactory, MemoryClassFactory
All Known Implementing Classes:
FileSystemClassFactoryImpl, MemoryClassFactoryImpl

public interface JavaClassWriterFactory

Virtual constructor for JavaClassWriters


Method Summary
 JavaClassWriter getClassWriter(java.lang.String className)
          Called by the compiler for each class it compiles, to handle the generated output.
 

Method Detail

getClassWriter

JavaClassWriter getClassWriter(java.lang.String className)
                               throws java.io.IOException
Called by the compiler for each class it compiles, to handle the generated output.

Parameters:
className - name of compiled class
Returns:
JavaClassWriter to handle the compiled class
Throws:
java.io.IOException