Initialise this resource, and return it.
()
| 28 | { |
| 29 | /** Initialise this resource, and return it. */ |
| 30 | public Resource init() throws ResourceInstantiationException; |
| 31 | |
| 32 | /** Clears the internal data of the resource, when it gets released **/ |
| 33 | public void cleanup(); |
no outgoing calls
no test coverage detected