()
| 482 | } |
| 483 | |
| 484 | private static void writeCustomDomains() |
| 485 | { |
| 486 | writeCustomPObjects(customDomainFilePath(true), |
| 487 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Domain.class).iterator()); |
| 488 | } |
| 489 | |
| 490 | private static void writeCustomAbilities() |
| 491 | { |
no test coverage detected