org.kohsuke.stapler.export
Class ExportConfig

java.lang.Object
  extended by org.kohsuke.stapler.export.ExportConfig

public class ExportConfig
extends Object

Controls the output behaviour.

Author:
Kohsuke Kawaguchi

Field Summary
 boolean prettyPrint
          If true, output will be indented to make it easier for humans to understand.
 
Constructor Summary
ExportConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prettyPrint

public boolean prettyPrint
If true, output will be indented to make it easier for humans to understand.

Constructor Detail

ExportConfig

public ExportConfig()


Copyright © 2013. All Rights Reserved.