Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.store.db | |
org.stanwood.media.store.memory | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Interface and Description |
---|---|
interface |
IFilm
Interface for all the film classes
|
interface |
IShow
Base interface for all show classes
|
Modifier and Type | Class and Description |
---|---|
class |
Film
This class is used to hold film related information
|
class |
Show
This is used to store and retrive information about shows
|
Modifier and Type | Method and Description |
---|---|
protected void |
XBMCSource.parseCertification(IVideoCertification video,
org.w3c.dom.Document doc) |
Modifier and Type | Class and Description |
---|---|
class |
DBShow
Used to store show information in a database
|
Modifier and Type | Class and Description |
---|---|
class |
CacheShow
Used to create a cache of the TV show data
|
Modifier and Type | Class and Description |
---|---|
class |
XMLFilm
This is a Film object that talks directory to the DOM of the XML store
|
class |
XMLShow
Used to store and get information about a show from a DOM show node
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLStore2.readCertifications(IVideoCertification video,
org.w3c.dom.Node videoNode) |