public interface FileChange extends Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | ADD | 
| static String | EDIT | 
| static String | REMOVE | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getCurrentLastModifiedTime()Returns the time that the file for the current configuration
 was last modified. | 
| String | getOperation() | 
| String | getPath() | 
| long | getProposedLastModifiedTime()Returns the time that the file for the proposed configuration
 was last modified. | 
static final String EDIT
static final String ADD
static final String REMOVE
String getPath()
String getOperation()
long getCurrentLastModifiedTime()
long getProposedLastModifiedTime()