Uses of Class
org.pf4j.PluginDependency
-
Packages that use PluginDependency Package Description org.pf4j -
-
Uses of PluginDependency in org.pf4j
Fields in org.pf4j with type parameters of type PluginDependency Modifier and Type Field Description private java.util.List<PluginDependency>DefaultPluginDescriptor. dependenciesMethods in org.pf4j that return types with arguments of type PluginDependency Modifier and Type Method Description java.util.List<PluginDependency>DefaultPluginDescriptor. getDependencies()Returns all dependencies declared by this plugin.java.util.List<PluginDependency>PluginDescriptor. getDependencies()Methods in org.pf4j with parameters of type PluginDependency Modifier and Type Method Description voidDefaultPluginDescriptor. addDependency(PluginDependency dependency)
-