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
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidstatic Factorycreate(org.burningwave.core.assembler.ComponentSupplier componentSupplier) <T> TcreateContext(Class<?>... interfaces) static Factorystatic 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
-