1 | public boolean isUseResponseFile() {↵ | | 1 | public boolean isUseResponseFile() {↵
|
2 | return useResponseFile;↵ | | 2 | return useResponseFile;↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Flag to turn on response file use; default=false.↵ | | 5 | * ↵
|
6 | * When set the command params are saved to a file and↵ | | |
|
7 | * this is passed in with @file. The task automatically switches↵ | | |
|
8 | * to this mode with big commands; this option is here for↵ | | |
|
9 | * testing and emergencies↵ | | 6 | set this to true to always use the response file↵
|
10 | * @param useResponseFile a <code>boolean</code> value.↵ | | 7 | * @param useResponseFile a <code>boolean</code> value.↵
|
11 | */↵ | | 8 | */↵
|
12 | public void setUseResponseFile(boolean useResponseFile) {↵ | | 9 | public void setUseResponseFile(boolean useResponseFile) {↵
|
13 | this.useResponseFile = useResponseFile; | | 10 | this.useResponseFile = useResponseFile;
|