net.hyperic.util.config
Class RegexArrayConfigOption
java.lang.Object
net.hyperic.util.config.ConfigOption
net.hyperic.util.config.ArrayConfigOption
net.hyperic.util.config.RegexArrayConfigOption
- All Implemented Interfaces:
- java.io.Serializable
- public class RegexArrayConfigOption
- extends ArrayConfigOption
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DELIM
public static final char DELIM
- See Also:
- Constant Field Values
DELIM_STR
public static final java.lang.String DELIM_STR
- See Also:
- Constant Field Values
RegexArrayConfigOption
protected RegexArrayConfigOption()
- Should only be used by serializer/deserializer
RegexArrayConfigOption
public RegexArrayConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue)
RegexArrayConfigOption
public RegexArrayConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue,
net.hyperic.util.file.PathValidator pathValidator)
RegexArrayConfigOption
public RegexArrayConfigOption(net.hyperic.util.config.OptionTransport transport)
throws net.hyperic.util.config.EncodingException
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Specified by:
checkOptionIsValid
in class ConfigOption
- Throws:
InvalidOptionValueException
getTransport
public net.hyperic.util.config.OptionTransport getTransport()
- Specified by:
getTransport
in class ConfigOption
Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.