Uses of Enum Class
org.tomlj.TomlVersion
Packages that use TomlVersion
-
Uses of TomlVersion in org.tomlj
Methods in org.tomlj that return TomlVersionModifier and TypeMethodDescriptionstatic TomlVersionReturns the enum constant of this class with the specified name.static TomlVersion[]TomlVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tomlj with parameters of type TomlVersionModifier and TypeMethodDescriptionstatic TomlParseResultToml.parse(InputStream is, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.parse(Reader reader, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.parse(String input, TomlVersion version) Parse a TOML string.static TomlParseResultToml.parse(ReadableByteChannel channel, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.parse(Path file, TomlVersion version) Parse a TOML file.