Class AbstractBootstrapFactory<K,​T>

  • All Implemented Interfaces:
    org.brijframework.factories.bootstrap.BootstrapFactory<K,​T>, org.brijframework.factories.Factory<K,​T>
    Direct Known Subclasses:
    EnvironmentFactory

    public abstract class AbstractBootstrapFactory<K,​T>
    extends AbstractFactory<K,​T>
    implements org.brijframework.factories.bootstrap.BootstrapFactory<K,​T>
    • Constructor Detail

      • AbstractBootstrapFactory

        public AbstractBootstrapFactory()