|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.testlink.parser.Parser<Suite>
hudson.plugins.testlink.parser.testng.TestNGParser
public class TestNGParser
Constructor Summary | |
---|---|
TestNGParser()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrives the name of the parser. |
Suite |
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 hudson.plugins.testlink.parser.Parser |
---|
parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestNGParser()
Method Detail |
---|
public Suite parse(java.io.InputStream inputStream) throws ParserException
Parser
parse
in class Parser<Suite>
inputStream
- the input stream.
ParserException
public java.lang.String getName()
Parser
getName
in class Parser<Suite>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |