T - the type of the classes to findpublic class JarClassFinder<T> extends ClassFinder<T>
basePackage| Constructor and Description |
|---|
JarClassFinder(String packageName)
Constructs a JarClassFinder object with the given package name parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<BetterReflectionClass<T>> |
findClasses()
Finds classes in a package based on certain criteria.
|
classLoader, getClassLoader, getJarFile, getType, isRecursive, iterator, jarFile, ofType, ofType, recursiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic JarClassFinder(String packageName)
packageName - the package name to search for classes inNullPointerException - if the packageName is nullpublic List<BetterReflectionClass<T>> findClasses() throws IOException
findClasses in class ClassFinder<T>IOException - if an I/O error occurs while finding the classes.Copyright © 2024. All rights reserved.