Uses of Class
de.xima.fc.proma.plugin.mdl.PluginDependencies
-
Packages that use PluginDependencies Package Description de.xima.fc.gui.bean.plugin de.xima.fc.proma.plugin.mdl -
-
Uses of PluginDependencies in de.xima.fc.gui.bean.plugin
Fields in de.xima.fc.gui.bean.plugin with type parameters of type PluginDependencies Modifier and Type Field Description protected List<PluginDependencies>
BasicPluginBean. pluginDependencies
Methods in de.xima.fc.gui.bean.plugin that return types with arguments of type PluginDependencies Modifier and Type Method Description abstract List<PluginDependencies>
BasicPluginBean. createPluginDependencies(PluginRuntime runtime)
This method creates a list of plugin dependencies.List<PluginDependencies>
ClientPluginBean. createPluginDependencies(PluginRuntime runtime)
List<PluginDependencies>
SystemPluginBean. createPluginDependencies(PluginRuntime runtime)
List<PluginDependencies>
BasicPluginBean. getPluginDependencies()
-
Uses of PluginDependencies in de.xima.fc.proma.plugin.mdl
Methods in de.xima.fc.proma.plugin.mdl that return types with arguments of type PluginDependencies Modifier and Type Method Description static List<PluginDependencies>
PluginDependencies. addPluginDependencyToList(String pluginName, String pluginType, String dependencyData, List<PluginDependencies> dependencyList)
List<PluginDependencies>
PluginDependenciesData. getPluginDependencies()
Method parameters in de.xima.fc.proma.plugin.mdl with type arguments of type PluginDependencies Modifier and Type Method Description static List<PluginDependencies>
PluginDependencies. addPluginDependencyToList(String pluginName, String pluginType, String dependencyData, List<PluginDependencies> dependencyList)
Constructor parameters in de.xima.fc.proma.plugin.mdl with type arguments of type PluginDependencies Constructor Description PluginDependenciesData(String pluginName, List<PluginDependencies> pluginDependencies)
-