org.kuali.common.util
Class DirectoryDiff

java.lang.Object
  extended by org.kuali.common.util.DirectoryDiff

Deprecated.

@Deprecated
public class DirectoryDiff
extends Object


Constructor Summary
DirectoryDiff()
          Deprecated.  
DirectoryDiff(File dir1, File dir2)
          Deprecated.  
 
Method Summary
 List<String> getBoth()
          Deprecated.  
 File getDir1()
          Deprecated.  
 List<String> getDir1Only()
          Deprecated.  
 File getDir2()
          Deprecated.  
 List<String> getDir2Only()
          Deprecated.  
 void setBoth(List<String> both)
          Deprecated.  
 void setDir1(File dir1)
          Deprecated.  
 void setDir1Only(List<String> dir1Only)
          Deprecated.  
 void setDir2(File dir2)
          Deprecated.  
 void setDir2Only(List<String> dir2Only)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryDiff

public DirectoryDiff()
Deprecated. 

DirectoryDiff

public DirectoryDiff(File dir1,
                     File dir2)
Deprecated. 
Method Detail

getDir1Only

public List<String> getDir1Only()
Deprecated. 

setDir1Only

public void setDir1Only(List<String> dir1Only)
Deprecated. 

getDir2Only

public List<String> getDir2Only()
Deprecated. 

setDir2Only

public void setDir2Only(List<String> dir2Only)
Deprecated. 

getBoth

public List<String> getBoth()
Deprecated. 

setBoth

public void setBoth(List<String> both)
Deprecated. 

getDir1

public File getDir1()
Deprecated. 

setDir1

public void setDir1(File dir1)
Deprecated. 

getDir2

public File getDir2()
Deprecated. 

setDir2

public void setDir2(File dir2)
Deprecated. 


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.