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 String
getHostName()
static Collection<String>
interestingProperties()
static Collection<String>
interestingValues()
static void
printAbout()
static void
printHelp()
static void
printLanguage()
static void
printLicense()
static void
printTestDot()
static void
printVersion()
-
-
-
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
-
-