org.apache.maven.shared.utils.io
Class DirectoryScanResult

java.lang.Object
  extended by org.apache.maven.shared.utils.io.DirectoryScanResult

public class DirectoryScanResult
extends Object

Scan for files in a directory at a given time and reports removed and added files between captures.


Constructor Summary
DirectoryScanResult(String[] filesAdded, String[] filesRemoved)
           
 
Method Summary
 String[] getFilesAdded()
           
 String[] getFilesRemoved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryScanResult

public DirectoryScanResult(String[] filesAdded,
                           String[] filesRemoved)
Method Detail

getFilesAdded

public String[] getFilesAdded()
Returns:
all files which got detected as being added between 2 capture calls

getFilesRemoved

public String[] getFilesRemoved()
Returns:
all files which got detected as being removed between 2 capture calls


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.