org.expasy.jpl.commons.base.io
Interface BuilderBasedParser<CT,BT extends InstanceBuilder<?>>

Type Parameters:
CT - the content type to parse.
BT - the builder type.
All Superinterfaces:
Parser<CT>

public interface BuilderBasedParser<CT,BT extends InstanceBuilder<?>>
extends Parser<CT>

Implementers of this interface are CT-typed parsers transmitting parsed data into a BT-typed builder.

Version:
1.0
Author:
nikitin

Method Summary
 void parse(CT content, BT builder)
          parses the content and transmit infos to builder.
 
Methods inherited from interface org.expasy.jpl.commons.base.io.Parser
parse
 

Method Detail

parse

void parse(CT content,
           BT builder)
           throws ParseException
parses the content and transmit infos to builder.

Throws:
ParseException


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