org.apache.nutch.mapReduce
Class OutputFormats

java.lang.Object
  extended byorg.apache.nutch.mapReduce.OutputFormats

public class OutputFormats
extends Object

Repository of named OutputFormats.


Method Summary
static void add(OutputFormat format)
          Define a named OutputFormat.
static OutputFormat get(String name)
          Return the named OutputFormat.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static OutputFormat get(String name)
Return the named OutputFormat.


add

public static void add(OutputFormat format)
Define a named OutputFormat.



Copyright © 2006 The Apache Software Foundation