Package | Description |
---|---|
org.apache.sling.testing.clients.osgi |
OSGI testing tools.
|
org.apache.sling.testing.clients.util.config | |
org.apache.sling.testing.clients.util.config.impl |
Modifier and Type | Class and Description |
---|---|
class |
OsgiInstanceConfig
Allows saving and restoring the OSGiConfig to be used before and after altering OSGi configurations for tests
|
Modifier and Type | Method and Description |
---|---|
InstanceConfig |
OsgiInstanceConfig.restore()
Restore the current OSGi configuration for the PID defined in the constructor
|
InstanceConfig |
OsgiInstanceConfig.save()
Save the current OSGi configuration for the PID defined in the constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
InstanceConfigCache
A cache for different
InstanceConfig objects |
Modifier and Type | Method and Description |
---|---|
InstanceConfig |
InstanceConfig.restore()
Restores the saved status of the configuration
|
InstanceConfig |
InstanceConfig.save()
Saves the current status of the configuration
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyInstanceConfig |
class |
InstanceConfigCacheImpl |
Modifier and Type | Method and Description |
---|---|
InstanceConfig |
InstanceConfigCacheImpl.restore() |
InstanceConfig |
EmptyInstanceConfig.restore() |
InstanceConfig |
InstanceConfigCacheImpl.save() |
InstanceConfig |
EmptyInstanceConfig.save() |
Modifier and Type | Method and Description |
---|---|
Iterator<InstanceConfig> |
InstanceConfigCacheImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceConfigCacheImpl.add(InstanceConfig instanceConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceConfigCacheImpl.addAll(Collection<? extends InstanceConfig> c) |
Constructor and Description |
---|
InstanceConfigCacheImpl(List<InstanceConfig> configs) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.