public final class IterateMap extends MethodOperation
Modifier and Type | Class and Description |
---|---|
static class |
IterateMap.IterateMapFactory
A factory for the <iterate-map> element.
|
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation>
Modifier and Type | Field and Description |
---|---|
static String |
module |
simpleMethod
Constructor and Description |
---|
IterateMap(Element element,
SimpleMethod simpleMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
exec(MethodContext methodContext)
Executes the operation.
|
void |
gatherArtifactInfo(ArtifactInfoContext aic)
Updates
aic with this element's artifact information. |
String |
toString() |
expandedString, rawString
getLineNumber, getSimpleMethod, getTagName, outputTraceMessage
public static final String module
public IterateMap(Element element, SimpleMethod simpleMethod) throws MiniLangException
MiniLangException
public boolean exec(MethodContext methodContext) throws MiniLangException
MethodOperation
true
if script execution should continue, or
false
if script execution should stop.exec
in class MethodOperation
MiniLangException
public void gatherArtifactInfo(ArtifactInfoContext aic)
MiniLangElement
aic
with this element's artifact information.gatherArtifactInfo
in class MiniLangElement
aic
- The artifact information contextpublic String toString()
toString
in class MiniLangElement