org.apache.nutch.parse
Class ParsePluginList

java.lang.Object
  extended by org.apache.nutch.parse.ParsePluginList

public class ParsePluginList
extends Object

This class represents a natural ordering for which parsing plugin should get called for a particular mimeType. It provides methods to store the parse-plugins.xml data, and methods to retreive the name of the appropriate parsing plugin for a contentType.

Version:
1.0
Author:
mattmann

Method Summary
 Map<String,String> getAliases()
           
 List<String> getPluginList(String mimeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPluginList

public List<String> getPluginList(String mimeType)

getAliases

public Map<String,String> getAliases()


Copyright © 2012 The Apache Software Foundation