java.lang.Object
uk.autores.handling.GenerateInputStreamsFromFiles
- All Implemented Interfaces:
Handler
Handler
that, for each resource, generates a static method with a name derived from the resource name
using Namer.simplifyResourceName(String)
and Namer.nameMember(String)
.
-
Constructor Details
-
GenerateInputStreamsFromFiles
public GenerateInputStreamsFromFiles()Ctor
-
-
Method Details
-
config
All configuration is optional.
Use "name" to set the generated class name. If absent the last segment of the package name will be used.
Use "visibility" to make the generated class public.
-
handle
Description copied from interface:Handler
Handles the context resources.
-