Searched refs:classPath (Results 1 – 4 of 4) sorted by relevance
198 protected static ComponentName convertClassPathToComponentName(String classPath) { in convertClassPathToComponentName() argument199 if (classPath == null || classPath.isEmpty()) { in convertClassPathToComponentName()202 String[] split = classPath.split("\\."); in convertClassPathToComponentName()207 int lastPkgIndex = classPath.length() - split[classNameIndex].length() - 1; in convertClassPathToComponentName()208 String pkgName = lastPkgIndex > 0 ? classPath.substring(0, lastPkgIndex) : ""; in convertClassPathToComponentName()
37 ClassPath classPath = ClassPath.from(classLoader); in getClassesForPackage() local46 for (ClassPath.ClassInfo info : classPath.getAllClasses()) { in getClassesForPackage()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...