ccs.cpc
Class XSPFEntry

java.lang.Object
  extended by ccs.cpc.XSPFEntry

Deprecated. Playlists (for plugins) should use Tracks for additional flexibility; Device result sets remain limited to VFiles but can use VFileTracks just as easily.

public class XSPFEntry
extends java.lang.Object

A result read from an XSPF playlist.


Field Summary
 java.lang.String title
          Deprecated. The track title resolved from the playlist, if any.
 VFile vf
          Deprecated. The VFile resolved from the playlist.
 
Constructor Summary
XSPFEntry(VFile vf, java.lang.String title)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vf

public VFile vf
Deprecated. 
The VFile resolved from the playlist.


title

public java.lang.String title
Deprecated. 
The track title resolved from the playlist, if any.

Constructor Detail

XSPFEntry

public XSPFEntry(VFile vf,
                 java.lang.String title)
Deprecated.