Package jadx.api.plugins.data
Interface JadxPluginRuntimeData
- All Known Implementing Classes:
PluginContext
public interface JadxPluginRuntimeData
Runtime plugin data.
-
Method Summary
Modifier and TypeMethodDescription@Nullable JadxPluginOptionsbooleanloadCodeFiles(List<Path> files, @Nullable Closeable closeable) Convenient method to simplify code loading from custom files.
-
Method Details
-
isInitialized
boolean isInitialized() -
getPluginId
String getPluginId() -
getPluginInstance
JadxPlugin getPluginInstance() -
getPluginInfo
JadxPluginInfo getPluginInfo() -
getCodeInputs
List<JadxCodeInput> getCodeInputs() -
getOptions
-
getInputsHash
String getInputsHash() -
loadCodeFiles
Convenient method to simplify code loading from custom files.
-