Loads an object using a name. @param name the name to use for loading an object. @return a loaded object or null if not loaded. @throws Exception if an exception occurs.
(String name)
| 68 | * @throws Exception if an exception occurs. |
| 69 | */ |
| 70 | T load(String name) throws Exception; |
| 71 | } |
| 72 | |
| 73 | /** |
no outgoing calls
no test coverage detected