Package io.virtualan.cucumblan.parser
Class OpenAPIParser
- java.lang.Object
-
- io.virtualan.cucumblan.parser.OpenAPIParser
-
public class OpenAPIParser extends Object
The type Open api parser.- Author:
- Elan Thangamani
-
-
Constructor Summary
Constructors Constructor Description OpenAPIParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit(String system, String url)Init.static voidloader()Loader.
-
-
-
Method Detail
-
loader
public static void loader() throws ParserErrorLoader.- Throws:
ParserError- the parser error
-
init
public static void init(String system, String url) throws ParserError
Init.- Parameters:
system- the systemurl- the url- Throws:
ParserError- the parser error
-
-