Uses of Enum Class
com.github.cowwoc.requirements10.java.TerminalEncoding
Packages that use TerminalEncoding
-
Uses of TerminalEncoding in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return TerminalEncodingModifier and TypeMethodDescriptionGlobalConfiguration.terminalEncoding()
Returns the current terminal encoding.static TerminalEncoding
Returns the enum constant of this class with the specified name.static TerminalEncoding[]
TerminalEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.cowwoc.requirements10.java that return types with arguments of type TerminalEncodingModifier and TypeMethodDescriptionstatic Comparator
<TerminalEncoding> TerminalEncoding.sortByDecreasingRank()
Returns a comparator that sorts encodings based on the number of colors that they support, from the most to the least number of colors.GlobalConfiguration.supportedTerminalEncodings()
Returns the encoding supported by the terminal.Methods in com.github.cowwoc.requirements10.java with parameters of type TerminalEncodingModifier and TypeMethodDescriptionGlobalConfiguration.terminalEncoding
(TerminalEncoding encoding) Sets the terminal encoding of the output.