Package net.sourceforge.plantuml
Class OptionPrint
- java.lang.Object
-
- net.sourceforge.plantuml.OptionPrint
-
public class OptionPrint extends Object
-
-
Constructor Summary
Constructors Constructor Description OptionPrint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetHostName()static Collection<String>interestingProperties()static Collection<String>interestingValues()static voidprintAbout()static voidprintHelp()static voidprintLanguage()static voidprintLicense()static voidprintTestDot()static voidprintVersion()
-
-
-
Method Detail
-
printTestDot
public static void printTestDot() throws InterruptedException- Throws:
InterruptedException
-
printHelp
public static void printHelp() throws InterruptedException- Throws:
InterruptedException
-
printLicense
public static void printLicense() throws InterruptedException- Throws:
InterruptedException
-
printVersion
public static void printVersion() throws InterruptedException- Throws:
InterruptedException
-
interestingProperties
public static Collection<String> interestingProperties()
-
interestingValues
public static Collection<String> interestingValues()
-
getHostName
public static String getHostName()
-
printAbout
public static void printAbout() throws InterruptedException- Throws:
InterruptedException
-
printLanguage
public static void printLanguage() throws InterruptedException- Throws:
InterruptedException
-
-