MCPcopy Create free account
hub / github.com/GateNLP/gate-core / cleanup

Method cleanup

src/main/java/gate/Resource.java:33–33  ·  view source on GitHub ↗

Clears the internal data of the resource, when it gets released

()

Source from the content-addressed store, hash-verified

31
32 /** Clears the internal data of the resource, when it gets released **/
33 public void cleanup();
34
35
36 //Parameters utility methods

Callers 1

deleteResourceMethod · 0.65

Implementers 4

AbstractResourcesrc/main/java/gate/creole/AbstractReso
AbstractVisualResourcesrc/main/java/gate/creole/AbstractVisu
FeaturesSchemaEditorsrc/main/java/gate/gui/FeaturesSchemaE
SerialDatastoreViewersrc/main/java/gate/gui/SerialDatastore

Calls

no outgoing calls

Tested by

no test coverage detected