public abstract class AbstractPropertyScanner extends Object implements PropertyScanner
TYPE| Constructor and Description |
|---|
AbstractPropertyScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTemplate(File propertyFile,
String masterLocale)
checks if the given file is a translation template
|
boolean |
isTranslation(File propertyFile,
ScanConfiguration config)
checks if the given file is a translation file
|
protected boolean |
matchesLocale(Locale locale,
String desiredLocale) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeTranslationPath, createConverter, findTemplate, findTranslations, getDefaultExcludes, getDefaultIncludes, getEncoding, getLocale, isBilingualpublic boolean isTemplate(File propertyFile, String masterLocale)
PropertyScannerisTemplate in interface PropertyScannerpublic boolean isTranslation(File propertyFile, ScanConfiguration config)
PropertyScannerisTranslation in interface PropertyScannerCopyright © 2013–2014 Jabylon. All rights reserved.