java.lang.Object
org.tentackle.common.Settings
Global settings.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharsetGets the encoding used to read and write files.
Usually set by the maven plugins from "project.build.sourceEncoding".static voidsetEncodingCharset(Charset encodingCharset) Sets the encoding used to read and write files.
-
Method Details
-
getEncodingCharset
Gets the encoding used to read and write files.
Usually set by the maven plugins from "project.build.sourceEncoding".- Returns:
- the charset, default is
StandardCharsets.UTF_8
-
setEncodingCharset
Sets the encoding used to read and write files.- Parameters:
encodingCharset- the charset, default isStandardCharsets.UTF_8
-