org.hyperic.util.config
Class PortConfigOption
java.lang.Object
org.hyperic.util.config.ConfigOption
org.hyperic.util.config.IntegerConfigOption
org.hyperic.util.config.PortConfigOption
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class PortConfigOption
- extends IntegerConfigOption
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
PortConfigOption(java.lang.String optName,
java.lang.String optDesc,
int defValue)
|
PortConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Integer 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 |
PortConfigOption
public PortConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.Integer defValue)
PortConfigOption
public PortConfigOption(java.lang.String optName,
java.lang.String optDesc,
int defValue)
checkOptionIsValid
public void checkOptionIsValid(java.lang.String value)
throws InvalidOptionValueException
- Overrides:
checkOptionIsValid
in class IntegerConfigOption
- Throws:
InvalidOptionValueException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.