public interface ImportInfo
ImportInfo...| Modifier and Type | Interface and Description |
|---|---|
static class |
ImportInfo.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getError(java.lang.String path) |
java.util.TreeMap<java.lang.String,ImportInfo.Type> |
getModifications() |
NodeNameList |
getNameList() |
java.util.Collection<java.lang.String> |
getToVersion() |
ImportInfo |
merge(ImportInfo info) |
int |
numErrors()
returns the number of errors
|
int |
numModified()
returns the number of non-NOP entries.
|
void |
onCreated(java.lang.String path) |
void |
onDeleted(java.lang.String path) |
void |
onError(java.lang.String path,
java.lang.Exception e) |
void |
onMissing(java.lang.String path) |
void |
onModified(java.lang.String path) |
void |
onNop(java.lang.String path) |
void |
onReplaced(java.lang.String path) |
NodeNameList getNameList()
void onModified(java.lang.String path)
void onNop(java.lang.String path)
void onCreated(java.lang.String path)
void onDeleted(java.lang.String path)
void onReplaced(java.lang.String path)
void onMissing(java.lang.String path)
void onError(java.lang.String path,
java.lang.Exception e)
java.util.TreeMap<java.lang.String,ImportInfo.Type> getModifications()
java.lang.Exception getError(java.lang.String path)
java.util.Collection<java.lang.String> getToVersion()
ImportInfo merge(ImportInfo info)
int numModified()
int numErrors()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"