Class RenderOptions

java.lang.Object
Direct Known Subclasses:
ReportCommand, ScriptCommand

public abstract class RenderOptions
extends HelpOptions
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.io.File aliasFile  
    protected java.lang.String input  
    protected boolean pretty  
  • Constructor Summary

    Constructors 
    Constructor Description
    RenderOptions()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • aliasFile

      protected java.io.File aliasFile
    • pretty

      protected boolean pretty
    • input

      protected java.lang.String input
  • Constructor Details