org.hyperic.util.config
Class RegexArrayConfigOption
java.lang.Object
org.hyperic.util.config.ConfigOption
org.hyperic.util.config.ArrayConfigOption
org.hyperic.util.config.RegexArrayConfigOption
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class RegexArrayConfigOption
- extends ArrayConfigOption
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RegexArrayConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue)
|
Methods inherited from class org.hyperic.util.config.ConfigOption |
copy, equals, getCategory, getConfirm, getDefault, getDescription, getName, hashCode, invalidOption, isOptional, setCategory, setConfirm, setDefault, setDescription, setName, setOptional, toString |
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
public RegexArrayConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue)
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Specified by:
checkOptionIsValid
in class ConfigOption
- Throws:
InvalidOptionValueException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.