g-Eclipse
Release 1.0.0

eu.geclipse.batch
Interface IBatchProblems


public interface IBatchProblems

Identifiers for problems that are declared in this plug-in. The problems are declared in the plugin.xml file.


Field Summary
static java.lang.String COMMAND_FAILED
          Id for the problem of command which failed
static java.lang.String CONNECTION_IO_ERROR
          Id for the problem of connection io error
static java.lang.String GET_SSH_SERVICE_FAILED
          Id for the problem of getting a ssh serivce connection
static java.lang.String LOGIN_FAILED
          Id for the problem of login failure
static java.lang.String NO_AUTHORIZATION
          Id for the problem of a authorization failure
 

Field Detail

CONNECTION_IO_ERROR

static final java.lang.String CONNECTION_IO_ERROR
Id for the problem of connection io error

See Also:
Constant Field Values

COMMAND_FAILED

static final java.lang.String COMMAND_FAILED
Id for the problem of command which failed

See Also:
Constant Field Values

NO_AUTHORIZATION

static final java.lang.String NO_AUTHORIZATION
Id for the problem of a authorization failure

See Also:
Constant Field Values

LOGIN_FAILED

static final java.lang.String LOGIN_FAILED
Id for the problem of login failure

See Also:
Constant Field Values

GET_SSH_SERVICE_FAILED

static final java.lang.String GET_SSH_SERVICE_FAILED
Id for the problem of getting a ssh serivce connection

See Also:
Constant Field Values

g-Eclipse
Release 1.0.0