MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / delete

Method delete

src/main/java/core/org/xbill/DNS/Update.java:181–184  ·  view source on GitHub ↗

Indicates that all records with the given name should be deleted from the zone.

(Name name)

Source from the content-addressed store, hash-verified

179 * the zone.
180 */
181public void
182delete(Name name) {
183 newUpdate(Record.newRecord(name, Type.ANY, DClass.ANY, 0));
184}
185
186/**
187 * Indicates that all records with the given name and type should be deleted

Callers 3

replaceMethod · 0.95
find95Method · 0.45
find95Method · 0.45

Calls 7

newUpdateMethod · 0.95
newRecordMethod · 0.95
fromStringMethod · 0.95
withDClassMethod · 0.80
rrsMethod · 0.80
hasNextMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected