|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.coin.provider.scanner.ResourceGroupUtils
public class ResourceGroupUtils
Utilities related to resource groups.
Nested Class Summary | |
---|---|
static interface |
ResourceGroupUtils.FailureListener
To be implemented by classes that whish to be notified of failures during processing. |
Method Summary | |
---|---|
static List<ResourceGroup> |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<ResourceGroup> createGroups(Map<String,URL> urls, ResourceGroupUtils.FailureListener failureListener)
urls
- map between file name and urlfailureListener
- listener for failures during processing; can be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |