Package org.burningwave.core
Interface Component
- All Superinterfaces:
AutoCloseable,Cleanable,Closeable,Identifiable,Memorizer,Properties.Listener
- All Known Subinterfaces:
IterableZipContainer.Entry
- All Known Implementing Classes:
BufferHandler,ByteCodeHunterImpl,Cache.ObjectAndPathForResources,Cache.PathForResources,ClassFactoryImpl,ClassPathScanner.Abst,ClassPathScannerWithCachingSupport.Abst,CodeExecutorImpl,ComponentContainer.PathScannerClassLoader,FileInputStream,FileOutputStream,FileSystemHelper,JavaMemoryCompilerImpl,MemoryClassLoader,PathScannerClassLoader,PropertyAccessor,PropertyAccessor.ByFieldOrByMethod,PropertyAccessor.ByMethodOrByField,SourceCodeHandler
public interface Component extends Closeable, Cleanable, Properties.Listener, Memorizer
-
Method Summary
Methods inherited from interface org.burningwave.core.Closeable
close, 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
listenTo, processChangeNotification, unregister