net.nutch.parse.mp3
Class MetadataCollector
java.lang.Object
net.nutch.parse.mp3.MetadataCollector
- public class MetadataCollector
- extends Object
This class allows meta data to be collected and manipulated
- Author:
- Andy Hedges
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataCollector
public MetadataCollector()
notifyProperty
public void notifyProperty(String name,
String value)
throws MalformedURLException
- Throws:
MalformedURLException
putAll
public void putAll(Properties properties)
getData
public Properties getData()
getOutlinks
public Outlink[] getOutlinks()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
setArtist
public void setArtist(String artist)
setAlbum
public void setAlbum(String album)
getText
public String getText()
Copyright © 2005 The Nutch Organization.