Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.emptool: Javadoc index of package org.jempeg.empeg.emptool.


Package Samples:

org.jempeg.empeg.emptool

Classes:

PlayerDatabase: PlayerDatabase is the primary interface to manipulating and querying the database of songs and playlists on the Empeg. It also provides the low-level implementation of downloading and synchronization to the Empeg.
NodeTags: NodeTags is the datastructure that keeps track of a set of key-value pairs of MP3 tags (like title, album, etc.) There is one NodeTags for each FID that is loaded.
DatabaseTags: DatabaseTags is a doublely-hashed datastructure that maps Empeg MP3 tag names to Empeg MP3 tag IDs (and vice-versa). There is one DatabaseTags per PlayerDatabase.
FIDDeleted: An FIDDeleted node is added to the database when an entry is completely removed from the Empeg. The empeg then knows to remove the corresponding file.
FIDNodeMap: FIDNodeMap maps FID integer values to the AbstractFIDNode that corresponds to it. This is used as the internal datastructure of PlayerDatabase.
NoOpDatabaseProgressListener: NoOpDatabaseProgressListener is an implementation of DatabaseProgressListener that doesn't do anything (i.e. it just swallows events)
FIDLocalFile: FIDLocalFile is used to represent a file that has just been added to the player database but has not yet been synced with the Empeg.
DatabaseProgressListenerIfc: DatabaseProgressListenerIfc should be implemented by any object that wants to receive events during communication with the Empeg.
Numerics: Numerics defines a set of constants that are used to represent the current state of a synchronization or download.
FIDPlaylist: FIDPlaylist represents a playlist on the Empeg. Playlists have a list of FID's that are contained within it.
PlaylistBranch: PlaylistBranch is used in Emptool to represent a playlist as the user navigates through the console.
BasicDatabaseProgressListener: A simple implementation of DatabaseProgressListenerIfc that just prints status out to the console.
BranchStack: BranchStack is used by Emptool to represent a stack of PlaylistBranches (i.e. playlists).
FIDRemoteTune: FIDRemoteTune represents an MP3 that exists on the Empeg (as opposed to an FIDLocalFile).
Main: This is the primary launcher class for Java emptool (the console interface to the Empeg).
AbstractFIDNode: All nodes in the Empeg database extend AbstractFIDNode (playlists, MP3 files, etc.)
BranchStackList: BranchStack is used by Emptool to represent a stack of PlaylistBranch stacks.
Console: Console is the implementation of the emptool commandline-interface console.
FIDNodeUtils: Contains a set of convenience methods for manipulating FIDNodes.
ImportFileIfc

Home | Contact Us | Privacy Policy | Terms of Service