Uses of Class
org.pf4j.CompoundPluginRepository
-
Packages that use CompoundPluginRepository Package Description org.pf4j -
-
Uses of CompoundPluginRepository in org.pf4j
Methods in org.pf4j that return CompoundPluginRepository Modifier and Type Method Description CompoundPluginRepository
CompoundPluginRepository. add(PluginRepository repository)
CompoundPluginRepository
CompoundPluginRepository. add(PluginRepository repository, java.util.function.BooleanSupplier condition)
Add aPluginRepository
only if thecondition
is satisfied.
-