org.expasy.jpl.commons.base.io
Interface Parser<T>

Type Parameters:
T - the content type to parse.
All Known Subinterfaces:
BuilderBasedParser<CT,BT>
All Known Implementing Classes:
TabFileReader

public interface Parser<T>

The Parser interface should be implemented by any parsers intending to parse T type content.

Version:
1.0
Author:
nikitin

Method Summary
 void parse(T content)
          parse the content
 

Method Detail

parse

void parse(T content)
           throws ParseException
parse the content

Throws:
ParseException


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.