| Modifier and Type | Method and Description |
|---|---|
default PluginSource |
PluginSource.addAllPluginJars(Path folder)
Adds all jar files from the given folder as plugin.
|
PluginSource |
PluginSource.addAllPluginJars(Path folder,
Predicate<Path> filter)
Adds all jar files from the given folder for which the given predicate
holds true as plugin.
|
PluginSource |
PluginSource.addPluginJar(Path jarFile)
Adds the given jar file as plugin.
|
PluginSource |
PluginSource.addUnpackedPlugin(Path folder)
Adds a plugin which is not packed into a jar but which contents are
contained in the given folder.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PluginSource.noPlugins(PluginSource source)
No-op method PluginSource consumer method for specifying no plugins when
configuring a TinyPlugz instance.
|
| Modifier and Type | Method and Description |
|---|---|
TinyPlugzConfigurator.DeployTinyPlugz |
TinyPlugzConfigurator.DefineProperties.withPlugins(Consumer<PluginSource> source)
Provides the
PluginSource via the given consumer for adding
plugins which should be deployed. |
Copyright © 2014–2015. All rights reserved.