net.nutch.parse.mp3
Class MetadataCollector

java.lang.Object
  extended bynet.nutch.parse.mp3.MetadataCollector

public class MetadataCollector
extends Object

This class allows meta data to be collected and manipulated

Author:
Andy Hedges

Constructor Summary
MetadataCollector()
           
 
Method Summary
 Properties getData()
           
 Outlink[] getOutlinks()
           
 String getText()
           
 String getTitle()
           
 void notifyProperty(String name, String value)
           
 void putAll(Properties properties)
           
 void setAlbum(String album)
           
 void setArtist(String artist)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataCollector

public MetadataCollector()
Method Detail

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.