|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rubygrapefruit.platform.internal.Platform
public abstract class Platform
Constructor Summary | |
---|---|
Platform()
|
Method Summary | ||
---|---|---|
static Platform |
current()
|
|
|
get(java.lang.Class<T> type,
NativeLibraryLoader nativeLibraryLoader)
|
|
java.lang.String |
getLibraryName()
|
|
boolean |
isWindows()
|
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Platform()
Method Detail |
---|
public static Platform current()
public boolean isWindows()
public java.lang.String toString()
toString
in class java.lang.Object
public <T extends NativeIntegration> T get(java.lang.Class<T> type, NativeLibraryLoader nativeLibraryLoader)
public java.lang.String getLibraryName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |