@Deprecated public class DirectoryDiff extends Object
Constructor and Description |
---|
DirectoryDiff()
Deprecated.
|
DirectoryDiff(File dir1,
File dir2)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DirectoryDiff()
public DirectoryDiff(File dir1, File dir2)
public List<String> getDir1Only()
public void setDir1Only(List<String> dir1Only)
public List<String> getDir2Only()
public void setDir2Only(List<String> dir2Only)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.