org.itr_rescue.dataGuard.indexing
Class FileParsingTable

java.lang.Object
  extended by org.itr_rescue.dataGuard.indexing.FileParsingTable

public class FileParsingTable
extends java.lang.Object


Constructor Summary
FileParsingTable()
           
 
Method Summary
static IParser getParser(java.lang.String fileType)
           
static boolean isParsable(java.lang.String fileType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileParsingTable

public FileParsingTable()
Method Detail

isParsable

public static boolean isParsable(java.lang.String fileType)

getParser

public static IParser getParser(java.lang.String fileType)