Holger's
Java API

Uses of Class
com.antelmann.cddb.CDDBRecord

Packages that use CDDBRecord
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
 

Uses of CDDBRecord in com.antelmann.cddb
 

Methods in com.antelmann.cddb that return CDDBRecord
 CDDBRecord CDInfo.getCDDBRecord()
          returns the associated CDDBRecord entry.
 CDDBRecord CDDBEntry.getCDDBRecord()
           
 CDDBRecord[] SQLCDDB.queryCD(CDID cd)
          fuzzy matches are currently not supported
 CDDBRecord[] FreeDB.queryCD(CDID cd)
           
 CDDBRecord[] FileCDDB.queryCD(CDID cd)
           
 CDDBRecord[] CDDB.queryCD(CDID cd)
          queries the database and returns an array of matches.
 CDDBRecord[] FileCDDB.search(String pattern)
          performs a full-text search on the database
 

Methods in com.antelmann.cddb with parameters of type CDDBRecord
 MyFile FileCDDB.getFileHandle(CDDBRecord record)
          returns the file handle corresponding to the given record (this file would contain the information read to construct the CDInfo object)
 CDInfo SQLCDDB.readCDInfo(CDDBRecord record)
          not supported, yet
 CDInfo FreeDB.readCDInfo(CDDBRecord record)
          it is suggested that the given record was obtained through a call to queryCD(), so that the record is known to exist.
 CDInfo FileCDDB.readCDInfo(CDDBRecord record)
          returns a CDDBEntry instance
 CDInfo CDDB.readCDInfo(CDDBRecord record)
          reads the information for the specified record from the database and returns it in form of a CDInfo object.
protected  void FileCDDB.storeFuzzyMatch(CDID cd, CDDBRecord[] similarEntries)
          stores the given fuzzy matches in the embedded FuzzyLookup instance.
 

Constructors in com.antelmann.cddb with parameters of type CDDBRecord
CDDBEntry(CDDBRecord record, String fileContent)
          The fileContent must be in xmcd format specified by CDDB and must contain the discID from the record.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads