All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.znerd.util.proc.CommandRunner Maven / Gradle / Ivy

Go to download

Set of utility classes (with associated unit tests) used by other znerd.org-projects

The newest version!
// Copyright 2011, Ernst de Haan
package org.znerd.util.proc;

import java.io.File;

public interface CommandRunner {
    CommandRunResult runCommand(String command, String... arguments);
    CommandRunResult runCommand(File workingDirectory, String command, String... arguments);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy