Skip navigation links
A B C D E F G H I J L M N O P R S T U V Z 

A

AboutView - Class in org.jrd.frontend.AboutFrame
 
AboutView(MainFrameView) - Constructor for class org.jrd.frontend.AboutFrame.AboutView
 
ACTION_PARAM_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 
add(VmInfo) - Method in class org.jrd.frontend.MainFrame.VmDecompilerInformationController.vmArrayList
 
AgentActionWorker - Class in org.jrd.agent
This class handles the socket accepting and request processing from the decompiler
AgentActionWorker(Socket, InstrumentationProvider) - Constructor for class org.jrd.agent.AgentActionWorker
 
AgentAttachManager - Class in org.jrd.backend.core
Attach manager for agent contains utility methods and information about attach.
AgentAttachManager(VmManager) - Constructor for class org.jrd.backend.core.AgentAttachManager
 
AgentLoader - Class in org.jrd.backend.core
This class contains methods for attaching the agent.
agentmain(String, Instrumentation) - Static method in class org.jrd.agent.Main
This method only calls the premain
AgentRequestAction - Class in org.jrd.backend.core
 
AgentRequestAction() - Constructor for class org.jrd.backend.core.AgentRequestAction
 
AgentRequestAction.RequestAction - Enum in org.jrd.backend.core
 
allowToSaveBytecode() - Method in class org.jrd.agent.Transformer
This method allows saving of bytecode
attach(String, int) - Method in class org.jrd.backend.core.AgentLoader
This method handles the attach of a decompiler agent to given VM.
availableVMs() - Static method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 

B

browseButton - Variable in class org.jrd.frontend.ConfigureFrame.ConfigureView.confBrosePanel
 
BytecodeDecompilerView - Class in org.jrd.frontend.MainFrame
Class that creates GUI for attached VM.
BytecodeDecompilerView() - Constructor for class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 

C

CallDecompilerAgent - Class in org.jrd.backend.communication
This class is handling opening of communication socket and request submitting.
CallDecompilerAgent(int, String) - Constructor for class org.jrd.backend.communication.CallDecompilerAgent
Constructor of the object
changedUpdate(DocumentEvent) - Method in class org.jrd.frontend.MainFrame.FiletoClassValidator
 
chooser - Variable in class org.jrd.frontend.ConfigureFrame.ConfigureView.confBrosePanel
 
CLASS_BODY - Static variable in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
CLASS_NAME - Static variable in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
CLASS_TO_DECOMPILE_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 
CLASS_TO_OVERWRITE_BODY - Static variable in class org.jrd.backend.core.AgentRequestAction
 
CLASSES_NOPE - Static variable in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
Cli - Class in org.jrd.backend.data
 
Cli(String[], Model) - Constructor for class org.jrd.backend.data.Cli
 
close() - Method in class org.jrd.backend.communication.Communicate
Closes a socket.
Communicate - Class in org.jrd.backend.communication
This class opens a socket and contain methods for read and write to socket IS/OS.
Communicate(String, int) - Constructor for class org.jrd.backend.communication.Communicate
Constructor creates a socket on given port and saves the streams into class variables.
Config - Class in org.jrd.backend.data
Singleton class for storing and retrieving configuration strings.
ConfigPanel - Class in org.jrd.frontend.PluginMangerFrame
 
ConfigPanel() - Constructor for class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
ConfigureView - Class in org.jrd.frontend.ConfigureFrame
 
ConfigureView(MainFrameView) - Constructor for class org.jrd.frontend.ConfigureFrame.ConfigureView
 
ConfigureView.confBrosePanel - Class in org.jrd.frontend.ConfigureFrame
 
ConnectionDelegator - Class in org.jrd.agent
 
consumeCli() - Method in class org.jrd.backend.data.Cli
 
create(VmInfo, String, int, AgentRequestAction.RequestAction, String, String) - Static method in class org.jrd.backend.core.AgentRequestAction
 
create(VmInfo, String, int, AgentRequestAction.RequestAction, String) - Static method in class org.jrd.backend.core.AgentRequestAction
 
create(VmInfo, String, int, AgentRequestAction.RequestAction) - Static method in class org.jrd.backend.core.AgentRequestAction
 
createFromPath(String) - Static method in class org.jrd.backend.decompiling.ExpandableUrl
 
createFromStringUrl(String) - Static method in class org.jrd.backend.decompiling.ExpandableUrl
 
createRemoteVM(String, int) - Method in class org.jrd.backend.data.VmManager
 
createRequest(VmInfo, AgentRequestAction.RequestAction, String...) - Static method in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
createUserPluginDir() - Static method in class org.jrd.backend.decompiling.PluginManager
 
createWrapper() - Method in class org.jrd.backend.decompiling.PluginManager
 

D

decompile(byte[], String[]) - Method in class org.jrd.backend.decompiling.JavapDisassemblerWrapper
 
decompile(DecompilerWrapperInformation, byte[]) - Method in class org.jrd.backend.decompiling.PluginManager
Decompile with default options
decompile(DecompilerWrapperInformation, byte[], String[]) - Method in class org.jrd.backend.decompiling.PluginManager
 
DecompilerRequestReceiver - Class in org.jrd.backend.core
This class manages the requests that are put in queue by the controller.
DecompilerRequestReceiver(VmManager) - Constructor for class org.jrd.backend.core.DecompilerRequestReceiver
 
DecompilerWrapperInformation - Class in org.jrd.backend.decompiling
 
DecompilerWrapperInformation(String, String, List<String>, String) - Constructor for class org.jrd.backend.decompiling.DecompilerWrapperInformation
Class containing information about available Decompiler wrapper
DecompilerWrapperInformation(String) - Constructor for class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
DecompilerWrapperInformation() - Constructor for class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
DecompilerWrapperInformationDeserializer - Class in org.jrd.backend.decompiling
 
DecompilerWrapperInformationDeserializer() - Constructor for class org.jrd.backend.decompiling.DecompilerWrapperInformationDeserializer
 
DecompilerWrapperInformationSerializer - Class in org.jrd.backend.decompiling
 
DecompilerWrapperInformationSerializer() - Constructor for class org.jrd.backend.decompiling.DecompilerWrapperInformationSerializer
 
DEFAULT_ADDRESS - Static variable in class org.jrd.backend.communication.CallDecompilerAgent
 
DEFAULT_ADDRESS - Static variable in class org.jrd.backend.communication.Communicate
 
DEFAULT_ADRESS - Static variable in class org.jrd.agent.ConnectionDelegator
 
DEFAULT_PORT - Static variable in class org.jrd.agent.ConnectionDelegator
 
DEFAULT_PORT - Static variable in class org.jrd.backend.communication.CallDecompilerAgent
 
deleteWrapper(DecompilerWrapperInformation) - Method in class org.jrd.backend.decompiling.PluginManager
 
denyToSaveBytecode() - Method in class org.jrd.agent.Transformer
This method denies the bytecode to be saved during transformation.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformationDeserializer
 
Directories - Class in org.jrd.backend.data
 
Directory - Class in org.jrd.frontend.PluginMangerFrame.embedded
 
Directory(File) - Constructor for class org.jrd.frontend.PluginMangerFrame.embedded.Directory
 

E

equals(Object) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
ExpandableUrl - Class in org.jrd.backend.decompiling
 
ExpandableUrl.MalformedMacroExpansion - Exception in org.jrd.backend.decompiling
 
ExpandableUrl.MalformedURLToPath - Exception in org.jrd.backend.decompiling
 

F

fallback(File) - Static method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayRow
 
FileSelectorArrayAddRow - Class in org.jrd.frontend.PluginMangerFrame
 
FileSelectorArrayPanel - Class in org.jrd.frontend.PluginMangerFrame
 
FileSelectorArrayRow - Class in org.jrd.frontend.PluginMangerFrame
 
FileSelectorPanel - Class in org.jrd.frontend.PluginMangerFrame
 
fileToBase64(String) - Static method in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
FiletoClassValidator - Class in org.jrd.frontend.MainFrame
 
FiletoClassValidator(JLabel, JTextField, JTextField) - Constructor for class org.jrd.frontend.MainFrame.FiletoClassValidator
 
FiletoClassValidator.StringAndScore - Class in org.jrd.frontend.MainFrame
 
findClassBody(String) - Method in class org.jrd.agent.InstrumentationProvider
Finds class object corresponding to the class name and returns its bytecode.
findVmFromPID(String) - Method in class org.jrd.backend.data.VmManager
 
flipWrapperExtension(String) - Static method in class org.jrd.backend.decompiling.PluginManager
 

G

getAddButton() - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayAddRow
 
getAddWrapperButton() - Method in class org.jrd.frontend.PluginMangerFrame.PluginListPanel
 
getAgentExpandedPath() - Method in class org.jrd.backend.data.Config
 
getAgentRawPath() - Method in class org.jrd.backend.data.Config
 
getBytecodeDecompilerPanel() - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
Constructor creates the graphics and adds the action listeners.
getBytesClassName() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getCancelButton() - Method in class org.jrd.frontend.PluginMangerFrame.OkCancelPanel
 
getClassesNames(LinkedBlockingQueue<String>, Boolean) - Method in class org.jrd.agent.InstrumentationProvider
Inserts names of classes into queue.
getClassName() - Method in class org.jrd.frontend.MainFrame.RewriteClassDialog
 
getCloneButton() - Method in class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel
 
getConfig() - Static method in class org.jrd.backend.data.Config
 
getConfigDirectory() - Static method in class org.jrd.backend.data.Directories
Locate configuration directory as per XDG base directory specification.
getDataFromPanel(DecompilerWrapperInformation) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
getDecompileMethod() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getDecompilerDownloadURL() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getDeleteButton() - Method in class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel
 
getDependencyUrlPanel() - Method in class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
getDependencyURLs() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getExpandedPath() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
getExpandedURL() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
getFile() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
getFileLocation() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getFilePath() - Method in class org.jrd.frontend.MainFrame.RewriteClassDialog
 
getFullyQualifiedClassName() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getHostname() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getImportButton() - Method in class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel
 
getInstance() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getJavap() - Static method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getJavapv() - Static method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getjLabel() - Method in class org.jrd.frontend.PluginMangerFrame.MessagePanel
 
getjLabel() - Method in class org.jrd.frontend.PluginMangerFrame.TextInputPanel
 
getJrdLocation() - Static method in class org.jrd.backend.data.Directories
 
getJsonFileURL() - Method in class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jrd.frontend.MainFrame.VmListRenderer
 
getListenPort() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getLoadedClassBytes() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getLoadedClassNames() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getLogger() - Static method in class org.jrd.agent.OutputControllerAgent
 
getLogger() - Static method in class org.jrd.backend.core.OutputController
 
getMainFrame() - Method in class org.jrd.frontend.MainFrame.MainFrameView
 
getMessagePanel() - Method in class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
getName() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getNamePanel() - Method in class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
getOkButton() - Method in class org.jrd.frontend.PluginMangerFrame.OkCancelPanel
 
getOkCancelPanel() - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView
 
getOpenWebsiteButton() - Method in class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel
 
getOrCreatePluginConfigPanel(DecompilerWrapperInformation) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
getParameter(String) - Method in class org.jrd.backend.core.AgentRequestAction
 
getPluginDirectory() - Static method in class org.jrd.backend.data.Directories
Locate configuration directory as per XDG base directory specification.
getPluginListPanel() - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView
 
getPluginManager() - Method in class org.jrd.backend.data.Model
 
getPluginTopOptionPanel() - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView
 
getRawPath() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
getRawURL() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
getResult(String) - Method in class org.jrd.agent.Transformer
Returns bytecode of transformed class.
getScope() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getSelecteddecompilerWrapperInformation() - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 
getStringList() - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayPanel
 
getSystemProperty(String, String) - Static method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
getText() - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorPanel
 
getTextField() - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayRow
 
getTextField() - Method in class org.jrd.frontend.PluginMangerFrame.TextInputPanel
 
getTextFieldToolTip() - Static method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayRow
 
getTimeStamp() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getValidateButton() - Method in class org.jrd.frontend.PluginMangerFrame.OkCancelPanel
 
getVmDecompilerStatus() - Method in class org.jrd.backend.data.VmInfo
 
getVmId() - Method in class org.jrd.backend.core.VmDecompilerStatus
 
getVmId() - Method in class org.jrd.backend.data.VmInfo
 
getVmInfoByID(String) - Method in class org.jrd.backend.data.VmManager
 
getVmInfoSet() - Method in class org.jrd.backend.data.VmManager
 
getVmManager() - Method in class org.jrd.backend.data.Model
 
getVmName() - Method in class org.jrd.backend.data.VmInfo
 
getVmPid() - Method in class org.jrd.backend.data.VmInfo
 
getWrapperJList() - Method in class org.jrd.frontend.PluginMangerFrame.PluginListPanel
 
getWrappers() - Method in class org.jrd.backend.decompiling.PluginManager
 
getWrapperURL() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
getWrapperUrlPanel() - Method in class org.jrd.frontend.PluginMangerFrame.ConfigPanel
 
getXdgJrdBaseDir() - Static method in class org.jrd.backend.data.Directories
Returns specific xdg directory for the framework
gracefulShutdown() - Static method in class org.jrd.agent.ConnectionDelegator
Closes server socket Already connected clients can finish their work but no new clients can connect.

H

handleError(String) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
Creates a warning table in case of error.
hashCode() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
HOSTNAME_PARAM_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 

I

initialize(String, Integer, InstrumentationProvider) - Static method in class org.jrd.agent.ConnectionDelegator
This method is used to create an ConnectionDelegator object and start listener thread
insertUpdate(DocumentEvent) - Method in class org.jrd.frontend.MainFrame.FiletoClassValidator
 
install(String, boolean, String, int, String[]) - Static method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
install(String, boolean, boolean, String, int, String[]) - Static method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
install(String, boolean, boolean, boolean, String, int, String[]) - Static method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
InstallDecompilerAgentImpl - Class in org.jrd.backend.communication
This is byteman's install library copied, with small modifications.
InstrumentationProvider - Class in org.jrd.agent
This class stores instrumentation and transformer objects and handles the transformation, retrieval of bytecode and class names.
isGui() - Method in class org.jrd.backend.data.Cli
 
isInvalidWrapper() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
isLocal() - Method in class org.jrd.backend.data.VmInfo
 
isOkPressed() - Method in class org.jrd.frontend.MainFrame.RewriteClassDialog
 
isOsWindows() - Static method in class org.jrd.backend.decompiling.ExpandableUrl
 
isPortable() - Static method in class org.jrd.backend.data.Directories
 

J

JAVAP_NAME - Static variable in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
JAVAP_VERBOSE_NAME - Static variable in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
JavapDisassemblerWrapper - Class in org.jrd.backend.decompiling
 
JavapDisassemblerWrapper(String) - Constructor for class org.jrd.backend.decompiling.JavapDisassemblerWrapper
 

L

label - Variable in class org.jrd.frontend.ConfigureFrame.ConfigureView.confBrosePanel
 
LicenseView - Class in org.jrd.frontend.LicenseFrame
 
LicenseView(MainFrameView) - Constructor for class org.jrd.frontend.LicenseFrame.LicenseView
 
Listable - Interface in org.jrd.frontend.PluginMangerFrame.embedded
 
listChildren() - Method in class org.jrd.frontend.PluginMangerFrame.embedded.Directory
 
listChildren() - Method in interface org.jrd.frontend.PluginMangerFrame.embedded.Listable
 
listChildren() - Method in class org.jrd.frontend.PluginMangerFrame.embedded.Zip
 
LISTEN_PORT_PARAM_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 
loadConfigs() - Method in class org.jrd.backend.decompiling.PluginManager
Searches plugin configuration locations and calls loadConfig(file) on files.
LoadingDialog - Class in org.jrd.frontend.MainFrame
 
LoadingDialog() - Constructor for class org.jrd.frontend.MainFrame.LoadingDialog
 
LOCAL_SCOPE - Static variable in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
locateJarFromClasspath(String) - Method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
locateJarFromHomeDir(String, String, String) - Method in class org.jrd.backend.communication.InstallDecompilerAgentImpl
 
log(Object) - Method in class org.jrd.agent.OutputControllerAgent
 
log(OutputController.Level, String) - Method in class org.jrd.backend.core.OutputController
 
log(OutputController.Level, Throwable) - Method in class org.jrd.backend.core.OutputController
 
