Package org.apache.karaf.shell.console
Class SessionProperties
- java.lang.Object
-
- org.apache.karaf.shell.console.SessionProperties
-
@Deprecated public class SessionProperties extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPLETION_MODEDeprecated.static StringIGNORE_INTERRUPTSDeprecated.static StringLAST_EXCEPTIONDeprecated.static StringPRINT_STACK_TRACESDeprecated.
-
Constructor Summary
Constructors Constructor Description SessionProperties()Deprecated.
-
-
-
Field Detail
-
PRINT_STACK_TRACES
public static final String PRINT_STACK_TRACES
Deprecated.- See Also:
- Constant Field Values
-
LAST_EXCEPTION
public static final String LAST_EXCEPTION
Deprecated.- See Also:
- Constant Field Values
-
IGNORE_INTERRUPTS
public static final String IGNORE_INTERRUPTS
Deprecated.- See Also:
- Constant Field Values
-
COMPLETION_MODE
public static final String COMPLETION_MODE
Deprecated.- See Also:
- Constant Field Values
-
-