public final class ClassFinder extends Object
Constructor and Description |
---|
ClassFinder(String packagePath) |
ClassFinder(String packagePath,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
Class |
getResourceInPath(String resourceName)
Gets resource in class path.
|
public ClassFinder(String packagePath)
public ClassFinder(String packagePath, ClassLoader classLoader)
public final Class getResourceInPath(String resourceName) throws IOException, ClassNotFoundException
resourceName
- the resource nameIOException
ClassNotFoundException
Copyright © 2000–2022 EPAM Systems. All rights reserved.