|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parser
Interface type pour la définition d'un nouveau parser.
Une implantation abstraite est proposée :AbstractI18nParserMojo.
| 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 |
|---|
void parse()
throws IOException
IOException - if any io pb
void parseFile(File file)
throws IOException
file - le fichier à parser
IOException - if any pb
void parseLine(File file,
String line)
throws IOException
file - le fichier à parserline - la ligne à parser
IOException - if any pb
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||