net.hyperic.util.config
Class DirConfigOption
java.lang.Object
net.hyperic.util.config.ConfigOption
net.hyperic.util.config.DirConfigOption
- All Implemented Interfaces:
- java.io.Serializable
- public class DirConfigOption
- extends ConfigOption
- See Also:
- Serialized Form
Constructor Summary |
protected |
DirConfigOption()
Should only be used by serializer/deserializer |
|
DirConfigOption(net.hyperic.util.config.OptionTransport transport)
|
|
DirConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DirConfigOption
protected DirConfigOption()
- Should only be used by serializer/deserializer
DirConfigOption
public DirConfigOption(java.lang.String optName,
java.lang.String optDesc,
java.lang.String defValue)
DirConfigOption
public DirConfigOption(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.