Package org.burningwave.graph
Class Factory
java.lang.Object
org.burningwave.graph.Factory
- All Implemented Interfaces:
AutoCloseable,org.burningwave.core.Cleanable,org.burningwave.core.Closeable,org.burningwave.core.Component,org.burningwave.core.Identifiable,org.burningwave.core.iterable.Properties.Listener,org.burningwave.core.Memorizer
public class Factory extends Object implements org.burningwave.core.Component
-
Method Summary
Modifier and Type Method Description Functionsbuild(Config config, Object... beanContainers)voidclose()voidclose(Object... contextes)voidclose(Functions... functions)static Factorycreate(org.burningwave.core.assembler.ComponentSupplier componentSupplier)ContextcreateContext()<T> TcreateContext(Class<?>... interfaces)static FactorygetInstance()static FactorygetOrCreateFrom(org.burningwave.core.assembler.ComponentSupplier componentSupplier)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
-
Method Details
-
create
-
getOrCreateFrom
public static Factory getOrCreateFrom(org.burningwave.core.assembler.ComponentSupplier componentSupplier) -
getInstance
-
createContext
-
createContext
-
build
- Throws:
Throwable
-
close
-
close
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.burningwave.core.Closeable
-