de.netcomputing.anyj.scripting
Class AJSDirDiffResult

java.lang.Object
  |
  +--de.netcomputing.anyj.scripting.AJSDirDiffResult

public class AJSDirDiffResult
extends java.lang.Object

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

getAdded

public java.util.List getAdded()
files which are new in directory A

getChanged

public java.util.List getChanged()
files which are changed

getRemoved

public java.util.List getRemoved()
files which have been removed in A (or are new in B)