Package org.javlo.utils
Class MepExport
- java.lang.Object
-
- org.javlo.utils.MepExport
-
public class MepExport extends Object
-
-
Constructor Summary
Constructors Constructor Description MepExport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getJsonMepByContries(String lg, String country)
static void
main(String[] args)
-
-
-
Method Detail
-
getJsonMepByContries
public static String getJsonMepByContries(String lg, String country) throws IOException, org.json.simple.parser.ParseException
- Throws:
IOException
org.json.simple.parser.ParseException
-
main
public static void main(String[] args) throws IOException, org.json.simple.parser.ParseException
- Throws:
IOException
org.json.simple.parser.ParseException
-
-