public abstract class CompilerEncodingService
extends java.lang.Object
Constructor and Description |
---|
CompilerEncodingService() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<java.nio.charset.Charset> |
getAllModuleEncodings(Module module) |
static CompilerEncodingService |
getInstance(Project project) |
static java.nio.charset.Charset |
getPreferredModuleEncoding(Chunk<? extends Module> chunk) |
abstract java.nio.charset.Charset |
getPreferredModuleEncoding(Module module) |
public static CompilerEncodingService getInstance(Project project)
public static java.nio.charset.Charset getPreferredModuleEncoding(Chunk<? extends Module> chunk)
public abstract java.nio.charset.Charset getPreferredModuleEncoding(Module module)
public abstract java.util.Collection<java.nio.charset.Charset> getAllModuleEncodings(Module module)