FluentResource
FluentResource wraps a parsed Fluent AST.
This is the runtime representation of a parsed .ftl file. It holds the list of entries (messages, terms, comments) extracted from parsing.
Use tryNew to parse FTL source code into a FluentResource.
See also
for the main runtime class
for parsing