| Package | Description |
|---|---|
| org.apache.sling.testing.clients.osgi |
OSGI testing tools.
|
| org.apache.sling.testing.clients.util.config |
| 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
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.