Uses of Class
org.jrd.backend.data.cli.utils.PluginWrapperWithMetaInfo
-
Packages that use PluginWrapperWithMetaInfo Package Description org.jrd.backend.data.cli org.jrd.backend.data.cli.workers -
-
Uses of PluginWrapperWithMetaInfo in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return PluginWrapperWithMetaInfo Modifier and Type Method Description static PluginWrapperWithMetaInfo
Lib. getPluginWrapper(PluginManager pluginManager, java.lang.String pluginIdOrNonsense, boolean doThrow)
-
Uses of PluginWrapperWithMetaInfo in org.jrd.backend.data.cli.workers
Methods in org.jrd.backend.data.cli.workers with parameters of type PluginWrapperWithMetaInfo Modifier and Type Method Description static java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
Compile. compile(CompileArguments args, io.github.mkoncek.classpathless.api.IdentifiedSource[] identifiedSources, PluginWrapperWithMetaInfo wrapper, java.lang.Integer detectedByteCode, java.io.PrintStream outerr, boolean isVerbose)
-