log(String) - Method in class org.jrd.backend.core.OutputController
 
log(Throwable) - Method in class org.jrd.backend.core.OutputController
 

M

Main - Class in org.jrd.agent
This class contains agent's premain and agentmain methods.
Main() - Constructor for class org.jrd.agent.Main
 
Main - Class in org.jrd.backend.data
 
Main() - Constructor for class org.jrd.backend.data.Main
 
main(String[]) - Static method in class org.jrd.backend.data.Main
 
MainFrameView - Class in org.jrd.frontend.MainFrame
 
MainFrameView() - Constructor for class org.jrd.frontend.MainFrame.MainFrameView
 
MalformedMacroExpansion(Throwable) - Constructor for exception org.jrd.backend.decompiling.ExpandableUrl.MalformedMacroExpansion
 
MalformedURLToPath(Throwable) - Constructor for exception org.jrd.backend.decompiling.ExpandableUrl.MalformedURLToPath
 
message - Variable in class org.jrd.frontend.MainFrame.FiletoClassValidator.StringAndScore
 
MessagePanel - Class in org.jrd.frontend.PluginMangerFrame
 
Model - Class in org.jrd.backend.data
 
Model() - Constructor for class org.jrd.backend.data.Model
 

N

NewConnectionController - Class in org.jrd.frontend.NewConnectionFrame
 
NewConnectionController(NewConnectionView, VmManager) - Constructor for class org.jrd.frontend.NewConnectionFrame.NewConnectionController
 
NewConnectionView - Class in org.jrd.frontend.NewConnectionFrame
 
NewConnectionView(MainFrameView) - Constructor for class org.jrd.frontend.NewConnectionFrame.NewConnectionView
 
NewConnectionView.HostnamePortInputPanel - Class in org.jrd.frontend.NewConnectionFrame
 
NOT_ATTACHED_PORT - Static variable in class org.jrd.backend.core.AgentRequestAction
 
notifyListeners() - Method in class org.jrd.backend.data.VmManager
 

O

OkCancelPanel - Class in org.jrd.frontend.PluginMangerFrame
Panel with three buttons "Validate", "OK" and "Cancel"
openDecompilerDownloadURL() - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
org.jrd.agent - package org.jrd.agent
 
org.jrd.backend.communication - package org.jrd.backend.communication
 
org.jrd.backend.core - package org.jrd.backend.core
 
org.jrd.backend.data - package org.jrd.backend.data
 
org.jrd.backend.decompiling - package org.jrd.backend.decompiling
 
org.jrd.frontend.AboutFrame - package org.jrd.frontend.AboutFrame
 
org.jrd.frontend.ConfigureFrame - package org.jrd.frontend.ConfigureFrame
 
org.jrd.frontend.LicenseFrame - package org.jrd.frontend.LicenseFrame
 
org.jrd.frontend.MainFrame - package org.jrd.frontend.MainFrame
 
org.jrd.frontend.NewConnectionFrame - package org.jrd.frontend.NewConnectionFrame
 
org.jrd.frontend.PluginMangerFrame - package org.jrd.frontend.PluginMangerFrame
 
org.jrd.frontend.PluginMangerFrame.embedded - package org.jrd.frontend.PluginMangerFrame.embedded
 
OutputController - Class in org.jrd.backend.core
 
OutputController() - Constructor for class org.jrd.backend.core.OutputController
 
OutputController.Level - Enum in org.jrd.backend.core
 
OutputControllerAgent - Class in org.jrd.agent
 
OutputControllerAgent() - Constructor for class org.jrd.agent.OutputControllerAgent
 

P

PluginConfigurationEditorController - Class in org.jrd.frontend.PluginMangerFrame
 
PluginConfigurationEditorController(PluginConfigurationEditorView, PluginManager) - Constructor for class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
PluginConfigurationEditorView - Class in org.jrd.frontend.PluginMangerFrame
 
PluginConfigurationEditorView(MainFrameView) - Constructor for class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView
Modal window for editing configuration files for decompilers.
PluginListPanel - Class in org.jrd.frontend.PluginMangerFrame
 
PluginManager - Class in org.jrd.backend.decompiling
Executes manages external decompiler wrapper plugins.
PluginManager() - Constructor for class org.jrd.backend.decompiling.PluginManager
 
