Searched refs:CLASS_EXTENSION (Results 1 – 1 of 1) sorted by relevance
42 private static final String CLASS_EXTENSION = ".class"; field in ClassPathPackageInfoSource164 if (name.endsWith(CLASS_EXTENSION) && isToplevelClass(name)) { in findClassesInDirectory()188 if (entryName.endsWith(CLASS_EXTENSION)) { in findClassesInJar()256 if (entryName.endsWith(CLASS_EXTENSION)) { in getJarEntries()296 int classNameEnd = className.length() - CLASS_EXTENSION.length(); in getClassName()