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