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

com.cosium.code.format.executable.CommandRunner Maven / Gradle / Ivy

The newest version!
package com.cosium.code.format.executable;

import java.nio.file.Path;
import java.util.Map;

/**
 * @author Réda Housni Alaoui
 */
public interface CommandRunner {
  String run(Path workingDir, Map environment, String... command);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy