Package qilin
Class CoreConfig.ApplicationConfiguration
java.lang.Object
qilin.CoreConfig.ApplicationConfiguration
- Enclosing class:
- CoreConfig
-
Field Summary
Modifier and TypeFieldDescriptionPath for the root folder for the application classes or for the application jar file.exclude selected packagesboolean
include packages which are not analyzed by defaultPath for the JRE to be used for whole program analysis.Path for the root folder for the library jars.Main class for the application.Path for the reflection log file for the application. -
Constructor Summary
-
Method Summary
-
Field Details
-
APP_PATH
Path for the root folder for the application classes or for the application jar file. -
JRE
Path for the JRE to be used for whole program analysis. -
LIB_PATH
Path for the root folder for the library jars. -
REFLECTION_LOG
Path for the reflection log file for the application. -
MAIN_CLASS
Main class for the application. -
EXCLUDE
exclude selected packages -
INCLUDE_ALL
public boolean INCLUDE_ALLinclude packages which are not analyzed by default
-
-
Constructor Details
-
ApplicationConfiguration
public ApplicationConfiguration()
-