Uses of Interface
org.ops4j.pax.coin.spi.ConfigGroup

Packages that use ConfigGroup
org.ops4j.pax.coin.service.internal.provider   
org.ops4j.pax.coin.spi   
 

Uses of ConfigGroup in org.ops4j.pax.coin.service.internal.provider
 

Methods in org.ops4j.pax.coin.service.internal.provider that return ConfigGroup
 ConfigGroup ComparatorBasedConfigSelector.selectFrom(ConfigGroup... configGroups)
          Sorts the array using the comparator and returns the highest one.
 

Methods in org.ops4j.pax.coin.service.internal.provider with parameters of type ConfigGroup
 int TimestampComparator.compare(ConfigGroup configGroup1, ConfigGroup configGroup2)
           
 int AvailabilityComparator.compare(ConfigGroup configGroup1, ConfigGroup configGroup2)
           
 ConfigGroup ComparatorBasedConfigSelector.selectFrom(ConfigGroup... configGroups)
          Sorts the array using the comparator and returns the highest one.
 

Uses of ConfigGroup in org.ops4j.pax.coin.spi
 

Methods in org.ops4j.pax.coin.spi that return ConfigGroup
 ConfigGroup ConfigSelector.selectFrom(ConfigGroup... configGroups)
          Returns the active configuration group for from provided configurations.
 

Methods in org.ops4j.pax.coin.spi with parameters of type ConfigGroup
 void ConfigProvider.register(ConfigGroup configGroup)
           
 ConfigGroup ConfigSelector.selectFrom(ConfigGroup... configGroups)
          Returns the active configuration group for from provided configurations.
 void ConfigProvider.unregister(ConfigGroup configGroup)
           
 



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