Package org.burningwave.core.classes
Class ByteCodeHunterImpl
java.lang.Object
org.burningwave.core.classes.ClassPathScanner.Abst<I,C,R>
org.burningwave.core.classes.ClassPathScannerWithCachingSupport.Abst<JavaClass,org.burningwave.core.classes.SearchContext<JavaClass>,ByteCodeHunter.SearchResult>
org.burningwave.core.classes.ByteCodeHunterImpl
- All Implemented Interfaces:
AutoCloseable,ByteCodeHunter,ClassPathScanner<JavaClass,ByteCodeHunter.SearchResult>,ClassPathScannerWithCachingSupport<JavaClass,ByteCodeHunter.SearchResult>,Cleanable,Closeable,Component,Identifiable,Properties.Listener,Memorizer
public class ByteCodeHunterImpl extends ClassPathScannerWithCachingSupport.Abst<JavaClass,org.burningwave.core.classes.SearchContext<JavaClass>,ByteCodeHunter.SearchResult> implements ByteCodeHunter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.classes.ByteCodeHunter
ByteCodeHunter.Configuration, ByteCodeHunter.SearchResultNested classes/interfaces inherited from interface org.burningwave.core.classes.ClassPathScannerWithCachingSupport
ClassPathScannerWithCachingSupport.Abst<I,C extends org.burningwave.core.classes.SearchContext<I>,R extends SearchResult<I>>, ClassPathScannerWithCachingSupport.CacheScanner<I,R extends SearchResult<I>> -
Method Summary
Modifier and Type Method Description voidclose()Methods inherited from class org.burningwave.core.classes.ClassPathScannerWithCachingSupport.Abst
clearCache, clearCache, findAndCache, findBy, loadInCacheMethods inherited from class org.burningwave.core.classes.ClassPathScanner.Abst
closeSearchResults, find, findBy, processChangeNotificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.classes.ClassPathScanner
find, findByMethods inherited from interface org.burningwave.core.classes.ClassPathScannerWithCachingSupport
clearCache, clearCache, findAndCache, findBy, loadInCacheMethods 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
listenTo, unregister
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classClassPathScannerWithCachingSupport.Abst<JavaClass,org.burningwave.core.classes.SearchContext<JavaClass>,ByteCodeHunter.SearchResult>
-