Uses of Class
org.jrd.backend.data.cli.utils.PluginWithOptions
-
Packages that use PluginWithOptions Package Description org.jrd.backend.data.cli org.jrd.backend.data.cli.utils -
-
Uses of PluginWithOptions in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return PluginWithOptions Modifier and Type Method Description static PluginWithOptions
Lib. getDecompilerFromString(java.lang.String plugin, PluginManager pm)
-
Uses of PluginWithOptions in org.jrd.backend.data.cli.utils
Fields in org.jrd.backend.data.cli.utils declared as PluginWithOptions Modifier and Type Field Description private PluginWithOptions
PluginWrapperWithMetaInfo. wrapper
Methods in org.jrd.backend.data.cli.utils that return PluginWithOptions Modifier and Type Method Description PluginWithOptions
PluginWrapperWithMetaInfo. getWrapper()
Constructors in org.jrd.backend.data.cli.utils with parameters of type PluginWithOptions Constructor Description PluginWrapperWithMetaInfo(PluginWithOptions wrapper, boolean haveCompiler)
-