railo.runtime.config
Class DebugEntry

java.lang.Object
  extended by railo.runtime.config.DebugEntry

public class DebugEntry
extends Object


Constructor Summary
DebugEntry(String id, String type, String ipRange, String label, String path, String fullname, Struct custom)
           
 
Method Summary
 DebugEntry duplicate(boolean readOnly)
           
 Struct getCustom()
           
 String getFullname()
           
 String getId()
           
 IPRange getIpRange()
           
 String getIpRangeAsString()
           
 String getLabel()
           
 String getPath()
           
 String getType()
           
static String ipRangeToId(String ipRange)
           
 boolean isReadOnly()
           
static String organizeIPRange(String ipRange)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugEntry

public DebugEntry(String id,
                  String type,
                  String ipRange,
                  String label,
                  String path,
                  String fullname,
                  Struct custom)
           throws IOException
Throws:
IOException
Method Detail

getPath

public String getPath()
Returns:
the path

getFullname

public String getFullname()
Returns:
the fullname

isReadOnly

public boolean isReadOnly()
Returns:
the readOnly

getId

public String getId()
Returns:
the id

getType

public String getType()
Returns:
the type

getIpRangeAsString

public String getIpRangeAsString()
Returns:
the ipRange

getIpRange

public IPRange getIpRange()

getLabel

public String getLabel()
Returns:
the label

getCustom

public Struct getCustom()
Returns:
the custom

duplicate

public DebugEntry duplicate(boolean readOnly)

organizeIPRange

public static String organizeIPRange(String ipRange)

ipRangeToId

public static String ipRangeToId(String ipRange)


Copyright © 2012 Railo