railo.runtime.dump
Class DumpWriterEntry

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

public class DumpWriterEntry
extends Object

this class is to hold all information to a dumpwriter together in a single class, Dumpwriter, name and if it is a default.


Constructor Summary
DumpWriterEntry(int defaultType, String name, DumpWriter writer)
           
 
Method Summary
 int getDefaultType()
           
 String getName()
           
 DumpWriter getWriter()
           
 void setDefaultType(int defaultType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpWriterEntry

public DumpWriterEntry(int defaultType,
                       String name,
                       DumpWriter writer)
Method Detail

getDefaultType

public int getDefaultType()
Returns:
the def

setDefaultType

public void setDefaultType(int defaultType)
Parameters:
def - the def to set

getName

public String getName()
Returns:
the name

getWriter

public DumpWriter getWriter()
Returns:
the writer


Copyright © 2012 Railo