Package org.burningwave.core.classes
Class ClassPathHunter.SearchResult
java.lang.Object
org.burningwave.core.classes.SearchResult<Collection<Class<?>>>
org.burningwave.core.classes.ClassPathHunter.SearchResult
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable,ManagedLogger
- Enclosing interface:
- ClassPathHunter
public static class ClassPathHunter.SearchResult extends SearchResult<Collection<Class<?>>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger
ManagedLogger.Repository -
Method Summary
Modifier and Type Method Description voidclose()Collection<FileSystemItem>getClassPaths()Collection<FileSystemItem>getClassPaths(ClassCriteria criteria)Methods inherited from class org.burningwave.core.classes.SearchResult
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
-
getClassPaths
-
getClassPaths
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classSearchResult<Collection<Class<?>>>
-