nvflare.fuel.hci.shell_cmd_val module
- class CatValidator[source]
Bases:
ShellCommandValidatorValidator for the cat command.
- class GrepValidator[source]
Bases:
ShellCommandValidatorValidator for the grep command.
- class HeadValidator[source]
Bases:
ShellCommandValidatorValidator for the head command.
- class LsValidator[source]
Bases:
ShellCommandValidatorValidator for the ls command.
- class PwdValidator[source]
Bases:
ShellCommandValidatorValidator for the pwd command, used by client only.
- class ShellCommandValidator(arg_validator: ArgValidator)[source]
Bases:
objectBase class for validators to be called by command executors for shell commands.
- Parameters:
arg_validator – instance of ArgValidator
- class TailValidator[source]
Bases:
ShellCommandValidatorValidator for the tail command.