org.apache.sling.installer.api.info
Interface InstallationState


public interface InstallationState

The state of the OSGi installer at a given time.

Since:
1.0

Method Summary
 java.util.List<ResourceGroup> getActiveResources()
          Active resource groups These resource groups are currently in processing.
 java.util.List<ResourceGroup> getInstalledResources()
          Installed resource groups These resources groups are processed.
 java.util.List<RegisteredResource> getUntransformedResources()
          Return all untransformed resources
 

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.


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.