public class BootstrapWrapper
extends java.lang.Object
| Constructor and Description |
|---|
BootstrapWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
BufferedReader_readLine(java.io.BufferedReader br) |
static java.lang.Class<?> |
Class_forName(java.lang.String className) |
static java.lang.reflect.Method |
Class_getDeclaredMethod(java.lang.Class<?> aClass,
java.lang.String name,
java.lang.Class<?>... parameterTypes) |
static java.lang.reflect.Method |
Class_getMethod(java.lang.Class<?> aClass,
java.lang.String name,
java.lang.Class<?>... parameterTypes) |
static java.lang.Class<?> |
ClassLoader_loadClass(java.lang.ClassLoader loader,
java.lang.String name) |
static void |
Closeable_close(java.io.Closeable closeable) |
static org.apache.commons.cli.CommandLine |
CommandLineParser_parse(org.apache.commons.cli.CommandLineParser parser,
org.apache.commons.cli.Options options,
java.lang.String[] arguments) |
static DeflectorWriter |
DeflectorWriter_new(java.lang.String fileName) |
static java.io.FileInputStream |
FileInputStream_new(java.lang.String name) |
static java.io.FileOutputStream |
FileOutputStream_new(java.lang.String name) |
static java.io.FileReader |
FileReader_new(java.io.File file) |
static void |
FileUtils_forceDelete(java.io.File file) |
static void |
FileUtils_forceMkdir(java.io.File dir) |
static int |
IOUtils_copy(java.io.InputStream input,
java.io.OutputStream output) |
static java.util.jar.JarOutputStream |
JarOutputStream_new(java.io.FileOutputStream fos) |
static void |
JarOutputStream_putNextEntry(java.util.jar.JarOutputStream jos,
java.util.zip.ZipEntry ze) |
static java.lang.Object |
Method_invoke(java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object... args) |
static java.net.URL |
URI_toURL(java.net.URI uri) |
static java.net.URL |
URL_new(java.lang.String s) |
static java.net.URI |
URL_toURI(java.net.URL url) |
static java.util.zip.ZipFile |
ZipFile_new(java.lang.String name) |
public static java.util.zip.ZipFile ZipFile_new(java.lang.String name)
public static java.lang.Class<?> Class_forName(java.lang.String className)
public static java.net.URL URI_toURL(java.net.URI uri)
public static java.net.URI URL_toURI(java.net.URL url)
public static java.net.URL URL_new(java.lang.String s)
public static java.lang.Class<?> ClassLoader_loadClass(java.lang.ClassLoader loader,
java.lang.String name)
public static java.lang.reflect.Method Class_getMethod(java.lang.Class<?> aClass,
java.lang.String name,
java.lang.Class<?>... parameterTypes)
public static java.lang.reflect.Method Class_getDeclaredMethod(java.lang.Class<?> aClass,
java.lang.String name,
java.lang.Class<?>... parameterTypes)
public static java.lang.Object Method_invoke(java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object... args)
public static void FileUtils_forceMkdir(java.io.File dir)
public static DeflectorWriter DeflectorWriter_new(java.lang.String fileName)
public static java.io.FileReader FileReader_new(java.io.File file)
public static java.lang.String BufferedReader_readLine(java.io.BufferedReader br)
public static void FileUtils_forceDelete(java.io.File file)
public static java.io.FileOutputStream FileOutputStream_new(java.lang.String name)
public static java.util.jar.JarOutputStream JarOutputStream_new(java.io.FileOutputStream fos)
public static java.io.FileInputStream FileInputStream_new(java.lang.String name)
public static void JarOutputStream_putNextEntry(java.util.jar.JarOutputStream jos,
java.util.zip.ZipEntry ze)
public static int IOUtils_copy(java.io.InputStream input,
java.io.OutputStream output)
public static void Closeable_close(java.io.Closeable closeable)
public static org.apache.commons.cli.CommandLine CommandLineParser_parse(org.apache.commons.cli.CommandLineParser parser,
org.apache.commons.cli.Options options,
java.lang.String[] arguments)