Package qilin

Class CoreConfig.ApplicationConfiguration

java.lang.Object
qilin.CoreConfig.ApplicationConfiguration
Enclosing class:
CoreConfig

public static class CoreConfig.ApplicationConfiguration extends Object
  • Field Details

    • APP_PATH

      public String APP_PATH
      Path for the root folder for the application classes or for the application jar file.
    • JRE

      public String JRE
      Path for the JRE to be used for whole program analysis.
    • LIB_PATH

      public String LIB_PATH
      Path for the root folder for the library jars.
    • REFLECTION_LOG

      public String REFLECTION_LOG
      Path for the reflection log file for the application.
    • MAIN_CLASS

      public String MAIN_CLASS
      Main class for the application.
    • EXCLUDE

      public List<String> EXCLUDE
      exclude selected packages
    • INCLUDE_ALL

      public boolean INCLUDE_ALL
      include packages which are not analyzed by default
  • Constructor Details

    • ApplicationConfiguration

      public ApplicationConfiguration()