|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.netcomputing.anyj.scripting.AJSDirDiffResult
represents the result of a directory diff. contains 3 lists of Files
Method Summary | |
java.util.List |
getAdded()
files which are new in directory A |
java.util.List |
getChanged()
files which are changed |
java.util.List |
getRemoved()
files which have been removed in A (or are new in B) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.util.List getAdded()
public java.util.List getChanged()
public java.util.List getRemoved()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |