All Classes
-
Class Summary Class Description CfgEncoding "encoding": encoding of consumed text files.CfgFormat "format": whether to generate format methods.CfgIncompatibleFormat "incompatible-format": how to report incompatible format strings in localizedProperties
resources.CfgLocalize "localize": whether to search for localized resources.CfgMessageTypes Message format method signature types.CfgMissingKey "missing-key": how to report missing keys in localizedProperties
resources.CfgName "name": generated class name.CfgStrategy "strategy": how to consume resources.CfgVisibility "visibility": set to "public" to generate public instead of package visible artefacts.GenerateByteArraysFromFiles Generates a class for loading byte data.GenerateConstantsFromProperties Use this code generationHandler
to prevent misspelled keys withResourceBundle
.GenerateInputStreamsFromFiles Handler
that, for each resource, generates a static method with a name derived from the resource name usingNamer.simplifyResourceName(String)
andNamer.nameMember(String)
.GenerateMessagesFromProperties Handler
that generates message classes fromProperties
files usingLocale
s to match localized strings andMessageFormat
to create typed method signatures.GenerateStringsFromText ResourceFilesProcessor Processes classpath resource files and passes them toHandler.handle(Context)
.ResourceFiling Utility type for working withFiler
.