public class M3uSelection
extends java.lang.Object
Constructor and Description |
---|
M3uSelection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<VirtualFile> |
getEntries()
Get all entries in the m3u file that are available on the file system.
|
java.util.List<VirtualFile> |
getMissing()
Get all entries in the m3u file, not available on the file system.
|
boolean |
isComplete()
Are all entries in this m3u file available on the file system?
|
public java.util.List<VirtualFile> getEntries()
public java.util.List<VirtualFile> getMissing()
public boolean isComplete()