org.kit.furia.io
Class FuriaInputOBFragment

java.lang.Object
  extended by org.kit.furia.io.AbstractFuriaInput<OBFragment>
      extended by org.kit.furia.io.FuriaInputOBFragment

public class FuriaInputOBFragment
extends AbstractFuriaInput<OBFragment>

This class loads objects of type FuriaInputOBFragment.

Since:
0
Author:
Arnoldo Jose Muller Molina

Field Summary
 
Fields inherited from class org.kit.furia.io.AbstractFuriaInput
fragmentFileName
 
Constructor Summary
FuriaInputOBFragment(java.io.File directory)
           
 
Method Summary
protected  OBFragment readObjectFromStringLine(java.lang.String data)
          Reads and creates an O object from the given string.
 
Methods inherited from class org.kit.furia.io.AbstractFuriaInput
getDocument, getDocumentsFromDirectory, isParsableLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuriaInputOBFragment

public FuriaInputOBFragment(java.io.File directory)
Method Detail

readObjectFromStringLine

protected OBFragment readObjectFromStringLine(java.lang.String data)
                                       throws org.ajmm.obsearch.exception.OBException
Description copied from class: AbstractFuriaInput
Reads and creates an O object from the given string.

Specified by:
readObjectFromStringLine in class AbstractFuriaInput<OBFragment>
Parameters:
data - The string to be parsed
Returns:
an O object that was created from data
Throws:
org.ajmm.obsearch.exception.OBException - if something goes wrong when parsing the data.


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.