|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.testlink.parser.Parser<org.tap4j.model.TestSet>
hudson.plugins.testlink.parser.tap.TAPParser
public class TAPParser
The TAP Parser.
Constructor Summary | |
---|---|
TAPParser()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrives the name of the parser. |
org.tap4j.model.TestSet |
parse(java.io.File file)
Parses the content of the file. |
org.tap4j.model.TestSet |
parse(java.io.InputStream inputStream)
Parses the content of an input stream and returns a different object depending on the type of the parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TAPParser()
Method Detail |
---|
public org.tap4j.model.TestSet parse(java.io.InputStream inputStream) throws ParserException
Parser
parse
in class Parser<org.tap4j.model.TestSet>
inputStream
- the input stream.
ParserException
public org.tap4j.model.TestSet parse(java.io.File file) throws ParserException
Parser
Parser.parse(InputStream)
method.
parse
in class Parser<org.tap4j.model.TestSet>
file
- the file.
ParserException
public java.lang.String getName()
Parser
getName
in class Parser<org.tap4j.model.TestSet>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |