Interface InstallationState


  • @ProviderType
    public interface InstallationState
    The state of the OSGi installer at a given time.
    Since:
    1.0
    • Method Detail

      • getActiveResources

        java.util.List<ResourceGroup> getActiveResources()
        Active resource groups These resource groups are currently in processing. The first resource of each group is being processing.
        Returns:
        All active resource groups
      • getInstalledResources

        java.util.List<ResourceGroup> getInstalledResources()
        Installed resource groups These resources groups are processed.
        Returns:
        All installed resource groups
      • getUntransformedResources

        java.util.List<RegisteredResource> getUntransformedResources()
        Return all untransformed resources
        Returns:
        All untransformed resources.