Created by stewart on 4/30/15.
| Type | Name and description |
|---|---|
java.lang.String |
fileNameString file base name that is typically overridden. |
java.lang.String |
filePathString representation of the full path of the output file. |
java.io.File |
outputFileOptional file object parameter that overides {@filePath} and {@fileName}. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getFile()Returns a File object representation of the {@filePath} parameter. |
| Methods inherited from class | Name |
|---|---|
class ServerTask |
getBaseUrl, getRestClient, getRestLcmPath, serverTask |
class CommandTask |
flushOutput, logError, logInfo |
String file base name that is typically overridden.
String representation of the full path of the output file. Default: '{@filePath}/{@fileName}'.
Optional file object parameter that overides {@filePath} and {@fileName}.