Class ObjectFactory
java.lang.Object
de.monticore.generating.templateengine.ObjectFactory
Factory to instantiate any object from Templates
using op.instantiate(classname)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcreateObject(String qualifiedName) static Objectstatic ObjectcreateObject(String qualifiedName, List<Object> params) protected ObjectdoGetTypes(List<Object> params) protected voiddoSetClassLoader(ClassLoader loader)
-
Field Details
-
factory
-
classLoader
-
-
Constructor Details
-
ObjectFactory
protected ObjectFactory()
-
-
Method Details
-
createObject
-
createObject
-
createObject
-
doCreateObject
-
getTypes
-
doGetTypes
-
doSetClassLoader
-