Interface InfoProvider
-
@ProviderType public interface InfoProvider
The info provider delivers information about the current state of the OSGi installer- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstallationState
getInstallationState()
Return the current installation state.
-
-
-
Method Detail
-
getInstallationState
InstallationState getInstallationState()
Return the current installation state. The installation state is a snapshot of the state at method call time.- Returns:
- The installation state
-
-