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

Method delete

src/main/java/gate/DataStore.java:59–59  ·  view source on GitHub ↗

Delete the data store. NOTE: for some data stores deletion is an system administrator task; in such cases this method will throw an UnsupportedOperationException.

()

Source from the content-addressed store, hash-verified

57 * method will throw an UnsupportedOperationException.
58 */
59 public void delete()
60 throws PersistenceException, UnsupportedOperationException;
61
62 /**

Callers 15

testSimpleMethod · 0.95
testDSRMethod · 0.95
testRepositioningInfoMethod · 0.65
testSaveRestoreMethod · 0.65
testMultipleLrsMethod · 0.65
testDeleteMethod · 0.65
testWriteTempFileMethod · 0.65
testConfigUpdatingMethod · 0.65
removeMethod · 0.65
createMethod · 0.65

Implementers 1

SerialDataStoresrc/main/java/gate/persist/SerialDataS

Calls

no outgoing calls

Tested by 10

testSimpleMethod · 0.76
testDSRMethod · 0.76
testRepositioningInfoMethod · 0.52
testSaveRestoreMethod · 0.52
testMultipleLrsMethod · 0.52
testDeleteMethod · 0.52
testWriteTempFileMethod · 0.52
testConfigUpdatingMethod · 0.52