public static interface Plugin.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Factory.Simple
A simple factory that returns a preconstructed plugin instance.
|
static class |
Plugin.Factory.UsingReflection
A plugin factory that uses reflection for instantiating a plugin.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
make()
Returns a plugin that can be used for a transformation and which is subsequently closed.
|
Plugin make()
Copyright © 2014–2024. All rights reserved.