Class ScriptSetFactory<V extends ScriptSet>

  • All Implemented Interfaces:
    javax.inject.Provider<V>

    public abstract class ScriptSetFactory<V extends ScriptSet>
    extends Object
    implements javax.inject.Provider<V>

    Created by Jeff Gaynor
    on 2/7/20 at 6:47 AM

    • Constructor Detail

      • ScriptSetFactory

        public ScriptSetFactory​(net.sf.json.JSONObject config)
    • Method Detail

      • getConfig

        public net.sf.json.JSONObject getConfig()
      • get

        public abstract V get()
        Specified by:
        get in interface javax.inject.Provider<V extends ScriptSet>