abstract class AbstractTextProcessor extends AbstractRegexpProcessor
Modifier and Type | Field and Description |
---|---|
protected String |
text |
regexp
args, command, output
Constructor and Description |
---|
AbstractTextProcessor(Command command,
SedArguments args,
LineProcessor output) |
AbstractTextProcessor(Command command,
String script,
SedArguments args,
LineProcessor output) |
parsePatternFlags
finish, getRegexp, getReplacement, indexOfNextDelimiter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processLine
public AbstractTextProcessor(Command command, SedArguments args, LineProcessor output)
public AbstractTextProcessor(Command command, String script, SedArguments args, LineProcessor output)
Copyright © 2024. All rights reserved.