getOutputFolder Get the folder to store the saved output @return String
()
| 102 | * @return String |
| 103 | */ |
| 104 | public static String getOutputFolder() { |
| 105 | return getProperty(OUTPUT_FOLDER); |
| 106 | } |
| 107 | |
| 108 | // ************************************ |
| 109 | // API |
no test coverage detected