com.github.fge.compiler
Class CompilerOutput

java.lang.Object
  extended by com.github.fge.compiler.CompilerOutput
All Implemented Interfaces:
com.github.fge.jsonschema.core.report.MessageProvider

public final class CompilerOutput
extends Object
implements com.github.fge.jsonschema.core.report.MessageProvider


Constructor Summary
CompilerOutput(CompilerOutputDirectory directory)
           
 
Method Summary
 CompilerOutputDirectory getDirectory()
           
 Class<?> getGeneratedClass()
           
 com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerOutput

public CompilerOutput(CompilerOutputDirectory directory)
Method Detail

getGeneratedClass

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

getDirectory

public CompilerOutputDirectory getDirectory()

newMessage

public com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
Specified by:
newMessage in interface com.github.fge.jsonschema.core.report.MessageProvider