public final class DebugShell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARG_PORT
Constant representing the port argument
Value is: -port |
static java.lang.String |
ARG_SUSPEND
Constant representing the suspend argument
Value is: -suspend |
static java.lang.String |
ARG_TRACE
Constant representing the trace argument
Value is: -trace |
static java.lang.String |
DEFAULT_PORT
Constant representing the default port
Value is: 9888 |
Constructor and Description |
---|
DebugShell() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSuspend(java.lang.String arg)
Returns if the given argument should suspend
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String DEFAULT_PORT
9888
public static final java.lang.String ARG_TRACE
-trace
public static final java.lang.String ARG_SUSPEND
-suspend
public static final java.lang.String ARG_PORT
-port
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.