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