Class LinuxNativeDiscoveryStrategy

All Implemented Interfaces:
NativeDiscoveryStrategy

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

    • LinuxNativeDiscoveryStrategy

      public LinuxNativeDiscoveryStrategy()
  • 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