AutoFuzzMain
Class ConfigVariables

java.lang.Object
  extended by AutoFuzzMain.ConfigVariables

public class ConfigVariables
extends java.lang.Object


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

Constructor Detail

ConfigVariables

public ConfigVariables()
Method Detail

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()