Hyperic HQ Plugin API v. 2.5.dev

net.hyperic.util.config
Class StringArrayConfigOption

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

public class StringArrayConfigOption
extends ArrayConfigOption

See Also:
Serialized Form

Field Summary
static char DELIM
           
static java.lang.String DELIM_STR
           
 
Constructor Summary
protected StringArrayConfigOption()
          Should only be used by serializer/deserializer
  StringArrayConfigOption(java.lang.String optName, java.lang.String optDesc, java.lang.String defValue)
           
 
Method Summary
 void checkOptionIsValid(java.lang.String value)
           
 net.hyperic.util.config.OptionTransport getTransport()
           
 
Methods inherited from class net.hyperic.util.config.ArrayConfigOption
getDelim, getTransport, setDelim
 
Methods inherited from class net.hyperic.util.config.ConfigOption
equals, getDefault, getDescription, getName, hashCode, isOptional, setDefault, setOptional, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

StringArrayConfigOption

protected StringArrayConfigOption()
Should only be used by serializer/deserializer


StringArrayConfigOption

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

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

Hyperic HQ Plugin API v. 2.5.dev

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