Uses of Class
org.graffiti.managers.pluginmgr.PluginDependency
Package | Description |
---|---|
org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
-
Uses of PluginDependency in org.graffiti.managers.pluginmgr
Methods in org.graffiti.managers.pluginmgr that return types with arguments of type PluginDependency Modifier and Type Method Description List<PluginDependency>
PluginDescription. getDependencies()
Returns the dependencies.Iterator<PluginDependency>
PluginDescription. getPluginDependenciesIterator()
Returns an iterator over the plugin dependency list.Methods in org.graffiti.managers.pluginmgr with parameters of type PluginDependency Modifier and Type Method Description void
PluginDescription. addDependency(PluginDependency dep)
Adds the given dependency to the list of dependencies.void
PluginDescription. addPluginDependency(PluginDependency dep)
Adds the given plugin dependency to the list of dependencies.Method parameters in org.graffiti.managers.pluginmgr with type arguments of type PluginDependency Modifier and Type Method Description void
PluginDescription. setDependencies(List<PluginDependency> dependencies)
Sets the dependencies.