Uses of Interface
net.shibboleth.idp.installer.CurrentInstallState
-
Packages that use CurrentInstallState Package Description net.shibboleth.idp.installer Classes available for installation.net.shibboleth.idp.installer.impl Implementation classes for installation. -
-
Uses of CurrentInstallState in net.shibboleth.idp.installer
Fields in net.shibboleth.idp.installer declared as CurrentInstallState Modifier and Type Field Description private CurrentInstallStateV4Install. currentStateCurrent Install.private CurrentInstallStateV4Install.KeyManagement. currentStateCurrent Install.private CurrentInstallStateCopyDistribution. installStateThe state of the current install.Constructors in net.shibboleth.idp.installer with parameters of type CurrentInstallState Constructor Description BuildWar(InstallerProperties props, CurrentInstallState installState)Constructor.CopyDistribution(InstallerProperties props, CurrentInstallState state)Constructor.KeyManagement(InstallerProperties props, CurrentInstallState installState)Constructor.V4Install(InstallerProperties props, CurrentInstallState installState)Constructor. -
Uses of CurrentInstallState in net.shibboleth.idp.installer.impl
Classes in net.shibboleth.idp.installer.impl that implement CurrentInstallState Modifier and Type Class Description classCurrentInstallStateImplTells the installers about the current install state.
-