(LoadContext context, KitClass kitClass)
| 61 | } |
| 62 | |
| 63 | @Override |
| 64 | public String[] unparse(LoadContext context, KitClass kitClass) |
| 65 | { |
| 66 | CDOMReference<PCClass> ref = kitClass.getPcclass(); |
| 67 | if (ref == null) |
| 68 | { |
| 69 | return null; |
| 70 | } |
| 71 | return new String[]{ref.getLSTformat(false)}; |
| 72 | } |
| 73 | } |
nothing calls this directly
no test coverage detected