|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.sciss.net.NetUtil
public class NetUtil
A static class which contains information methods. In a future version it may contain more useful utility methods.
Method Summary | |
---|---|
static String |
getCopyrightString()
Returns a copyright information string about the library |
static String |
getCreditsString()
Returns a license and website information string about the library |
static String |
getResourceString(String key)
Returns a string from the library's string resource bundle (currently localized english and german). |
static double |
getVersion()
Returns the library's version. |
static void |
main(String[] args)
This method gets called when one tries to start the .jar file directly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
public static final double getVersion()
public static final String getCopyrightString()
public static final String getCreditsString()
public static final String getResourceString(String key)
key
- lookup dictionary key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |