Package net.sourceforge.plantuml
Class OptionPrint
- java.lang.Object
-
- net.sourceforge.plantuml.OptionPrint
-
public class OptionPrint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OptionPrint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getHostName()
static java.util.Collection<java.lang.String>
interestingProperties()
static java.util.Collection<java.lang.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 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
-
-