ConfigChangepublic interface ConfigChange A configuration change for an element. Holds xpath, list of changed
attributes, their old and new values. |
Fields Summary |
---|
public static final String | TYPE_ADD | public static final String | TYPE_UPDATE | public static final String | TYPE_DELETE | public static final String | TYPE_SET |
Methods Summary |
---|
public java.lang.String | getConfigChangeType()can be "update" or "delete" or "add"
| public long | getGlobalLastModified()
| public java.lang.String | getName()
| public java.lang.String | getParentXPath()currently makes sense only for add.
returns null in other cases
| public java.lang.String | getXPath()returns childXPath for add, set and update and delete
| public void | setGlobalLastModified(long lm)
|
|