Class RegexpProcessor
- java.lang.Object
-
- org.webharvest.runtime.processors.AbstractProcessor<RegexpDef>
-
- org.webharvest.runtime.processors.RegexpProcessor
-
@Autoscanned @TargetNamespace({"http://org.webharvest/schema/2.1/core","http://org.webharvest/schema/1.0/config"}) @Definition(value="regexp", validAttributes={"id","replace(true;false)","max","flag-caseinsensitive(true;false)","flag-multiline(true;false)","flag-dotall(true;false)","flag-unicodecase(true;false)","flag-canoneq(true;false)"}, validSubprocessors={"regexp-pattern","regexp-source","regexp-result"}, requiredSubprocessors={"regexp-pattern","regexp-source"}, definitionClass=RegexpDef.class) public class RegexpProcessor extends AbstractProcessor<RegexpDef>
Regular expression replace processor.
-
-
Field Summary
-
Fields inherited from class org.webharvest.runtime.processors.AbstractProcessor
elementDef, LOG
-
-
Constructor Summary
Constructors Constructor Description RegexpProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Variable
execute(DynamicScopeContext context)
-
Methods inherited from class org.webharvest.runtime.processors.AbstractProcessor
debug, getBodyTextContent, getBodyTextContent, getBodyTextContent, getElementDef, getParentProcessor, getRunningLevel, run, setElementDef, setParentProcessor, setProperty
-
-
-
-
Method Detail
-
execute
public Variable execute(DynamicScopeContext context) throws InterruptedException
- Specified by:
execute
in classAbstractProcessor<RegexpDef>
- Throws:
InterruptedException
-
-