MCPcopy Create free account
hub / github.com/apache/mesos / deleteOnExit

Method deleteOnExit

src/jvm/java/io.hpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void deleteOnExit()
39 {
40 static Jvm::Method method = Jvm::get()->findMethod(
41 Jvm::Class::named("java/io/File")
42 .method("deleteOnExit")
43 .returns(Jvm::get()->voidClass));
44
45 Jvm::get()->invoke<void>(object, method);
46 }
47};
48
49} // namespace io {

Callers 1

ZooKeeperTestServerMethod · 0.80

Calls 5

findMethodMethod · 0.80
returnsMethod · 0.80
invoke<void>Method · 0.80
getFunction · 0.50
methodMethod · 0.45

Tested by 1

ZooKeeperTestServerMethod · 0.64