Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Method and Description |
---|---|
java.util.List<VideoFile> |
Film.getFiles()
Used to get a list of files that belong to the video entry
|
java.util.List<VideoFile> |
IVideo.getFiles()
Used to get a list of files that belong to the video entry
|
java.util.List<VideoFile> |
Episode.getFiles()
Used to get a list of files that belong to the video entry
|
Modifier and Type | Method and Description |
---|---|
int |
VideoFileComparator.compare(VideoFile o1,
VideoFile o2) |
Modifier and Type | Method and Description |
---|---|
void |
Film.setFiles(java.util.List<VideoFile> videoFiles)
Used to set the list of files that belong to the video entry
|
void |
IVideo.setFiles(java.util.List<VideoFile> videoFiles)
Used to set the list of files that belong to the video entry
|
void |
Episode.setFiles(java.util.List<VideoFile> videoFiles)
Used to set the list of files that belong to the video entry
|
Modifier and Type | Class and Description |
---|---|
class |
XMLVideoFile
Video file information for the store
XMLStore2 , that access the information from the XML File |
Modifier and Type | Method and Description |
---|---|
java.util.List<VideoFile> |
XMLVideo.getFiles()
Used to get a list of files that belong to the video entry
|
Modifier and Type | Method and Description |
---|---|
void |
XMLVideo.setFiles(java.util.List<VideoFile> videoFiles)
Used to set the list of files that belong to the video entry
|