Uses of Interface
org.nuiton.i18n.plugin.parser.FileParser
-
Packages that use FileParser Package Description org.nuiton.i18n.plugin.parser org.nuiton.i18n.plugin.parser.impl -
-
Uses of FileParser in org.nuiton.i18n.plugin.parser
Classes in org.nuiton.i18n.plugin.parser that implement FileParser Modifier and Type Class Description classAbstractFileParserA abstract implementation of aFileParserwith no logic.Methods in org.nuiton.i18n.plugin.parser that return FileParser Modifier and Type Method Description abstract FileParserAbstractI18nParserMojo. newFileParser(Pattern acceptPattern)Methods in org.nuiton.i18n.plugin.parser with parameters of type FileParser Modifier and Type Method Description voidParserExecutor. addFile(FileParser parser, File... files)Add a file to be consumed. -
Uses of FileParser in org.nuiton.i18n.plugin.parser.impl
Classes in org.nuiton.i18n.plugin.parser.impl that implement FileParser Modifier and Type Class Description static classAbstractParserXmlMojo.XmlFileParserprotected static classParserGWTJavaMojo.GWTJavaFileParserprotected static classParserJavaMojo.JavaFileParserprotected static classParserStruts2Mojo.Struts2JspFileParserMethods in org.nuiton.i18n.plugin.parser.impl that return FileParser Modifier and Type Method Description FileParserAbstractParserXmlMojo. newFileParser(Pattern acceptPattern)FileParserParserGWTJavaMojo. newFileParser(Pattern acceptPattern)FileParserParserJavaMojo. newFileParser(Pattern acceptPattern)FileParserParserStruts2Mojo. newFileParser(Pattern acceptPattern)
-