public abstract class AbstractSynchronizable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
extensions |
protected String |
regex |
protected int |
updateInterval |
protected List<String> |
updateOnlyExtensions |
protected Map<File,File> |
updates |
| Constructor and Description |
|---|
AbstractSynchronizable() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExtensions() |
String |
getRegex() |
int |
getUpdateInterval() |
List<String> |
getUpdateOnlyExtenions() |
void |
setExtensions(List<String> extensions) |
void |
setRegex(String regex) |
void |
setUpdateInterval(int updateInterval) |
void |
setUpdateOnlyExtensions(List<String> updateOnlyExtensions) |
abstract Map<File,File> |
updates() |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.