AutoFuzzMain
Class ConfigVariables
java.lang.Object
   AutoFuzzMain.ConfigVariables
AutoFuzzMain.ConfigVariables
- public class ConfigVariables 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConfigVariables
public ConfigVariables()
setRandomSessionIndex
public void setRandomSessionIndex(int i)
- 
 
getRandomSessionsIndex
public int getRandomSessionsIndex()
- 
 
reverseTrafficOrder
public void reverseTrafficOrder()
- 
 
getTrafficOrderIndex
public int getTrafficOrderIndex()
- 
 
setSystemConfigPath
public void setSystemConfigPath(java.lang.String path)
- 
 
getSystemConfigPath
public java.lang.String getSystemConfigPath()
- 
 
getLoggingLevelInfo
public int getLoggingLevelInfo()
- 
 
getLoggingLevelWarning
public int getLoggingLevelWarning()
- 
 
getLoggingLevelError
public int getLoggingLevelError()
- 
 
getLoggingLevelCritical
public int getLoggingLevelCritical()
- 
 
setNewFuzzingLogFile
public void setNewFuzzingLogFile(java.io.File f)
- 
 
getCurrentFuzzingLogFile
public java.io.File getCurrentFuzzingLogFile()
- 
 
setNewSystemLogFile
public void setNewSystemLogFile(java.io.File f)
- 
 
getCurrentSystemLogFile
public java.io.File getCurrentSystemLogFile()
-