Package io.quarkus.commons.classloading
Class ClassLoaderHelper
java.lang.Object
io.quarkus.commons.classloading.ClassLoaderHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromClassNameToResourceName(String className) Helper method to convert a classname into its typical resource name: replace all "." with "/" and append the ".class" postfix.static booleanisInJdkPackage(String name)
-
Method Details
-
fromClassNameToResourceName
Helper method to convert a classname into its typical resource name: replace all "." with "/" and append the ".class" postfix.- Parameters:
className-- Returns:
- the name of the respective resource
-
isInJdkPackage
-