org.annotation.wordfreak.io
Class FileInputMethod

java.lang.Object
  extended byorg.annotation.wordfreak.io.InputMethod
      extended byorg.annotation.wordfreak.io.FileInputMethod
All Implemented Interfaces:
Plugin

public class FileInputMethod
extends InputMethod


Constructor Summary
protected FileInputMethod()
           
 
Method Summary
 java.io.InputStream getInputStream(java.lang.String name)
           
static FileInputMethod getInstance()
           
 java.lang.String getMethodName()
           
static void main(java.lang.String[] args)
           
 java.lang.String[] makeSelection()
           
 void setFileFormats(FileFormat[] ff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInputMethod

protected FileInputMethod()
Method Detail

getInstance

public static FileInputMethod getInstance()

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in class InputMethod

makeSelection

public java.lang.String[] makeSelection()

getInputStream

public java.io.InputStream getInputStream(java.lang.String name)

main

public static void main(java.lang.String[] args)

setFileFormats

public void setFileFormats(FileFormat[] ff)
Overrides:
setFileFormats in class InputMethod


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.