Package org.intocps.maestro.plugin
Class IMaestroExpansionPlugin.EmptyRuntimeConfig<R>
- java.lang.Object
-
- org.intocps.maestro.plugin.IMaestroExpansionPlugin.RuntimeConfigAddition<R>
-
- org.intocps.maestro.plugin.IMaestroExpansionPlugin.EmptyRuntimeConfig<R>
-
- Type Parameters:
R-
- Enclosing interface:
- IMaestroExpansionPlugin
public static class IMaestroExpansionPlugin.EmptyRuntimeConfig<R> extends IMaestroExpansionPlugin.RuntimeConfigAddition<R>
An empty implementation of theIMaestroExpansionPlugin.RuntimeConfigAddition
-
-
Constructor Summary
Constructors Constructor Description EmptyRuntimeConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMaestroExpansionPlugin.RuntimeConfigAddition<R>merge(IMaestroExpansionPlugin.RuntimeConfigAddition<R> original)Merge this configuration with the already existing original-
Methods inherited from class org.intocps.maestro.plugin.IMaestroExpansionPlugin.RuntimeConfigAddition
getData, getModule
-
-
-
-
Method Detail
-
merge
public IMaestroExpansionPlugin.RuntimeConfigAddition<R> merge(IMaestroExpansionPlugin.RuntimeConfigAddition<R> original)
Description copied from class:IMaestroExpansionPlugin.RuntimeConfigAdditionMerge this configuration with the already existing original- Specified by:
mergein classIMaestroExpansionPlugin.RuntimeConfigAddition<R>- Parameters:
original- the same config as this- Returns:
- a merged of this and the original
-
-