|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.DirectoryDiff
@Deprecated public class DirectoryDiff
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 |
---|
public DirectoryDiff()
public DirectoryDiff(File dir1, File dir2)
Method Detail |
---|
public List<String> getDir1Only()
public void setDir1Only(List<String> dir1Only)
public List<String> getDir2Only()
public void setDir2Only(List<String> dir2Only)
public List<String> getBoth()
public void setBoth(List<String> both)
public File getDir1()
public void setDir1(File dir1)
public File getDir2()
public void setDir2(File dir2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |