1 | public final void setFile(String filename) {↵ | | 1 | public final void setFile(String filename) {↵
|
2 | super.setInternalFilename(filename);↵ | | 2 | super.setInternalFilename(filename);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Flag to recursively apply the action. Defaults to false.↵ | | 5 | * Flag to recursively apply the action. Defaults to false↵
|
6 | *↵ | | 6 | *↵
|
7 | * @param recursive True for recursive operation.↵ | | 7 | * @param recursive True for recursive operation.↵
|
8 | */↵ | | 8 | */↵
|
9 | public void setRecursive(boolean recursive) {↵ | | 9 | public void setRecursive(boolean recursive) {↵
|
10 | super.setInternalRecursive(recursive);↵ | | 10 | super.setInternalRecursive(recursive);↵
|
11 | }↵ | | 11 | }↵
|
|
12 | /**↵ | | 12 | /**↵
|
13 | * The comment to apply to all files being label↵ | | 13 | * Set the version number to get -↵
|
14 | led.↵ | | 14 | * only works with SOSGet on a file.↵
|
15 | *↵ | | 15 | *↵
|
16 | * @param comment The new comment value↵ | | 16 | * @param version The new version value↵
|
17 | */↵ | | 17 | */↵
|
18 | public void setComment(String comment) {↵ | | 18 | public void setVersion(String version) {↵
|
19 | super.setInternalComment(comment) | | 19 | super.setInternalVersion(version)
|