org.codehaus.mojo.properties
Class DirectoryComparer

java.lang.Object
  extended by org.codehaus.mojo.properties.DirectoryComparer

public class DirectoryComparer
extends Object


Constructor Summary
DirectoryComparer()
           
 
Method Summary
protected  void execute(DD one, DD two)
           
protected  DD getDD(File dir)
           
protected  String getRelativePath(File dir, File file)
           
protected  List<File> getUnmatchedFiles(DD one, DD two)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryComparer

public DirectoryComparer()
Method Detail

test

public void test()

getDD

protected DD getDD(File dir)

execute

protected void execute(DD one,
                       DD two)

getUnmatchedFiles

protected List<File> getUnmatchedFiles(DD one,
                                       DD two)

getRelativePath

protected String getRelativePath(File dir,
                                 File file)


Copyright © 2009-2013 The Kuali Foundation. All Rights Reserved.