railo.runtime.dump
Class DumpProperties

java.lang.Object
  extended by railo.runtime.dump.DumpProperties

public class DumpProperties
extends Object


Field Summary
static DumpProperties DEFAULT
           
static int DEFAULT_MAX_LEVEL
           
 
Constructor Summary
DumpProperties(int maxlevel, Set show, Set hide, int keys, boolean metainfo, boolean showUDFs)
           
 
Method Summary
 Set getHide()
           
 int getMaxKeys()
           
 int getMaxlevel()
           
 boolean getMetainfo()
           
 Set getShow()
           
 boolean getShowUDFs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAX_LEVEL

public static final int DEFAULT_MAX_LEVEL
See Also:
Constant Field Values

DEFAULT

public static final DumpProperties DEFAULT
Constructor Detail

DumpProperties

public DumpProperties(int maxlevel,
                      Set show,
                      Set hide,
                      int keys,
                      boolean metainfo,
                      boolean showUDFs)
Method Detail

getMetainfo

public boolean getMetainfo()
Returns:
the metainfo

getShow

public Set getShow()
Returns:
the show

getHide

public Set getHide()
Returns:
the hide

getMaxlevel

public int getMaxlevel()

getMaxKeys

public int getMaxKeys()
Returns:
the keys

getShowUDFs

public boolean getShowUDFs()
Returns:
the showUDFs


Copyright © 2012 Railo