Uses of Interface
org.ops4j.pax.coin.provider.scanner.ResourceGroup

Packages that use ResourceGroup
org.ops4j.pax.coin.provider.scanner   
 

Uses of ResourceGroup in org.ops4j.pax.coin.provider.scanner
 

Classes in org.ops4j.pax.coin.provider.scanner that implement ResourceGroup
 class ResourceGroupVO
          Simple implementation of a resource group as an (immutable) Value Object.
 

Methods in org.ops4j.pax.coin.provider.scanner that return ResourceGroup
 ResourceGroup[] ResourceScanner.scan()
           
 

Methods in org.ops4j.pax.coin.provider.scanner that return types with arguments of type ResourceGroup
static List<ResourceGroup> ResourceGroupUtils.createGroups(Map<String,URL> urls, ResourceGroupUtils.FailureListener failureListener)
          Creates array of configuration groups out of a map if file names -> url.
The file name should be in format:
groupId[$configId].extension
where:
- config id is optional and should be present only for a msf configuration
- extension determines the type of properties adapter to be used
Assertions;
- there is only one $ in the file name
- there is always an extension
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.