Class StringToList.StringToListFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.StringToList.StringToListFactory
- All Implemented Interfaces:
MethodOperation.Factory<StringToList>
- Enclosing class:
- StringToList
public static final class StringToList.StringToListFactory
extends Object
implements MethodOperation.Factory<StringToList>
A factory for the <string-to-list> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
StringToListFactory
public StringToListFactory()
-
-
Method Details
-
createMethodOperation
public StringToList createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<StringToList>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<StringToList>
-