Interface Shell

All Superinterfaces:
HasCommandOption, HasLabel, HasProbeLocation

public interface Shell extends HasLabel, HasProbeLocation, HasCommandOption
  • Method Details

    • getLocatorCommand

      String getLocatorCommand()
      Some shells have a built-in command locator. For example, bash has built-in support for "which".
    • setLocatorCommand

      Shell setLocatorCommand(String locatorCommand)