Package xyz.dynxsty.dih4jda.util
Class ClasspathHelper
java.lang.Object
xyz.dynxsty.dih4jda.util.ClasspathHelper
Utility class for finding classes on the classpath.
- Since:
- v1.6
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<URL> forPackage
(String packageName) Gets allURL
s in the specified package.
-
Method Details
-
forPackage
Gets allURL
s in the specified package.- Parameters:
packageName
- The package name to search for.- Returns:
- A
Collection
ofURL
s, based on the given package name. - Since:
- v1.6
-