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