org.apache.nutch.mapReduce
Class InputFormats

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

public class InputFormats
extends Object

Repository of named InputFormats.


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

Method Detail

get

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


add

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



Copyright © 2006 The Apache Software Foundation