|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chaosserver.jtunes.playlist.PlayListEntry
Holds a single item entry in a playlist file.
Field Summary | |
protected File |
playListEntryFile
Holds the individual file for this entry. |
protected File |
playListFile
Holds the file of the playlist. |
Constructor Summary | |
PlayListEntry(File playListFile,
String filename)
Constructs a new playListEntry. |
Method Summary | |
String |
getAbsolutePath()
Gets the absolute name of the file. |
String |
getName()
Gets the simple name of the file. |
File |
getPlayListEntryFile()
Gets back the file for the specific playlist entry. |
String |
getRelativePath()
Gets the relative name of the file to the containing playlist |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected File playListFile
protected File playListEntryFile
Constructor Detail |
public PlayListEntry(File playListFile, String filename)
playListFile
- the playlist file this entry in insidefilename
- the name of the playlist entryMethod Detail |
public File getPlayListEntryFile()
public String getName()
File.getName()
public String getAbsolutePath()
File.getAbsolutePath()
public String getRelativePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |