public class IgnoreChangesConfig
extends java.lang.Object
| Constructor and Description |
|---|
IgnoreChangesConfig()
Initialise a new empty
IgnoreChangesConfig. |
IgnoreChangesConfig(java.util.List<Location> ignoreLocations)
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(Location ignoreLocation)
Adds another
Location object to be ignored. |
java.util.List<Location> |
getLocations()
Gets the
List of Location objects. |
void |
setLocations(java.util.List<Location> ignoreLocations)
Sets the
List of Location objects. |