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 String
COMPLETION_MODE
Deprecated.static String
IGNORE_INTERRUPTS
Deprecated.static String
LAST_EXCEPTION
Deprecated.static String
PRINT_STACK_TRACES
Deprecated.
-
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
-
-