org.kohsuke.stapler.export
Class Parser<T>

java.lang.Object
  extended by org.kohsuke.stapler.export.Parser<T>

public class Parser<T>
extends java.lang.Object

Writes all the property of one ExportedBean to DataWriter.

Author:
Kohsuke Kawaguchi

Method Summary
 void writeTo(T object, DataWriter writer)
          Writes the property values of the given object to the writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeTo

public void writeTo(T object,
                    DataWriter writer)
             throws java.io.IOException
Writes the property values of the given object to the writer.

Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.