1 | public void setLocalpath(Path localPath) {↵ | | 1 | public void setLocalpath(Path localPath) {↵
|
2 | super.setInternalLocalPath(localPath.toString());↵ | | 2 | super.setInternalLocalPath(localPath.toString());↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Check-out files recursively. Defaults to false.↵ | | 5 | * Get files recursively. Defaults to false.↵
|
6 | *↵ | | 6 | *↵
|
7 | * @param recursive The boolean value for recursive.↵ | | 7 | * @param recursive The boolean value for recursive.↵
|
8 | */↵ | | 8 | */↵
|
9 | public void setRecursive(boolean recursive) {↵ | | 9 | public final void setRecursive(boolean recursive) {↵
|
10 | super.setInternalRecursive(recursive); | | 10 | super.setInternalRecursive(recursive);
|