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