edu.ntnu.item.jt.system.configbeans
Class DynamicAnalysisToolBean

java.lang.Object
  extended by edu.ntnu.item.jt.system.configbeans.DynamicAnalysisToolBean

public class DynamicAnalysisToolBean
extends Object

Annotated bean containing information about a dynamic analysis tool. Provided to work with the Simple XML loader for simplicity.

Author:
Jøran Vagnby Lillesand

Constructor Summary
DynamicAnalysisToolBean()
           
 
Method Summary
 boolean getExecuteMalwareExplicitly()
           
 String getName()
           
 String getToolExecutablePath()
           
 String getToolParameters()
           
 String getToolResultFile()
           
 void setExecuteMalwareExplicitly(boolean executeMalwareExplicitly)
           
 void setName(String name)
           
 void setToolExecutablePath(String toolExecutablePath)
           
 void setToolParameters(String toolParameters)
           
 void setToolResultFile(String toolResultFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicAnalysisToolBean

public DynamicAnalysisToolBean()
Method Detail

getExecuteMalwareExplicitly

public boolean getExecuteMalwareExplicitly()

setExecuteMalwareExplicitly

public void setExecuteMalwareExplicitly(boolean executeMalwareExplicitly)

getName

public String getName()

setName

public void setName(String name)

getToolExecutablePath

public String getToolExecutablePath()

setToolExecutablePath

public void setToolExecutablePath(String toolExecutablePath)

getToolParameters

public String getToolParameters()

setToolParameters

public void setToolParameters(String toolParameters)

getToolResultFile

public String getToolResultFile()

setToolResultFile

public void setToolResultFile(String toolResultFile)