PluginTopOptionPanel - Class in org.jrd.frontend.PluginMangerFrame
 
PluginTopOptionPanel() - Constructor for class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel
 
premain(String, Instrumentation) - Static method in class org.jrd.agent.Main
Premain method is executed when the agent is loaded.
println(String) - Method in class org.jrd.backend.communication.Communicate
Sends a line with request to agent.
processRequest(AgentRequestAction) - Method in class org.jrd.backend.core.DecompilerRequestReceiver
 

R

readResponse() - Method in class org.jrd.backend.communication.Communicate
Method that reads agent's response.
refreshComboBox(List<DecompilerWrapperInformation>) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 
reloadClassList(String[]) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
Sets the unfiltered class list array and invokes an update.
reloadTextField(String) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
Sets the decompiled code into JTextArea
removeRow(FileSelectorArrayRow) - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayPanel
 
removeUpdate(DocumentEvent) - Method in class org.jrd.frontend.MainFrame.FiletoClassValidator
 
removeVmDecompilerStatus() - Method in class org.jrd.backend.data.VmInfo
 
replace(DecompilerWrapperInformation, DecompilerWrapperInformation) - Method in class org.jrd.backend.decompiling.PluginManager
 
replaceVmDecompilerStatus(VmDecompilerStatus) - Method in class org.jrd.backend.data.VmInfo
 
resetLastValidResult() - Method in class org.jrd.agent.Transformer
Resets the map with results to empty map
resetOverrides() - Method in class org.jrd.agent.Transformer
 
returnAction(String) - Static method in enum org.jrd.backend.core.AgentRequestAction.RequestAction
 
RewriteClassDialog - Class in org.jrd.frontend.MainFrame
 
RewriteClassDialog(String, String) - Constructor for class org.jrd.frontend.MainFrame.RewriteClassDialog
 
run() - Method in class org.jrd.agent.ConnectionDelegator
Waits for new connection.

S

saveConfigFile() - Method in class org.jrd.backend.data.Config
 
saveWrapper(DecompilerWrapperInformation) - Method in class org.jrd.backend.decompiling.PluginManager
 
score - Variable in class org.jrd.frontend.MainFrame.FiletoClassValidator.StringAndScore
 
serialize(DecompilerWrapperInformation, Type, JsonSerializationContext) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformationSerializer
 
setAbortActionListener(ActionListener) - Method in class org.jrd.frontend.MainFrame.LoadingDialog
 
setAgentPath(String) - Method in class org.jrd.backend.data.Config
 
setBytesActionListener(ActionListener) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 
setBytesClassName(String) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setClassBody(String, byte[]) - Method in class org.jrd.agent.InstrumentationProvider
 
setClassesActionListener(ActionListener) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 
setDecompileMethod(Method) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setDecompilerDownloadURL(String) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setDependencyURLsFromPath(List<String>) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setDependencyURLsFromURL(List<String>) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setFileLocation(String) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setFullyQualifiedClassName() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setHostname(String) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setInstance(Object) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setListenPort(int) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setLoadedClassBytes(String) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setLoadedClassNames(String[]) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setLocal(boolean) - Method in class org.jrd.backend.data.VmInfo
 
setLocationForNewWrapper(DecompilerWrapperInformation) - Method in class org.jrd.backend.decompiling.PluginManager
 
setLookAndFeel() - Static method in class org.jrd.backend.data.Main
 
setName(String) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
setOverride(String, byte[]) - Method in class org.jrd.agent.Transformer
 
setParameter(String, String) - Method in class org.jrd.backend.core.AgentRequestAction
 
setPluginConfigurationEditorListener(ActionListener) - Method in class org.jrd.frontend.MainFrame.MainFrameView
 
setPluginsConfiguredListener(ActionListener) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
setRewriteActionListener(ActionListener) - Method in class org.jrd.frontend.MainFrame.BytecodeDecompilerView
 
setText(String) - Method in class org.jrd.frontend.PluginMangerFrame.FileSelectorPanel
 
setTimeStamp(long) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setVerbose() - Method in class org.jrd.backend.core.OutputController
 
setVmDecompilerStatus(VmDecompilerStatus) - Method in class org.jrd.backend.data.VmInfo
 
