com.github.fge.compiler
Class CompilerOutputDirectory

java.lang.Object
  extended by com.github.fge.compiler.CompilerOutputDirectory

public final class CompilerOutputDirectory
extends Object


Constructor Summary
CompilerOutputDirectory(String fullClassName)
           
 
Method Summary
 String getDirectory()
           
 Class<?> getGeneratedClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerOutputDirectory

public CompilerOutputDirectory(String fullClassName)
                        throws CompilingException
Throws:
CompilingException
Method Detail

getDirectory

public String getDirectory()

getGeneratedClass

public Class<?> getGeneratedClass()
                           throws CompilingException
Throws:
CompilingException