public abstract class BaseConfigureCommand
extends java.lang.Object
| Constructor and Description |
|---|
BaseConfigureCommand(User userIn)
Create a new ConfigureSatelliteCommand class with the
user requesting the config.
|
| Modifier and Type | Method and Description |
|---|---|
protected Executor |
getExecutor()
Create an instance of the Executor class to actually
call out to the system to update the Config.
|
User |
getUser() |
public BaseConfigureCommand(User userIn)
userIn - who wants to config the sat.