setVmId(String) - Method in class org.jrd.backend.core.VmDecompilerStatus
 
setVmName(String) - Method in class org.jrd.backend.data.VmInfo
 
setVmPid(int) - Method in class org.jrd.backend.data.VmInfo
 
setWrapperURLFromPath(String) - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
shouldBeVerbose() - Method in class org.jrd.backend.data.Cli
 
StringAndScore(int, String) - Constructor for class org.jrd.frontend.MainFrame.FiletoClassValidator.StringAndScore
 
submitRequest(String) - Method in class org.jrd.backend.communication.CallDecompilerAgent
Opens a socket and sends the request to the agent via socket.
submitRequest(VmManager, AgentRequestAction) - Static method in class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
subscribeToVMChange(ActionListener) - Method in class org.jrd.backend.data.VmManager
 
switchCard(JPanel, String) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView
 

T

textField - Variable in class org.jrd.frontend.ConfigureFrame.ConfigureView.confBrosePanel
 
TextInputPanel - Class in org.jrd.frontend.PluginMangerFrame
 
toString() - Method in class org.jrd.backend.decompiling.DecompilerWrapperInformation
 
toString() - Method in class org.jrd.backend.decompiling.ExpandableUrl
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.jrd.agent.Transformer
 
Transformer - Class in org.jrd.agent
This class represent our transformer for retrieving bytecode.
Transformer() - Constructor for class org.jrd.agent.Transformer
 

U

unifySlashes(String) - Static method in class org.jrd.backend.decompiling.ExpandableUrl
 
updateLocalVMs() - Method in class org.jrd.backend.data.VmManager
Obtains list of Virtual Machines.
updatePanelInfo(ConfigPanel, DecompilerWrapperInformation) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 
updateWrapperList(List<DecompilerWrapperInformation>) - Method in class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
 

V

validate(String, String) - Static method in class org.jrd.frontend.MainFrame.FiletoClassValidator
 
validatePlugin(DecompilerWrapperInformation) - Method in class org.jrd.backend.decompiling.PluginManager
Validating the @param plugin using compilation
valueOf(String) - Static method in enum org.jrd.backend.core.AgentRequestAction.RequestAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jrd.backend.core.OutputController.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jrd.backend.core.AgentRequestAction.RequestAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jrd.backend.core.OutputController.Level
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in class org.jrd.backend.data.Cli
 
VM_ID_PARAM_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 
VM_PID_PARAM_NAME - Static variable in class org.jrd.backend.core.AgentRequestAction
 
vmArrayList() - Constructor for class org.jrd.frontend.MainFrame.VmDecompilerInformationController.vmArrayList
 
VmDecompilerInformationController - Class in org.jrd.frontend.MainFrame
This class provides Action listeners and result proccreateRequestessing for the GUI.
VmDecompilerInformationController(MainFrameView, Model) - Constructor for class org.jrd.frontend.MainFrame.VmDecompilerInformationController
 
VmDecompilerInformationController.vmArrayList<T> - Class in org.jrd.frontend.MainFrame
 
VmDecompilerStatus - Class in org.jrd.backend.core
This class stores all information about the state of decompiler plugin on each VM.
VmDecompilerStatus() - Constructor for class org.jrd.backend.core.VmDecompilerStatus
 
VmInfo - Class in org.jrd.backend.data
Stores information about Available Virtual Machine.
VmInfo(String, int, String, boolean) - Constructor for class org.jrd.backend.data.VmInfo
Stores information about Available Virtual Machine.
VmListRenderer - Class in org.jrd.frontend.MainFrame
 
VmListRenderer() - Constructor for class org.jrd.frontend.MainFrame.VmListRenderer
 
VmManager - Class in org.jrd.backend.data
This class is used for creating/removing/updating information about available Java Virtual Machines.
VmManager() - Constructor for class org.jrd.backend.data.VmManager
 

Z

Zip - Class in org.jrd.frontend.PluginMangerFrame.embedded
 
Zip(File) - Constructor for class org.jrd.frontend.PluginMangerFrame.embedded.Zip
 
A B C D E F G H I J L M N O P R S T U V Z 
Skip navigation links

Copyright © 2019. All Rights Reserved.