Class Factory

java.lang.Object
org.burningwave.graph.Factory
All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Component, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger

public class Factory
extends Object
implements org.burningwave.core.Component
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger

    org.burningwave.core.ManagedLogger.Repository
  • Method Summary

    Modifier and Type Method Description
    Functions build​(Config config, Object... beanContainers)  
    void close()  
    void close​(Object... contextes)  
    void close​(Functions... functions)  
    static Factory create​(org.burningwave.core.assembler.ComponentSupplier componentSupplier)  
    Context createContext()  
    <T> T createContext​(Class<?>... interfaces)  
    static Factory getInstance()  
    static Factory getOrCreateFrom​(org.burningwave.core.assembler.ComponentSupplier componentSupplier)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Component

    getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.ManagedLogger

    disableLogging, enableLogging, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarn

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    listenTo, receiveNotification