Package net.sourceforge.plantuml
Class OptionPrint
java.lang.Object
net.sourceforge.plantuml.OptionPrint
public class OptionPrint
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.String
static java.util.Collection<java.lang.String>
static java.util.Collection<java.lang.String>
static void
static void
static void
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OptionPrint
public OptionPrint()
-
-
Method Details
-
printTestDot
public static void printTestDot() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
printHelp
public static void printHelp() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
printLicense
public static void printLicense() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
printVersion
public static void printVersion() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
interestingProperties
public static java.util.Collection<java.lang.String> interestingProperties() -
interestingValues
public static java.util.Collection<java.lang.String> interestingValues() -
getHostName
public static java.lang.String getHostName() -
printAbout
public static void printAbout() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
printLanguage
public static void printLanguage() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-