Interface CommandExecutor

All Superinterfaces:
AutoCloseable

public interface CommandExecutor extends AutoCloseable
Simple interface to execute shell commands, 1 at a time.
Author:
Sylvain Leclerc <sylvain.leclerc at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    execute(String command)