|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.nls.Os
public class Os
| Constructor Summary | |
|---|---|
Os()
Constructor for Os. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getName(java.lang.Class aclass,
java.lang.String name,
java.lang.String extension)
Method getName. |
static java.lang.String[] |
getOsAdditions()
Gets the Os Additions. |
static java.lang.String |
getOsArch()
Returns the OsArch. |
static java.lang.String |
getOsName()
Returns the OsName. |
static java.util.Hashtable |
getProperties(java.lang.Class aclass,
java.lang.String name)
Method getProperties. |
static java.net.URL |
getUrl(java.lang.Class aclass,
java.lang.String name,
java.lang.String extension)
Method getUrl. |
static boolean |
isLinux()
Return true if the current operating system is Linux. |
static boolean |
isNeutrino()
Return true if the current operating system is Neutrino. |
static boolean |
isWindows()
Return true if the current operating system is Windows. |
static boolean |
isWindowsCe()
Return true if the current operating system is Windows. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Os()
| Method Detail |
|---|
public static java.lang.String getName(java.lang.Class aclass,
java.lang.String name,
java.lang.String extension)
aclass - The class root for the resouce.name - The name of the resouce.extension - Extension including the dot.
String) value.getOsName()public static java.lang.String[] getOsAdditions()
String[]) value.public static java.lang.String getOsArch()
String) value.public static java.lang.String getOsName()
String) value.
public static java.util.Hashtable getProperties(java.lang.Class aclass,
java.lang.String name)
aclass - The aclass (Class) parameter.name - The name (String) parameter.
Hashtable) value.
public static java.net.URL getUrl(java.lang.Class aclass,
java.lang.String name,
java.lang.String extension)
aclass - The aclass (Class) parameter.name - The name (String) parameter.extension - The extension (String) parameter.
URL) value.public static boolean isLinux()
boolean) value.public static boolean isNeutrino()
boolean) value.public static boolean isWindows()
boolean) value.public static boolean isWindowsCe()
boolean) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||