Class TranslationClassGenerator.TranslationFileFilter

java.lang.Object
org.jboss.logging.processor.apt.TranslationClassGenerator.TranslationFileFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
TranslationClassGenerator

private class TranslationClassGenerator.TranslationFileFilter extends Object implements FilenameFilter
Translation file Filter.
  • Field Details

    • className

      private final String className
  • Constructor Details

    • TranslationFileFilter

      public TranslationFileFilter(String className)
      The property file filter.
      Parameters:
      className - the class that have i18n property file
  • Method Details