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
A NativeInvocationBridge that does nothing; isEnabled() always returns false.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets whether the invocation bridge is available for useMethods inherited from class com.biglybt.platform.macosx.NativeInvocationBridge
dispose, hasSharedInstance, performRecoverableFileDelete, sharedInstance, showInFinder
-
Constructor Details
-
DummyBridge
private DummyBridge()
-
-
Method Details
-
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
-