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 java.lang.Object implements MethodOperation.Factory<Assert>
A factory for the <assert> element.
-
-
Constructor Summary
Constructors Constructor Description AssertFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Assert
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public Assert createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Assert>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<Assert>
-
-