org.sonatype.gshell.variables
Interface VariableNames


public interface VariableNames

Common shell variable names.

Since:
2.0
Author:
Jason Dillon

Field Summary
static String LAST_RESULT
           
static String SHELL_ERRORS
           
static String SHELL_GROUP
           
static String SHELL_GROUP_PATH
           
static String SHELL_HISTORY
           
static String SHELL_HOME
           
static String SHELL_LOGGING
           
static String SHELL_PROGRAM
           
static String SHELL_PROMPT
           
static String SHELL_USER_DIR
           
static String SHELL_USER_HOME
           
static String SHELL_VERSION
           
 

Field Detail

SHELL_HOME

static final String SHELL_HOME
See Also:
Constant Field Values

SHELL_PROGRAM

static final String SHELL_PROGRAM
See Also:
Constant Field Values

SHELL_VERSION

static final String SHELL_VERSION
See Also:
Constant Field Values

SHELL_USER_DIR

static final String SHELL_USER_DIR
See Also:
Constant Field Values

SHELL_USER_HOME

static final String SHELL_USER_HOME
See Also:
Constant Field Values

SHELL_PROMPT

static final String SHELL_PROMPT
See Also:
Constant Field Values

SHELL_HISTORY

static final String SHELL_HISTORY
See Also:
Constant Field Values

SHELL_ERRORS

static final String SHELL_ERRORS
See Also:
Constant Field Values

SHELL_LOGGING

static final String SHELL_LOGGING
See Also:
Constant Field Values

SHELL_GROUP

static final String SHELL_GROUP
Since:
2.5
See Also:
Constant Field Values

SHELL_GROUP_PATH

static final String SHELL_GROUP_PATH
Since:
2.5
See Also:
Constant Field Values

LAST_RESULT

static final String LAST_RESULT
See Also:
Constant Field Values


Copyright © 2008-2011 Sonatype. All Rights Reserved.