Package org.jrd.backend.data.cli.utils
Class PluginWithOptions
- java.lang.Object
-
- org.jrd.backend.data.cli.utils.PluginWithOptions
-
public class PluginWithOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DecompilerWrapper
decompiler
private java.lang.String[]
options
-
Constructor Summary
Constructors Constructor Description PluginWithOptions(DecompilerWrapper decompiler, java.lang.String[] options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecompilerWrapper
getDecompiler()
java.lang.String[]
getOptions()
-
-
-
Field Detail
-
decompiler
private final DecompilerWrapper decompiler
-
options
private final java.lang.String[] options
-
-
Constructor Detail
-
PluginWithOptions
public PluginWithOptions(DecompilerWrapper decompiler, java.lang.String[] options)
-
-
Method Detail
-
getDecompiler
public DecompilerWrapper getDecompiler()
-
getOptions
public java.lang.String[] getOptions()
-
-