|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorshell.command.Command
public class Command
A class providing access to information useful for all Command instances.
Field Summary | |
---|---|
protected java.lang.String |
cr
The line separator. |
protected java.lang.String |
email
The client email. |
protected java.lang.String |
host
The sensorbase host. |
protected java.lang.String |
password
The client password. |
protected SensorShellProperties |
properties
The SensorProperties. |
protected SingleSensorShell |
shell
The sensorshell. |
Constructor Summary | |
---|---|
Command(SingleSensorShell shell,
SensorShellProperties properties)
Constructs a Command instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SingleSensorShell shell
protected SensorShellProperties properties
protected java.lang.String host
protected java.lang.String email
protected java.lang.String password
protected java.lang.String cr
Constructor Detail |
---|
public Command(SingleSensorShell shell, SensorShellProperties properties)
shell
- The sensorshell.properties
- The properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |