Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_ADRESS |
"localhost" |
public static final int |
DEFAULT_PORT |
5395 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
ADRESS_STRING |
"address:" |
private static final java.lang.String |
PORT_STRING |
"port:" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
NULL_OBJECT |
"Trying to log null object" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_ADDRESS |
"localhost" |
public static final int |
DEFAULT_PORT |
5395 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_ADDRESS |
"localhost" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
AGENT_HOME_SYSTEM_PROP |
"com.redhat.decompiler.thermostat.home" |
private static final java.lang.String |
AGENT_PORT_PROPERTY |
"com.redhat.decompiler.thermostat.port" |
private static final java.lang.String |
DECOMPILER_HOME_ENV_VARIABLE |
"THERMOSTAT_DECOMPILER_AGENT_HOME" |
private static final java.lang.String |
DECOMPILER_JAR_ENV_VARIABLE |
"THERMOSTAT_DECOMPILER_AGENT_JAR" |
private static final java.lang.String |
DECOMPILER_PREFIX |
"com.redhat.decompiler.thermostat" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
AGENT_HOME_SYSTEM_PROP |
"com.redhat.decompiler.thermostat.home" |
private static final java.lang.String |
AGENT_LOADED_PROPERTY |
"com.redhat.decompiler.thermostat.loaded" |
private static final java.lang.String |
AGENT_PORT_PROPERTY |
"com.redhat.decompiler.thermostat.port" |
private static final java.lang.String |
DECOMPILER_HOME_ENV_VARIABLE |
"DECOMPILER_HOME" |
private static final java.lang.String |
DECOMPILER_PREFIX |
"com.redhat.decompiler.thermostat" |
private static final java.lang.String |
HELPER_SOCKET_NAME_PROPERTY |
"com.redhat.decompiler.thermostat.socketName" |
static final int |
INVALID_PORT |
-1 |
static final java.lang.String |
LOCALHOST |
"localhost" |
private static final int |
MAX_PORT_SLOTS |
200 |
private static final int |
PORT_MAX |
11100 |
private static final int |
PORT_MIN |
10900 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ACTION_PARAM_NAME |
"action" |
public static final java.lang.String |
CLASS_TO_DECOMPILE_NAME |
"class-to-decompile" |
public static final java.lang.String |
CLASS_TO_OVERWRITE_BODY |
"body-to-overwrite" |
public static final java.lang.String |
HOSTNAME_PARAM_NAME |
"hostname:" |
public static final java.lang.String |
LISTEN_PORT_PARAM_NAME |
"listen-port" |
public static final int |
NOT_ATTACHED_PORT |
-1 |
public static final java.lang.String |
VM_ID_PARAM_NAME |
"vm-id" |
public static final java.lang.String |
VM_PID_PARAM_NAME |
"vm-pid" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
ERROR_RESPONSE |
"error" |
private static final int |
NOT_ATTACHED |
-1 |
private static final java.lang.String |
OK_RESPONSE |
"ok" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
NULL_OBJECT |
"Trying to log null object" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
BASE64 |
"-base64bytes" |
private static final java.lang.String |
BYTES |
"-bytes" |
private static final java.lang.String |
DECOMPILE |
"-decompile" |
private static final java.lang.String |
H |
"-h" |
private static final java.lang.String |
HELP |
"-help" |
private static final java.lang.String |
LISTCLASSES |
"-listclasses" |
private static final java.lang.String |
LISTJVMS |
"-listjvms" |
private static final java.lang.String |
LISTPLUGINS |
"-listplugins" |
private static final java.lang.String |
OVERWRITE |
"-overwrite" |
public static final java.lang.String |
VERBOSE |
"-verbose" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
JAVAP_NAME |
"javap" |
public static final java.lang.String |
JAVAP_VERBOSE_NAME |
"javap -v" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CLASS_BODY |
1 |
public static final int |
CLASS_NAME |
0 |
public static final java.lang.String |
CLASSES_NOPE |
"Classes couldn\'t be loaded. Do you have agent configured?" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
PLUS_SIGN_ICON |
"/icons/icons8-sum-24.png" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
DELETE_ICON |
"/icons/icons8-trash-24.png" |