jaugment2.mediaplayer
Class MediaDB.MediaDBEntry

java.lang.Object
  |
  +--jaugment2.mediaplayer.MediaDB.MediaDBEntry
Enclosing class:
MediaDB

private static class MediaDB.MediaDBEntry
extends java.lang.Object
implements java.io.Serializable

Entry in the media-db

See Also:
Serialized Form

Field Summary
private  javax.naming.directory.BasicAttributes attr
           
(package private) static MP3FileAttributesFactory maf
           
private  java.net.URL u
           
 
Constructor Summary
MediaDB.MediaDBEntry(java.io.File f)
           
MediaDB.MediaDBEntry(java.net.URL u)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.net.URL getURL()
           
 boolean matches(SearchStringParser what)
           
private  void readMp3(java.io.File f)
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

u

private java.net.URL u

attr

private javax.naming.directory.BasicAttributes attr

maf

static MP3FileAttributesFactory maf
Constructor Detail

MediaDB.MediaDBEntry

public MediaDB.MediaDBEntry(java.io.File f)
                     throws java.net.MalformedURLException

MediaDB.MediaDBEntry

public MediaDB.MediaDBEntry(java.net.URL u)
Method Detail

readMp3

private void readMp3(java.io.File f)

matches

public boolean matches(SearchStringParser what)

getURL

public java.net.URL getURL()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object