public class RouteSelectionCommandSet.BuiltIns extends Object
| Constructor and Description |
|---|
BuiltIns() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(RouteSelectionCommandSet.SetGetTargetCommands what) |
List<String> |
getSetAllowedValues() |
void |
set(RouteSelectionCommandSet.SetGetTargetCommands what,
String value) |
@Command(description="Set the default command target", level=0) public void set(@Argument(name="item") RouteSelectionCommandSet.SetGetTargetCommands what, @Argument(name="value",defaultValue="",allowedValueProvider="getSetAllowedValues") String value)
@Command(description="Get various settings", level=0) public String get(@Argument(name="item") RouteSelectionCommandSet.SetGetTargetCommands what)
Copyright © 2018 LSST. All rights reserved.