org.ow2.clif.scenario.isac.egui.wizards.httpCapture
Class ConfigIsac

java.lang.Object
  extended by com.bitmechanic.maxq.Config
      extended by org.ow2.clif.scenario.isac.egui.wizards.httpCapture.ConfigIsac

public class ConfigIsac
extends com.bitmechanic.maxq.Config

This class extends from the maxQ Config class. It is used for taking properties from properties file instead of system properties

Author:
Florian Francheteau

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bitmechanic.maxq.Config
com.bitmechanic.maxq.Config.ProxySettings
 
Field Summary
 
Fields inherited from class com.bitmechanic.maxq.Config
config, props
 
Method Summary
static com.bitmechanic.maxq.Config getConfig()
          get maxQ configuration and load it if it does not exist
static void initConfig()
          Set up the properties file from maxq.properties file
static void removeConfig()
          remove maxQ configuration
 
Methods inherited from class com.bitmechanic.maxq.Config
addPythonPath, completeInit, getDriverPkgName, getExcludePatterns, getExist, getIncludePatterns, getPort, getProperty, getProperty, getPropertyInt, getProxySettings, getPythonPath, getReplace, getScriptArg, getTestLogger, getValidatorPkgName, isDebug, isQuiet, setDebug, setExcludePatterns, setExist, setIncludePatterns, setPort, setProperty, setProxySettings, setQuiet, setReplace, setScriptArg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initConfig

public static void initConfig()
Set up the properties file from maxq.properties file


getConfig

public static com.bitmechanic.maxq.Config getConfig()
get maxQ configuration and load it if it does not exist


removeConfig

public static void removeConfig()
remove maxQ configuration