railo.runtime.config
Class DebugEntry
java.lang.Object
railo.runtime.config.DebugEntry
public class DebugEntry
- extends Object
DebugEntry
public DebugEntry(String id,
String type,
String ipRange,
String label,
String path,
String fullname,
Struct custom)
throws IOException
- Throws:
IOException
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