public class RestoreSpecificSystemProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.String> |
originalValues |
private java.util.List<java.lang.String> |
properties |
| Constructor and Description |
|---|
RestoreSpecificSystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String property) |
void |
restore() |
private void |
restore(java.lang.String property,
java.lang.String originalValue) |