Uses of Interface
org.apache.sling.testing.clients.util.config.InstanceConfig
-
Packages that use InstanceConfig Package Description org.apache.sling.testing.clients.osgi OSGI testing tools.org.apache.sling.testing.clients.util.config -
-
Uses of InstanceConfig in org.apache.sling.testing.clients.osgi
Classes in org.apache.sling.testing.clients.osgi that implement InstanceConfig Modifier and Type Class Description classOsgiInstanceConfigAllows saving and restoring the OSGiConfig to be used before and after altering OSGi configurations for testsMethods in org.apache.sling.testing.clients.osgi that return InstanceConfig Modifier and Type Method Description InstanceConfigOsgiInstanceConfig. restore()Restore the current OSGi configuration for the PID defined in the constructorInstanceConfigOsgiInstanceConfig. save()Save the current OSGi configuration for the PID defined in the constructor -
Uses of InstanceConfig in org.apache.sling.testing.clients.util.config
Subinterfaces of InstanceConfig in org.apache.sling.testing.clients.util.config Modifier and Type Interface Description interfaceInstanceConfigCacheA cache for differentInstanceConfigobjectsMethods in org.apache.sling.testing.clients.util.config that return InstanceConfig Modifier and Type Method Description InstanceConfigInstanceConfig. restore()Restores the saved status of the configurationInstanceConfigInstanceConfig. save()Saves the current status of the configuration
-