Class CurrentInstallStateImpl

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • targetDir

        private final Path targetDir
        Where we are installing to.
      • deleteAfterUpgrades

        private final String[][] deleteAfterUpgrades
        The files we will delete if they created on upgrade.
      • enabledModules

        private Set<String> enabledModules
        The module IDs which are enabled.
      • idpPropertiesPresent

        private boolean idpPropertiesPresent
        Whether the IdP properties file exists.
      • ldapPropertiesPresent

        private boolean ldapPropertiesPresent
        Whether the LDAP properties file exists.
      • systemPresent

        private boolean systemPresent
        Whether system is present.
      • oldVersion

        private String oldVersion
        Old Version.
      • installedPluginsLoader

        @Nullable
        private ClassLoader installedPluginsLoader
        The classloader for "us plus the plugins in the target".
    • Constructor Detail

      • CurrentInstallStateImpl

        public CurrentInstallStateImpl​(InstallerProperties installerProps)
        Constructor.
        Parameters:
        installerProps - the installer situation.