Hyperic HQ Plugin API v. 2.5.dev

net.hyperic.util.config
Class MulticastIpAddressConfigOption

java.lang.Object
  extended bynet.hyperic.util.config.ConfigOption
      extended bynet.hyperic.util.config.StringConfigOption
          extended bynet.hyperic.util.config.MulticastIpAddressConfigOption
All Implemented Interfaces:
java.io.Serializable

public class MulticastIpAddressConfigOption
extends StringConfigOption

See Also:
Serialized Form

Field Summary
static java.lang.String ERR
           
 
Constructor Summary
MulticastIpAddressConfigOption(java.lang.String optName, java.lang.String optDesc, java.lang.String defValue)
           
 
Method Summary
 void checkOptionIsValid(java.lang.String value)
           
 
Methods inherited from class net.hyperic.util.config.StringConfigOption
getMaxLength, getMinLength, getTransport, isHidden, isSecret, setHidden, setMaxLength, setMinLength, setSecret
 
Methods inherited from class net.hyperic.util.config.ConfigOption
equals, getDefault, getDescription, getName, getTransport, hashCode, isOptional, setDefault, setOptional, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR

public static final java.lang.String ERR
See Also:
Constant Field Values
Constructor Detail

MulticastIpAddressConfigOption

public MulticastIpAddressConfigOption(java.lang.String optName,
                                      java.lang.String optDesc,
                                      java.lang.String defValue)
Method Detail

checkOptionIsValid

public void checkOptionIsValid(java.lang.String value)
                        throws InvalidOptionValueException
Overrides:
checkOptionIsValid in class StringConfigOption
Throws:
InvalidOptionValueException

Hyperic HQ Plugin API v. 2.5.dev

Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.