Class WindowsNativeDiscoveryStrategy

All Implemented Interfaces:
NativeDiscoveryStrategy

public class WindowsNativeDiscoveryStrategy extends DirectoryProviderDiscoveryStrategy
Default implementation of a native discovery strategy that searches directories on the Windows operating system.
  • Constructor Details

    • WindowsNativeDiscoveryStrategy

      public WindowsNativeDiscoveryStrategy()
  • Method Details

    • supported

      public boolean supported()
      Description copied from interface: NativeDiscoveryStrategy
      Is this strategy supported?

      Some strategies may, for example, only be applicable to one particular operating system or another.

      Returns:
      true if this strategy is supported; false otherwise