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


public interface ResourceGroup

This is a group of resources all pointing to the same artifact, but maybe in different versions or locations.

Since:
1.0

Method Summary
 java.lang.String getAlias()
          Get the current alias for this group.
 java.util.List<Resource> getResources()
          Get all resources for this group.
 

Method Detail

getResources

java.util.List<Resource> getResources()
Get all resources for this group.

Returns:
The list of resources.

getAlias

java.lang.String getAlias()
Get the current alias for this group.

Returns:
The alias or null


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