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