Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(java.io.File source,
java.io.File target,
java.util.List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(java.io.File source,
java.io.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(java.io.File source,
java.io.File target,
java.util.List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(java.io.File source,
java.io.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,
java.util.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,
java.util.List<? extends Plugin.Factory> factories) |
Applies this plugin engine onto a given source and target.
|