public interface SshExecuteCommandInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String command,
List<String> arguments)
Check the command and return false if this command must not be run.
|
default String |
name() |
boolean accept(String command, List<String> arguments)
command
- the commandarguments
- the list of argumentsdefault String name()