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 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 class NativeInvocationBridge