Constant definitions only; not to be implemented.
Static Public Attributes | |
| static final String | PLUGIN_ID = "de.alysis.r.submit.submitPlugin" |
| Plugin identifier. | |
| static final String | ATTR_IS_REMOTE_CONNECTION = PLUGIN_ID + ".ATTR_IS_REMOTE_CONNECTION" |
| Boolean attribute indicating whether or not the connection will be established to a a remote server. | |
| static final String | ATTR_SERVER_NAME = PLUGIN_ID + ".ATTR_SERVER_NAME" |
| String attribute indicating the server name or IP address for remote connections. | |
| static final String | ATTR_SERVER_PORT = PLUGIN_ID + ".ATTR_SERVER_PORT" |
| Integer attribute indicating the server port address for local and remote connections. | |
| static final String | ATTR_CONSOLEOUT_PORT = PLUGIN_ID + ".ATTR_CONSOLEOUT_PORT" |
| Integer attribute for socket server connection for R output. | |
| static final String | ATTR_CONSOLEOUT_HOST = PLUGIN_ID + ".ATTR_CONSOLEOUT_HOST" |
| String attribute for console output callback host name or ip address. | |
| static final String | ATTR_IS_EDITOR_SUBMIT = PLUGIN_ID + ".ATTR_IS_EDITOR_SUBMIT" |
| Boolean flag indicating that the connection will be used for launch shortcuts. | |
| static final String | ATTR_STORE_LOGIN_INFO = PLUGIN_ID + ".ATTR_STORE_LOGIN_INFO" |
| TODO Boolean attribute indicating whether or not the login info will be saved. | |
| static final String | ATTR_STORED_LOGIN_ID = PLUGIN_ID + ".ATTR_STORED_LOGIN_ID" |
| TODO String attribute indicating the login name. | |
| static final String | ATTR_STORED_LOGIN_PASS = PLUGIN_ID + ".ATTR_STORED_LOGIN_PASS" |
| TODO String attribute indicating the login password. | |
| static final String | ATTR_CONSOLEOUT_DISABLED = PLUGIN_ID + ".ATTR_OUTPUT_DISABLED" |
| Boolean disable output to eclipse console. | |
| static final String | LAUNCH_CONFIG_TYPE_ID = "de.alysis.r.submit.SubmitConfigurationType" |
| Launch configuration type identifier. | |
| static final boolean | DEFAULT_IS_REMOTE = false |
| Default value. | |
| static final String | DEFAULT_SERVER_NAME = "127.0.0.1" |
| Default value. | |
| static final String | DEFAULT_SERVER_PORT = "6311" |
| Default value. | |
| static boolean | DEFAULT_IS_EDITOR_SUBMIT = false |
| Default value. | |
| static boolean | DEFAULT_STORE_LOGIN_INFO = false |
| Default value. | |
| static final boolean | DEFAULT_CONSOLEOUT_DISABLED = false |
| Boolean disable output to eclipse console. | |
1.4.6