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 class
AbstractFileParser
A abstract implementation of aFileParser
with no logic.Methods in org.nuiton.i18n.plugin.parser that return FileParser Modifier and Type Method Description abstract FileParser
AbstractI18nParserMojo. newFileParser(Pattern acceptPattern)
Methods in org.nuiton.i18n.plugin.parser with parameters of type FileParser Modifier and Type Method Description void
ParserExecutor. 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 class
AbstractParserXmlMojo.XmlFileParser
protected static class
ParserGWTJavaMojo.GWTJavaFileParser
protected static class
ParserJavaMojo.JavaFileParser
protected static class
ParserStruts2Mojo.Struts2JspFileParser
Methods in org.nuiton.i18n.plugin.parser.impl that return FileParser Modifier and Type Method Description FileParser
AbstractParserXmlMojo. newFileParser(Pattern acceptPattern)
FileParser
ParserGWTJavaMojo. newFileParser(Pattern acceptPattern)
FileParser
ParserJavaMojo. newFileParser(Pattern acceptPattern)
FileParser
ParserStruts2Mojo. newFileParser(Pattern acceptPattern)
-