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