Hyperic HQ Plugin API v. 2.5.dev

net.hyperic.util.config
Class MacAddressConfigOption

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

public class MacAddressConfigOption
extends StringConfigOption

See Also:
Serialized Form

Constructor Summary
MacAddressConfigOption(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
 

Constructor Detail

MacAddressConfigOption

public MacAddressConfigOption(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.