Class LinuxWellKnownDirectoryProvider

java.lang.Object
uk.co.caprica.vlcj.factory.discovery.provider.WellKnownDirectoryProvider
uk.co.caprica.vlcj.factory.discovery.provider.LinuxWellKnownDirectoryProvider
All Implemented Interfaces:
DiscoveryDirectoryProvider

public class LinuxWellKnownDirectoryProvider extends WellKnownDirectoryProvider
Implementation of a directory provider that returns a list of well-known directory locations to search on Linux.
  • Constructor Details

    • LinuxWellKnownDirectoryProvider

      public LinuxWellKnownDirectoryProvider()
  • Method Details

    • directories

      public String[] directories()
      Description copied from interface: DiscoveryDirectoryProvider
      Return the directories to search.
      Returns:
      directories
    • supported

      public boolean supported()
      Description copied from interface: DiscoveryDirectoryProvider
      Check if this provider implementation is supported (e.g. it may be for a particular operating system only).
      Returns:
      true if supported; false if not