public class SharedTCLogParser extends TCLogParser implements TestCloneable
| Constructor and Description |
|---|
SharedTCLogParser() |
SharedTCLogParser(String source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
close()
close the any streams or readers.
|
protected int |
parse(FileServer breader,
TestElement el,
int parseCount)
The method is responsible for reading each line, and breaking out of the
while loop if a set number of lines is given.
|
int |
parse(TestElement el,
int parseCount)
parse the entire file.
|
checkMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, parse, parseAndConfigure, parseLine, parseOneParameter, parseParameters, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenizepublic SharedTCLogParser()
public SharedTCLogParser(String source)
public Object clone()
clone in interface TestCloneableclone in class Objectpublic int parse(TestElement el, int parseCount)
parse in class TCLogParserprotected int parse(FileServer breader, TestElement el, int parseCount)
breader - public void close()
close in interface LogParserclose in class TCLogParserCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.