| Conditions | 2 |
| Total Lines | 5 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | package com.hltech.vaunt.generator; |
||
| 17 | public void writeVauntFile(String packageRoot, String serviceName, String targetDirectory) { |
||
| 18 | try { |
||
| 19 | writer.writeServiceRepresentation(serviceRepresentation(packageRoot, serviceName), targetDirectory); |
||
| 20 | } catch (IOException ex) { |
||
| 21 | throw new RuntimeException("Error when trying to write service representation to file", ex); |
||
| 22 | } |
||
| 36 |