Searched refs:Command (Results 1 – 4 of 4) sorted by relevance
27 new Command("rm", "-f", file.getPath()).execute(); in file()31 new Command("rm", "-rf", directory.getPath()).execute(); in directoryTree()
46 public final class Command { class55 public Command(String... args) { in Command() method in Command59 public Command(List<String> args) { in Command() method in Command68 private Command(Builder builder) { in Command() method in Command281 public Command build() { in build()282 return new Command(this); in build()
27 new Command("mkdir", "-p", directory.getPath()).execute(); in mkdirs()
36 import vogar.commands.Command;254 List<String> openBugs = new Command.Builder() in loadBugStatuses()