mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Refactored plugin configuration methods
This commit is contained in:
parent
5719632656
commit
f5f71426d9
17 changed files with 274 additions and 176 deletions
|
@ -401,7 +401,7 @@ public class DummyTool extends PluginTool {
|
|||
|
||||
@Override
|
||||
public void removeContextListener(DockingContextListener listener) {
|
||||
//do nothing
|
||||
//do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -416,16 +416,16 @@ public class DummyTool extends PluginTool {
|
|||
|
||||
@Override
|
||||
public void addServiceListener(ServiceListener listener) {
|
||||
//do nothing
|
||||
//do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeServiceListener(ServiceListener listener) {
|
||||
//do nothing
|
||||
//do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public PluginClassManager getPluginClassManager() {
|
||||
protected PluginsConfiguration createPluginsConfigurations() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue