Uses of Class
com.smeup.jardis.jariko.lsp.model.RemoteCommand
-
Packages that use RemoteCommand Package Description com.smeup.jardis.jariko.lsp.model -
-
Uses of RemoteCommand in com.smeup.jardis.jariko.lsp.model
Methods in com.smeup.jardis.jariko.lsp.model that return RemoteCommand Modifier and Type Method Description static RemoteCommandRemoteCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteCommand[]RemoteCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.smeup.jardis.jariko.lsp.model that return types with arguments of type RemoteCommand Modifier and Type Method Description static List<RemoteCommand>RemoteCommand. getAvailableCommands(Predicate<RemoteCommand> available)Method parameters in com.smeup.jardis.jariko.lsp.model with type arguments of type RemoteCommand Modifier and Type Method Description static List<RemoteCommand>RemoteCommand. getAvailableCommands(Predicate<RemoteCommand> available)
-