Package jetbrains.buildServer
Class WithDefaultCharset
- java.lang.Object
-
- jetbrains.buildServer.WithDefaultCharset
-
public abstract class WithDefaultCharset extends Object
A small utility class to let one change current JVM encoding to run encoding specific tests. This implementation checks for new encoding and tries to reset encoding back if possible.- Since:
- 7.1
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 29.05.12 18:32
-
-
Constructor Summary
Constructors Constructor Description WithDefaultCharset(String newEncoding)
Creates charset updater
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
doUnderEncoding()
This method is called with updated encoding
-
-
-
Field Detail
-
EBCDIC
public static final String EBCDIC
EBCDIC charset- Since:
- 7.1
- See Also:
- Constant Field Values
-
-