Uses of Enum Class
io.jenkins.plugins.configsplice.engine.EncodingSupport.Bom
Packages that use EncodingSupport.Bom
-
Uses of EncodingSupport.Bom in io.jenkins.plugins.configsplice.engine
Methods in io.jenkins.plugins.configsplice.engine that return EncodingSupport.BomModifier and TypeMethodDescriptionSourceDocument.bom()static EncodingSupport.BomEncodingSupport.detectBom(byte[] bytes) Detects a byte order mark.static EncodingSupport.BomReturns the enum constant of this class with the specified name.static EncodingSupport.Bom[]EncodingSupport.Bom.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.configsplice.engine with parameters of type EncodingSupport.BomModifier and TypeMethodDescriptionstatic voidEncodingSupport.requireSupportedBom(EncodingSupport.Bom bom) Rejects any BOM other than none or UTF-8.