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

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

package com.cosium.code.format.executable;

import java.nio.file.Path;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy