(String namespace, String name)
| 606 | } |
| 607 | |
| 608 | public IPersistible load(String namespace, String name) throws DDFException { |
| 609 | return this.getDummyDDF().getPersistenceHandler().load(namespace, name); |
| 610 | } |
| 611 | |
| 612 | public IPersistible load(PersistenceUri uri) throws DDFException { |
| 613 | return this.getDummyDDF().getPersistenceHandler().load(uri); |
nothing calls this directly
no test coverage detected