Package org.nuiton.i18n.plugin.parser
Interface I18nParserConfiguration
- All Known Implementing Classes:
AbstractI18nParserMojo,AbstractParserXmlMojo,ParserExecutor,ParserGWTJavaMojo,ParserJavaMojo,ParserStruts2Mojo,ParserValidationMojo,ParserXmlUserMojo
public interface I18nParserConfiguration
Shared configuration for a parser mojo.
- Since:
- 1.2
- Author:
- Tony Chemit - chemit@codelutin.com
-
Method Details
-
isVerbose
boolean isVerbose() -
isSilent
boolean isSilent() -
isShowTouchedFiles
boolean isShowTouchedFiles() -
getLog
org.apache.maven.plugin.logging.Log getLog() -
getResult
org.nuiton.io.SortedProperties getResult()
-