com.github.fge.compiler
Class CompilerOutput
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilerOutput
public CompilerOutput(CompilerOutputDirectory directory)
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