Uses of Class
cdx.scorebot.util.config.ConfigOption

Packages that use ConfigOption
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
cdx.scorebot.net.tests.dns DNS tests 
cdx.scorebot.net.tests.email Email tests 
cdx.scorebot.net.tests.generic Tests which run on any Service 
cdx.scorebot.net.tests.jabber Jabber tests 
cdx.scorebot.net.tests.smb Samba tests 
cdx.scorebot.net.tests.webserver Webserver tests 
cdx.scorebot.util.config Contains classes which define parameters to Tests. 
 

Uses of ConfigOption in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that return types with arguments of type ConfigOption
protected abstract  java.util.HashMap<java.lang.String,ConfigOption> Test.getDefaultConfigValues()
          returns a key-value pair of what options are available for configuration along with their default values
 java.util.HashMap<java.lang.String,ConfigOption> Configuration.getOptions()
          gets the configuration of the test which generated this event
 java.util.Vector<ConfigOption> Configuration.getOptionsWithNames()
          gets a vector which holds the configuration option values (sorted by their corresponding option name in alphabetical order) which contain their names which can be retrieved with the getName or toString methods of ConfigOption.
 

Methods in cdx.scorebot.net.tests with parameters of type ConfigOption
abstract  void Test.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 

Method parameters in cdx.scorebot.net.tests with type arguments of type ConfigOption
abstract  Test Test.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 void Configuration.setOptionValues(java.util.Vector<ConfigOption> optionValues)
          sets the configuration values from a vector which holds the configuration option values (must be sorted by their corresponding option name in alphabetical order)
 void Test.verifyConfig(Configuration configuration, java.util.HashMap<java.lang.String,ConfigOption> neededConfig)
          Checks the config to ensure it has all the properties in neededConfig.
 

Constructor parameters in cdx.scorebot.net.tests with type arguments of type ConfigOption
Configuration(java.util.HashMap<java.lang.String,ConfigOption> config)
          instantiates a configuration with the specified options
Test(S service, java.util.HashMap<java.lang.String,ConfigOption> options)
          Instantiates a test with the specified config (verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.dns
 

Methods in cdx.scorebot.net.tests.dns that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> ResolveIP.getDefaultConfigValues()
          gets a key-value pair of what options are available for configuration
protected  java.util.HashMap<java.lang.String,ConfigOption> ResolveHostname.getDefaultConfigValues()
          gets a key-value pair of what options are available for configuration
 

Methods in cdx.scorebot.net.tests.dns with parameters of type ConfigOption
 void ResolveIP.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 void ResolveHostname.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 

Method parameters in cdx.scorebot.net.tests.dns with type arguments of type ConfigOption
 Test ResolveIP.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 Test ResolveHostname.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 

Constructor parameters in cdx.scorebot.net.tests.dns with type arguments of type ConfigOption
ResolveHostname(DNSService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
ResolveIP(DNSService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.email
 

Methods in cdx.scorebot.net.tests.email that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> Sendmail.getDefaultConfigValues()
          gets a key-value pair of what options are available for configuration
 

Methods in cdx.scorebot.net.tests.email with parameters of type ConfigOption
 void Sendmail.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 

Method parameters in cdx.scorebot.net.tests.email with type arguments of type ConfigOption
 Test Sendmail.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 

Constructor parameters in cdx.scorebot.net.tests.email with type arguments of type ConfigOption
Sendmail(EmailService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.generic
 

Methods in cdx.scorebot.net.tests.generic that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> Ping.getDefaultConfigValues()
          gets a key-value pair of what options are available for configuration
 

Methods in cdx.scorebot.net.tests.generic with parameters of type ConfigOption
 void Ping.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 

Method parameters in cdx.scorebot.net.tests.generic with type arguments of type ConfigOption
 Test Ping.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 

Constructor parameters in cdx.scorebot.net.tests.generic with type arguments of type ConfigOption
Ping(Service service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.jabber
 

Methods in cdx.scorebot.net.tests.jabber that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> SendMessage.getDefaultConfigValues()
          gets a key-value pair of what options are available for configuration
 

Methods in cdx.scorebot.net.tests.jabber with parameters of type ConfigOption
 void SendMessage.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
           
 

Method parameters in cdx.scorebot.net.tests.jabber with type arguments of type ConfigOption
 Test SendMessage.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test of this type with the specified config (verify that it includes all needed configuration options).
 

Constructor parameters in cdx.scorebot.net.tests.jabber with type arguments of type ConfigOption
SendMessage(JabberService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.smb
 

Methods in cdx.scorebot.net.tests.smb that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> WriteFile.getDefaultConfigValues()
           
protected  java.util.HashMap<java.lang.String,ConfigOption> ReadFile.getDefaultConfigValues()
           
 

Methods in cdx.scorebot.net.tests.smb with parameters of type ConfigOption
 void WriteFile.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
          Determine whether the specified configuration option is a valid value.
 void ReadFile.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
           
 

Method parameters in cdx.scorebot.net.tests.smb with type arguments of type ConfigOption
 Test WriteFile.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
           
 Test ReadFile.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
           
 

Constructor parameters in cdx.scorebot.net.tests.smb with type arguments of type ConfigOption
ReadFile(SMBService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
WriteFile(SMBService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.net.tests.webserver
 

Methods in cdx.scorebot.net.tests.webserver that return types with arguments of type ConfigOption
protected  java.util.HashMap<java.lang.String,ConfigOption> FileIntegrityCheck.getDefaultConfigValues()
           
 

Methods in cdx.scorebot.net.tests.webserver with parameters of type ConfigOption
 void FileIntegrityCheck.verifyConfigValue(java.lang.String optionName, ConfigOption optionValue)
           
 

Method parameters in cdx.scorebot.net.tests.webserver with type arguments of type ConfigOption
 Test FileIntegrityCheck.instantiate(java.util.HashMap<java.lang.String,ConfigOption> config)
           
 

Constructor parameters in cdx.scorebot.net.tests.webserver with type arguments of type ConfigOption
FileIntegrityCheck(WebService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
 

Uses of ConfigOption in cdx.scorebot.util.config
 

Subclasses of ConfigOption in cdx.scorebot.util.config
 class ConfigBoolean
          Implements Boolean as a configuration option
 class ConfigDouble
          Implements Double as a configuration option
 class ConfigInteger
          Implements Integer as a configuration option
 class ConfigString
          Implements String as a configuration option
 

Methods in cdx.scorebot.util.config that return ConfigOption
 ConfigOption ConfigString.getShortCopy()
           
abstract  ConfigOption ConfigOption.getShortCopy()
          Returns a copy of this configuration option.
 ConfigOption ConfigInteger.getShortCopy()
           
 ConfigOption ConfigDouble.getShortCopy()
           
 ConfigOption ConfigBoolean.getShortCopy()
           
 

Methods in cdx.scorebot.util.config with parameters of type ConfigOption
 boolean ConfigOption.equals(ConfigOption o)