Class EmptyInstanceConfig
- java.lang.Object
-
- org.apache.sling.testing.clients.util.config.impl.EmptyInstanceConfig
-
- All Implemented Interfaces:
InstanceConfig
public class EmptyInstanceConfig extends java.lang.Object implements InstanceConfig
-
-
Constructor Summary
Constructors Constructor Description EmptyInstanceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceConfigrestore()Restores the saved status of the configurationInstanceConfigsave()Saves the current status of the configuration
-
-
-
Method Detail
-
save
public InstanceConfig save() throws InstanceConfigException
Description copied from interface:InstanceConfigSaves the current status of the configuration- Specified by:
savein interfaceInstanceConfig- Returns:
- this
- Throws:
InstanceConfigException- if saving the configuration fails
-
restore
public InstanceConfig restore() throws InstanceConfigException
Description copied from interface:InstanceConfigRestores the saved status of the configuration- Specified by:
restorein interfaceInstanceConfig- Returns:
- this
- Throws:
InstanceConfigException- if restoring the configuration fails
-
-