|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDInfo
Represents the additional information for a CD that can be retrieved from a CDDB database. Any further information that may be available for a specific CDInfo object, is left to whatever the implementing class supports. In fact, there may be instances that are derived from a special local database, that support far more features/information than the standard CDDB file format provides. Also, the organization/storage of these instances should be entirely up to the application, that's why this is an interface.
CDDBXmcdParser| Method Summary | |
|---|---|
CDDBRecord |
getCDDBRecord()
returns the associated CDDBRecord entry. |
CDID |
getCDID()
returns the associated CDID object |
Properties |
getProperties()
a convenience method that returns a map view of all known properties of this entry. |
String |
getXmcdContent()
returns the content in xmcd file format as specified by CDDB. |
| Method Detail |
|---|
CDID getCDID()
CDDBRecord getCDDBRecord()
isExactMatch() value of this returned instance
is meaningless. This record (with the embedded category and one discID)
allows to identify the CDInfo object as to how it is to be filed.
CDDB.queryCD(CDID)String getXmcdContent()
getCDDBRecord(),
CDDBXmcdParserProperties getProperties()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||