MCPcopy Create free account
hub / github.com/diffplug/goomph / run

Method run

src/main/java/com/diffplug/gradle/CmdLine.java:118–120  ·  view source on GitHub ↗

Removes the given file or directory.

(Throwing.Runnable action)

Source from the content-addressed store, hash-verified

116
117 /** Removes the given file or directory. */
118 public void run(Throwing.Runnable action) {
119 actions.add(action);
120 }
121
122 /** Runs the commands that have been queued up. */
123 public void performActions() throws Throwable {

Callers 4

cmdMethod · 0.95
rmMethod · 0.95
copyMethod · 0.95
mvMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected