@HashCodeAndEqualsPlugin.Enhance public static class Plugin.Factory.Simple extends java.lang.Object implements Plugin.Factory
Plugin.Factory.Simple, Plugin.Factory.UsingReflection
Modifier and Type | Field and Description |
---|---|
private Plugin |
plugin
The plugin to provide.
|
Constructor and Description |
---|
Simple(Plugin plugin)
Creates a simple plugin factory.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
make()
Returns a plugin that can be used for a transformation and which is subsequently closed.
|
private final Plugin plugin
public Simple(Plugin plugin)
plugin
- The plugin to provide.public Plugin make()
make
in interface Plugin.Factory