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 Summary

    Modifier and Type Method Description
    org.apache.maven.plugin.logging.Log getLog()  
    org.nuiton.io.SortedProperties getResult()  
    boolean isShowTouchedFiles()  
    boolean isSilent()  
    boolean isVerbose()