Uses of Interface
org.graffiti.managers.pluginmgr.Dependency
Package | Description |
---|---|
org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
-
Uses of Dependency in org.graffiti.managers.pluginmgr
Classes in org.graffiti.managers.pluginmgr that implement Dependency Modifier and Type Class Description class
PluginDependency
Models a dependency to another plugin.Methods in org.graffiti.managers.pluginmgr that return Dependency Modifier and Type Method Description Dependency
PluginManagerException. getDependency()
Returns the dependency.Methods in org.graffiti.managers.pluginmgr with parameters of type Dependency Modifier and Type Method Description void
PluginManagerException. setDependency(Dependency dependency)
Sets the dependency.