Package org.burningwave.core.classes
Class ByteCodeHunterImpl
java.lang.Object
org.burningwave.core.classes.ClassPathScanner.Abst<JavaClass,org.burningwave.core.classes.SearchContext<JavaClass>,ByteCodeHunter.SearchResult>
org.burningwave.core.classes.ByteCodeHunterImpl
- All Implemented Interfaces:
AutoCloseable,ByteCodeHunter,ClassPathScanner<JavaClass,,ByteCodeHunter.SearchResult> Cleanable,Closeable,Component,Identifiable,Properties.Listener,Memorizer
public class ByteCodeHunterImpl
extends ClassPathScanner.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.ClassPathScanner
ClassPathScanner.Abst<I,C extends org.burningwave.core.classes.SearchContext<I>, R extends SearchResult<I>> -
Method Summary
Methods inherited from class org.burningwave.core.classes.ClassPathScanner.Abst
close, 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.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, unregister