Uses of Class
de.xima.fc.plugin.runtime.PluginManifest
-
Packages that use PluginManifest Package Description de.xima.fc.gui.model de.xima.fc.plugin de.xima.fc.plugin.runtime -
-
Uses of PluginManifest in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return PluginManifest Modifier and Type Method Description PluginManifest
PluginWrapperModel. getManifest()
-
Uses of PluginManifest in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return PluginManifest Modifier and Type Method Description static PluginManifest
PluginHelper. getPluginManifest(PluginRuntime pluginRuntime)
static PluginManifest
PluginHelper. getPluginManifest(File jarFile)
Methods in de.xima.fc.plugin with parameters of type PluginManifest Modifier and Type Method Description static EPluginCompatibility
PluginHelper. checkPluginVersion(PluginManifest manifest)
-
Uses of PluginManifest in de.xima.fc.plugin.runtime
Methods in de.xima.fc.plugin.runtime that return PluginManifest Modifier and Type Method Description PluginManifest
PluginRuntime. getManifest()
-