Package org.api.mkm.tools
Class Tools
java.lang.Object
org.api.mkm.tools.Tools
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic org.jsoup.nodes.DocumentgetDocument(String url) static StringgetXMLResponse(String link, String method, Class serv) static StringgetXMLResponse(String link, String method, Class serv, String content) static com.thoughtworks.xstream.XStreamstatic Stringjoin(Collection<?> s, String delimiter) static List<Localization>static voidstatic void
-
Method Details
-
main
-
listLanguages
-
encodeString
-
instNewXstream
public static com.thoughtworks.xstream.XStream instNewXstream() -
unzip
- Throws:
IOException
-
join
-
getDocument
- Throws:
IOException
-
getXMLResponse
- Throws:
IOException
-
getXMLResponse
public static String getXMLResponse(String link, String method, Class serv, String content) throws IOException - Throws:
IOException
-