IniFactorySupport.createInstance

Creates a new object instance by using a configured INI source. This implementation functions as follows: <ol> <li>{@link #resolveIni() Resolve} the {@code Ini} source to use for configuration.</li> <li>If there was no resolved Ini source, create and return a simple default instance via the {@link #createDefaultInstance()} method.</li> </ol>

@return a new {@code SecurityManager} instance by using a configured INI source.

  1. T createInstance()
    class IniFactorySupport(T)
    override
    T
    createInstance
    ()
  2. T createInstance(Ini ini)

Meta