railo.runtime.dump
Class DumpProperties
java.lang.Object
railo.runtime.dump.DumpProperties
- public class DumpProperties
- extends java.lang.Object
|
Constructor Summary |
DumpProperties(int maxlevel,
java.util.Set show,
java.util.Set hide,
int keys,
boolean metainfo,
boolean showUDFs)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_LEVEL
public static final int DEFAULT_MAX_LEVEL
- See Also:
- Constant Field Values
DEFAULT
public static final DumpProperties DEFAULT
DumpProperties
public DumpProperties(int maxlevel,
java.util.Set show,
java.util.Set hide,
int keys,
boolean metainfo,
boolean showUDFs)
getMetainfo
public boolean getMetainfo()
- Returns:
- the metainfo
getShow
public java.util.Set getShow()
- Returns:
- the show
getHide
public java.util.Set getHide()
- Returns:
- the hide
getMaxlevel
public int getMaxlevel()
getMaxKeys
public int getMaxKeys()
- Returns:
- the keys
getShowUDFs
public boolean getShowUDFs()
- Returns:
- the showUDFs