Package com.google.gerrit.sshd
Annotation Type CommandName
-
@Retention(RUNTIME) public @interface CommandName
Name of a command registered in an SSH daemon.Use
Commands.key(String)
to construct a key for a command name.
-
-
Element Detail
-
value
String value
-
-