org.nuiton.i18n.plugin.parser
Interface Parser

All Known Implementing Classes:
AbstractI18nParserMojo, ParserJavaActionConfigMojo, ParserJavaMojo, ParserJavaTabConfigMojo, ParserValidationMojo, ParserXmlMojo

public interface Parser

Interface type pour la définition d'un nouveau parser.

Une implantation abstraite est proposée : AbstractI18nParserMojo.

Author:
julien

Method Summary
 void parse()
          Lancement du parser
 void parseFile(File file)
          Parse sur un fichier
 void parseLine(File file, String line)
          Parse une partie du fichier
 

Method Detail

parse

void parse()
           throws IOException
Lancement du parser

Throws:
IOException - if any io pb

parseFile

void parseFile(File file)
               throws IOException
Parse sur un fichier

Parameters:
file - le fichier à parser
Throws:
IOException - if any pb

parseLine

void parseLine(File file,
               String line)
               throws IOException
Parse une partie du fichier

Parameters:
file - le fichier à parser
line - la ligne à parser
Throws:
IOException - if any pb


Copyright © 2007-2010 CodeLutin. All Rights Reserved.