Package org.intocps.maestro.plugin
Class IMaestroExpansionPlugin.RuntimeConfigAddition<T>
java.lang.Object
org.intocps.maestro.plugin.IMaestroExpansionPlugin.RuntimeConfigAddition<T>
- Direct Known Subclasses:
IMaestroExpansionPlugin.EmptyRuntimeConfig
- Enclosing interface:
IMaestroExpansionPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()merge(IMaestroExpansionPlugin.RuntimeConfigAddition<T> original) Merge this configuration with the already existing original
-
Constructor Details
-
RuntimeConfigAddition
public RuntimeConfigAddition()
-
-
Method Details
-
getModule
-
getData
-
merge
public abstract IMaestroExpansionPlugin.RuntimeConfigAddition<T> merge(IMaestroExpansionPlugin.RuntimeConfigAddition<T> original) Merge this configuration with the already existing original- Parameters:
original- the same config as this- Returns:
- a merged of this and the original
-