Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(File source,
File target,
List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(File source,
File target,
Plugin.Factory... factory) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
Plugin.Factory... factory) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(File source,
File target,
List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(File source,
File target,
Plugin.Factory... factory) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
Plugin.Factory... factory) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.Default.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|