public static class CoreConfig.ApplicationConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
APP_PATH
Path for the root folder for the application classes or for the application jar file.
|
List<String> |
EXCLUDE
exclude selected packages
|
boolean |
INCLUDE_ALL
include packages which are not analyzed by default
|
String |
JRE
Path for the JRE to be used for whole program analysis.
|
String |
LIB_PATH
Path for the root folder for the library jars.
|
String |
MAIN_CLASS
Main class for the application.
|
String |
REFLECTION_LOG
Path for the reflection log file for the application.
|
| Constructor and Description |
|---|
ApplicationConfiguration() |
public String APP_PATH
public String JRE
public String LIB_PATH
public String REFLECTION_LOG
public String MAIN_CLASS
public boolean INCLUDE_ALL
Copyright © 2024 Soot OSS. All rights reserved.