public static class InfoflowConfiguration.OutputConfiguration extends Object
| 构造器和说明 |
|---|
OutputConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
getMaxCallersInOutputFile()
Gets the maximum number of callers that shall be considered per node when
writing out the call graph fraction from the entry point to the source.
|
boolean |
getNoCallGraphFraction()
Gets whether to exclude the call graph fraction from the entry points to the
source in the xml output
|
boolean |
getNoPassedValues()
Gets whether FlowDroid shall exclude the passed values to sources and sinks
from the xml output from the analysis
|
long |
getResultSerializationTimeout()
Gets the timeout for the result serialization process in seconds.
|
int |
hashCode() |
void |
merge(InfoflowConfiguration.OutputConfiguration outputConfig)
Copies the settings of the given configuration into this configuration object
|
void |
setMaxCallersInOutputFile(int maxCallers)
Specifies the maximum number of callers that shall be considered per node
when writing out the call graph fraction from the entry point to the source.
|
void |
setNoCallGraphFraction(boolean noCallGraphFraction)
Sets whether to exclude the call graph fraction from the entry points to the
source in the xml output
|
void |
setNoPassedValues(boolean noPassedValues)
Sets the option for exclusion of the passed values to sources and sinks in
the xml output
|
void |
setResultSerializationTimeout(long timeout)
Sets the timeout in seconds for the result serialization process.
|
public void merge(InfoflowConfiguration.OutputConfiguration outputConfig)
outputConfig - The other configuration objectpublic boolean getNoPassedValues()
public void setNoCallGraphFraction(boolean noCallGraphFraction)
noCallGraphFraction - True if the call graph fraction from the entry
points to the source shall be excluded from the
xml outputpublic boolean getNoCallGraphFraction()
public void setMaxCallersInOutputFile(int maxCallers)
maxCallers - The maximum number of callers to consider when writing out
the call graph fraction between entry point and sourcepublic int getMaxCallersInOutputFile()
public void setResultSerializationTimeout(long timeout)
timeout - The maximum time for writing out the results in secondspublic long getResultSerializationTimeout()
public void setNoPassedValues(boolean noPassedValues)
noPassedValues - the boolean value whether passed values should be
excluded from the xml outputCopyright © 2022 Fraunhofer SIT. All rights reserved.