Class Extensions
- java.lang.Object
-
- net.ssehub.easy.instantiation.serializer.xml.Extensions
-
public class Extensions extends java.lang.ObjectExtension to activate the serialization of runtime VIL files.- Author:
- Sass
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.List<ISerializerPlugin<?>>pluginList
-
Constructor Summary
Constructors Constructor Description Extensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Iterable<ISerializerPlugin<?>>getPluginList()Getter for the plug-in list.static voidregister(ISerializerPlugin<?> plugin)Register the plug-in.
-
-
-
Field Detail
-
pluginList
private static java.util.List<ISerializerPlugin<?>> pluginList
-
-
Method Detail
-
register
public static void register(ISerializerPlugin<?> plugin)
Register the plug-in.- Parameters:
plugin- The plug-in to be registered
-
getPluginList
public static java.lang.Iterable<ISerializerPlugin<?>> getPluginList()
Getter for the plug-in list.- Returns:
- list with all plug-ins
-
-