All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AssertResourceExists A resource handler that does nothing but can be used to ensure a resource exists at compile time.ByteArrays Annotation forGenerateByteArraysFromFiles.CfgEncoding "encoding": encoding of consumed text files.CfgFormat "format": whether to generate format methods.CfgLocalize "localize": whether to search for localized resources.CfgMissingKey "missing-key": how to report missing keys in localizedPropertiesresources.CfgName "name": generated class name.CfgStrategy "strategy": how to consume resources.CfgVisibility "visibility": set to "public" to generate public instead of package visible artefacts.Config Config item derived fromResourceFiles.config().ConfigDef Defines the configuration supported by aHandler.Context Context information for processing resource files.Context.Builder Implementation of the builder pattern forContext.GenerateByteArraysFromFiles Handlerthat, for each resource, generates a class with a name derived from the resource name usingNamer.simplifyResourceName(String)andNamer.nameType(String).GenerateConstantsFromProperties Use this code generationHandlerto prevent misspelled keys withResourceBundle.GenerateInputStreamsFromFiles Handlerthat, for each resource, generates a static method with a name derived from the resource name usingNamer.simplifyResourceName(String)andNamer.nameMember(String).GenerateMessagesFromProperties Handlerthat generates message classes fromPropertiesfiles usingLocales to match localized strings andMessageFormatto create typed method signatures.GenerateStringsFromText Handler Processes resources from the class path.IdiomaticNamer Generates names that conform to Java naming conventions.InputStreams Annotation forGenerateInputStreamsFromFiles.Keys Annotation forGenerateConstantsFromProperties.Messages Annotation forGenerateMessagesFromProperties.Namer Base type for naming classes, methods and fields.Pkg Character representation of a Java package.Processing Common processing instructions annotation.RepeatableByteArrays AllowsByteArraysto be used multiple times on a package or class.RepeatableInputStreams AllowsInputStreamsto be used multiple times on a package or class.RepeatableKeys AllowsKeysto be used multiple times on a package or class.RepeatableMessages AllowsMessagesto be used multiple times on a package or class.RepeatableResources AllowsResourceFilesto be used multiple times on a package or class.RepeatableTexts AllowsTextsto be used multiple times on a package or class.Resource A representation of the annotated resource.Resource.ResourceOpener For retrieving resource contents.ResourceFiles Indicates resources that are to be processed at compile time.ResourceFiles.Cfg Configuration option.ResourceFilesProcessor Processes classpath resource files and passes them toHandler.handle(Context).ResourceFiling Utility type for working withFiler.Severity Error handling choices enum.Strategy Code generation choices enum.Texts Annotation forGenerateStringsFromText.