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 allURLs in the specified package.
-
Method Details
-
forPackage
Gets allURLs in the specified package.- Parameters:
packageName- The package name to search for.- Returns:
- A
CollectionofURLs, based on the given package name. - Since:
- v1.6
-