Uses of Interface
org.ops4j.pax.coin.provider.scanner.ResourceGroupUtils.FailureListener

Packages that use ResourceGroupUtils.FailureListener
org.ops4j.pax.coin.provider.scanner   
 

Uses of ResourceGroupUtils.FailureListener in org.ops4j.pax.coin.provider.scanner
 

Methods in org.ops4j.pax.coin.provider.scanner with parameters of type ResourceGroupUtils.FailureListener
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.