edu.columbia.cs.ref.tool.loader
Class Loader<E>

java.lang.Object
  extended by edu.columbia.cs.ref.tool.loader.Loader<E>
Direct Known Subclasses:
DocumentLoader

public abstract class Loader<E>
extends java.lang.Object


Constructor Summary
Loader()
           
 
Method Summary
 java.util.Set<E> load(java.util.Collection<java.io.File> files)
           
abstract  java.util.Set<E> load(java.io.File files)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader()
Method Detail

load

public java.util.Set<E> load(java.util.Collection<java.io.File> files)

load

public abstract java.util.Set<E> load(java.io.File files)