|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vizzini.util.SystemProperties
public final class SystemProperties
Provides convenience methods to obtain system properties.
Method Summary | |
---|---|
String |
asString()
Return a string representation of the system properties. |
Properties |
get()
Return the system properties. |
static SystemProperties |
getInstance()
Return the singleton instance. |
String |
getJavaRuntime()
Return the Java runtime description. |
String |
getJavaVersion()
Return the Java version description. |
String |
getJavaVirtualMachine()
Return the Java virtual machine description. |
static void |
main(String[] args)
Application method. |
void |
print()
Print the system properties to standard out. |
void |
printAlphabetized()
Print the system properties to standard out, alphabetized by key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SystemProperties getInstance()
public static final void main(String[] args)
public String asString()
public Properties get()
public String getJavaRuntime()
public String getJavaVersion()
public String getJavaVirtualMachine()
public void print()
public void printAlphabetized()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |