Package tk.doraneko.commons
Class JavaProcess
- java.lang.Object
-
- tk.doraneko.commons.JavaProcess
-
public class JavaProcess extends Object
- Since:
- 24/08/2019
- Author:
- tranphuquy19@gmail.com
-
-
Constructor Summary
Constructors Constructor Description JavaProcess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
exec(Class klass)
static void
openCode(int classIndex)
-
-
-
Method Detail
-
exec
public static int exec(Class klass) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
openCode
public static void openCode(int classIndex) throws IOException
- Throws:
IOException
-
-