Interface CommandTester
-
- All Known Implementing Classes:
DefaultCommandTester
public interface CommandTester
Interface for class that provides a way to test if a command is installed on the target server OS.- Author:
- tiry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandTestResult
test(CommandLineDescriptor cmdDescriptor)
-
-
-
Method Detail
-
test
CommandTestResult test(CommandLineDescriptor cmdDescriptor)
-
-