public class GetCapabilitiesChecker extends Object
| Constructor and Description |
|---|
GetCapabilitiesChecker() |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<?>> |
find(String scannedPackage) |
static List<Class<?>> |
getClassesInSamePackageFromJar(String packageName) |
static Charset |
getConnectionCharset(URLConnection connection) |
static void |
main(String[] args) |
static void |
main1(String[] args) |
static String |
readPage(URL url) |
static String |
readPageHTTPHeader(URL url,
String token) |
static String |
readPageNoHttpClient(URL url) |
public static List<Class<?>> getClassesInSamePackageFromJar(String packageName) throws Exception
Exceptionpublic static Charset getConnectionCharset(URLConnection connection)
public static String readPageNoHttpClient(URL url) throws Exception
Exceptionpublic static String readPageHTTPHeader(URL url, String token) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.