org.jvyaml
Class EmitterImpl

java.lang.Object
  extended by org.jvyaml.EmitterImpl
All Implemented Interfaces:
Emitter

public class EmitterImpl
extends java.lang.Object
implements Emitter


Constructor Summary
EmitterImpl(java.io.Writer stream, YAMLConfig opts)
           
 
Method Summary
 void emit(Event event)
           
 YAMLConfig getOptions()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmitterImpl

public EmitterImpl(java.io.Writer stream,
                   YAMLConfig opts)
Method Detail

getOptions

public YAMLConfig getOptions()

emit

public void emit(Event event)
          throws java.io.IOException
Specified by:
emit in interface Emitter
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException