public class SuiteXmlParser extends XMLParser<XmlSuite> implements ISuiteParser
Constructor and Description |
---|
SuiteXmlParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String fileName) |
XmlSuite |
parse(String currentFile,
InputStream inputStream,
boolean loadClasses) |
public XmlSuite parse(String currentFile, InputStream inputStream, boolean loadClasses)
parse
in interface IFileParser<XmlSuite>
public boolean accept(String fileName)
accept
in interface ISuiteParser
Copyright © 2024. All rights reserved.