Package net.sourceforge.plantuml
Class Run
- java.lang.Object
-
- net.sourceforge.plantuml.Run
-
public class Run extends Object
-
-
Constructor Summary
Constructors Constructor Description Run()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
forceOpenJdkResourceLoad()
static String
getCommandLine()
static boolean
isOpenJdkRunning()
static void
main(String[] argsArray)
static void
printFonts()
-
-
-
Method Detail
-
main
public static void main(String[] argsArray) throws NoPlantumlCompressionException, IOException, InterruptedException
-
getCommandLine
public static final String getCommandLine()
-
forceOpenJdkResourceLoad
public static void forceOpenJdkResourceLoad()
-
isOpenJdkRunning
public static boolean isOpenJdkRunning()
-
printFonts
public static void printFonts()
-
-