public class OSBridge extends BaseSystemBridge implements IOS, APIBridge
apiGroup| Constructor and Description |
|---|
OSBridge(IOS delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IOS |
getDelegate()
Get the delegate implementation.
|
OSInfo |
getOSInfo()
Returns the OSInfo for the current operating system.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
setDelegate(IOS delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic OSBridge(IOS delegate)
delegate - The delegate implementing platform specific functions.public final IOS getDelegate()
public final void setDelegate(IOS delegate)
delegate - The delegate implementing platform specific functions.public OSInfo getOSInfo()
public APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseSystemBridgerequest - APIRequest object containing method name and parameters.