Package org.jrd.backend.data.cli.utils
Class PluginWrapperWithMetaInfo
- java.lang.Object
-
- org.jrd.backend.data.cli.utils.PluginWrapperWithMetaInfo
-
public class PluginWrapperWithMetaInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
haveCompiler
private PluginWithOptions
wrapper
-
Constructor Summary
Constructors Constructor Description PluginWrapperWithMetaInfo(PluginWithOptions wrapper, boolean haveCompiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginWithOptions
getWrapper()
boolean
haveCompiler()
-
-
-
Field Detail
-
wrapper
private final PluginWithOptions wrapper
-
haveCompiler
private final boolean haveCompiler
-
-
Constructor Detail
-
PluginWrapperWithMetaInfo
public PluginWrapperWithMetaInfo(PluginWithOptions wrapper, boolean haveCompiler)
-
-
Method Detail
-
getWrapper
public PluginWithOptions getWrapper()
-
haveCompiler
public boolean haveCompiler()
-
-