Package org.burningwave.core.classes
Class ByteCodeHunter.SearchResult
java.lang.Object
org.burningwave.core.classes.SearchResult<JavaClass>
org.burningwave.core.classes.ByteCodeHunter.SearchResult
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable,ManagedLogger
- Enclosing interface:
- ByteCodeHunter
public static class ByteCodeHunter.SearchResult extends SearchResult<JavaClass>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger
ManagedLogger.Repository -
Method Summary
Modifier and Type Method Description Map<String,ByteBuffer>getByteCodesFlatMap()Collection<JavaClass>getClasses()Map<String,JavaClass>getClassesFlatMap()Methods inherited from class org.burningwave.core.classes.SearchResult
close, getClasses, getSkippedClassNames, getUnique, waitForSearchEndingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationId
-
Method Details
-
getClasses
-
getClassesFlatMap
-
getByteCodesFlatMap
-