Constant Field Values
Contents
org.jrd.*
-
org.jrd.agent.ConnectionDelegator Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ADRESS
"localhost"
public static final int
DEFAULT_PORT
5395
-
org.jrd.agent.Main Modifier and Type Constant Field Value private static final java.lang.String
ADRESS_STRING
"address:"
private static final java.lang.String
PORT_STRING
"port:"
-
org.jrd.agent.OutputControllerAgent Modifier and Type Constant Field Value private static final java.lang.String
NULL_OBJECT
"Trying to log null object"
-
org.jrd.backend.communication.CallDecompilerAgent Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ADDRESS
"localhost"
public static final int
DEFAULT_PORT
5395
-
org.jrd.backend.communication.Communicate Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ADDRESS
"localhost"
-
org.jrd.backend.communication.InstallDecompilerAgentImpl 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"
-
org.jrd.backend.core.AgentLoader 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
-
org.jrd.backend.core.AgentRequestAction 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"
-
org.jrd.backend.core.DecompilerRequestReceiver 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"
-
org.jrd.backend.core.OutputController Modifier and Type Constant Field Value private static final java.lang.String
NULL_OBJECT
"Trying to log null object"
-
org.jrd.backend.data.Cli 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"
-
org.jrd.backend.decompiling.DecompilerWrapperInformation 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"
-
org.jrd.frontend.MainFrame.VmDecompilerInformationController 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?"
-
org.jrd.frontend.PluginMangerFrame.FileSelectorArrayAddRow Modifier and Type Constant Field Value private static final java.lang.String
PLUS_SIGN_ICON
"/icons/icons8-sum-24.png"
-
org.jrd.frontend.PluginMangerFrame.FileSelectorArrayRow Modifier and Type Constant Field Value private static final java.lang.String
DELETE_ICON
"/icons/icons8-trash-24.png"