install
Install StorePlugins. See the other overload to build the plugin on the fly. This installs prebuilt plugins.
Plugins will preserve the order of installation and will proceed according to this order. See StorePlugin for comprehensive information on the behavior of plugins.
Installation of the same plugin multiple times is not allowed. See StorePlugin.name for more info and solutions.
Create and install a new StorePlugin. Please see documentation for the other overload for more details.
See also
Alias for install
Install the decorators. Decorators will be installed after all plugins in the order they are in the list, and they will wrap all of the plugins of this store, expressed as a single compositePlugin.
Any decorator installed after this invocation will also wrap all previous decorators.
Decorators must be unique by name, or this method will throw IllegalArgumentException.
See DecoratorBuilder for more info on the behavior of decorators.
Install these decorators. Decorators will be installed after all plugins in the order they are declared. and they will wrap all of the plugins of this store, expressed as a single compositePlugin.
Any decorator installed after this invocation will also wrap all previous decorators.
Decorators must be unique by name, or this method will throw IllegalArgumentException.
See DecoratorBuilder for more info on the behavior of decorators.
Install this
decorator. Decorator will be installed after all plugins and decorators installed before, and it will wrap all of them, expressed as a single compositePlugin.
Any decorator installed after this invocation will also wrap all previous decorators.
Decorators must be unique by name, or this method will throw IllegalArgumentException.
See DecoratorBuilder for more info on the behavior of decorators.