Class GenerateInputStreamsFromFiles

    • Constructor Detail

      • GenerateInputStreamsFromFiles

        public GenerateInputStreamsFromFiles()
        Ctor
    • Method Detail

      • config

        public Set<ConfigDef> 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.

        Specified by:
        config in interface Handler
        Returns:
        visibility, name
        See Also:
        CfgVisibility, CfgName