Module uk.co.caprica.vlcj
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
Implementation of a directory provider that returns a list of well-known directory locations to search on Linux.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Return the directories to search.boolean
Check if this provider implementation is supported (e.g.Methods inherited from class uk.co.caprica.vlcj.factory.discovery.provider.WellKnownDirectoryProvider
priority
-
Constructor Details
-
LinuxWellKnownDirectoryProvider
public LinuxWellKnownDirectoryProvider()
-
-
Method Details
-
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
-