Class JavaPropertyScannerUTF8
- java.lang.Object
-
- org.jabylon.properties.types.impl.AbstractPropertyScanner
-
- org.jabylon.properties.types.impl.JavaPropertyScanner
-
- org.jabylon.properties.types.impl.JavaPropertyScannerUTF8
-
- All Implemented Interfaces:
PropertyScanner
@Service public class JavaPropertyScannerUTF8 extends JavaPropertyScanner
-
-
Constructor Summary
Constructors Constructor Description JavaPropertyScannerUTF8()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyConvertercreateConverter(org.eclipse.emf.common.util.URI resource)creates a new PropertyConverter for the given fileStringgetEncoding()determines which encoding should be used to write and write resources-
Methods inherited from class org.jabylon.properties.types.impl.JavaPropertyScanner
computeTranslationPath, findTemplate, findTranslations, getDefaultExcludes, getDefaultIncludes, getLocale, isBilingual
-
Methods inherited from class org.jabylon.properties.types.impl.AbstractPropertyScanner
isTemplate, isTranslation, matchesLocale
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jabylon.properties.types.PropertyScanner
isTemplate, isTranslation
-
-
-
-
Field Detail
-
TYPE
@Property(name="TYPE", value="PROPERTIES_UTF8") public static final String TYPE- See Also:
- Constant Field Values
-
-
Method Detail
-
createConverter
public PropertyConverter createConverter(org.eclipse.emf.common.util.URI resource)
Description copied from interface:PropertyScannercreates a new PropertyConverter for the given file- Specified by:
createConverterin interfacePropertyScanner- Overrides:
createConverterin classJavaPropertyScanner- Returns:
-
getEncoding
public String getEncoding()
Description copied from interface:PropertyScannerdetermines which encoding should be used to write and write resources- Specified by:
getEncodingin interfacePropertyScanner- Overrides:
getEncodingin classJavaPropertyScanner- Returns:
-
-