Class Launcher
- java.lang.Object
-
- Launcher
-
public class Launcher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
JAR_REPO_DIR
static String
JAR_REPO_TXT
-
Constructor Summary
Constructors Constructor Description Launcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copy(InputStream in, OutputStream out)
static void
main(String[] args)
-
-
-
Field Detail
-
JAR_REPO_DIR
public static final String JAR_REPO_DIR
- See Also:
- Constant Field Values
-
JAR_REPO_TXT
public static final String JAR_REPO_TXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
copy
public static void copy(InputStream in, OutputStream out) throws IOException
- Throws:
IOException
-
-