Package com.biglybt.platform.macosx
Class NativeInvocationBridge.DummyBridge
- java.lang.Object
-
- com.biglybt.platform.macosx.NativeInvocationBridge
-
- com.biglybt.platform.macosx.NativeInvocationBridge.DummyBridge
-
- Enclosing class:
- NativeInvocationBridge
private static class NativeInvocationBridge.DummyBridge extends NativeInvocationBridge
A NativeInvocationBridge that does nothing; isEnabled() always returns false.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DummyBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
Gets whether the invocation bridge is available for use-
Methods inherited from class com.biglybt.platform.macosx.NativeInvocationBridge
dispose, hasSharedInstance, performRecoverableFileDelete, sharedInstance, showInFinder
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from class:NativeInvocationBridge
Gets whether the invocation bridge is available for use
This method is used to anticipate scenarios such as where the bridge will fail due to missing classpaths
- Specified by:
isEnabled
in classNativeInvocationBridge
-
-