MCPcopy Index your code
hub / github.com/Afant1/JavaSearchTools / getClassName

Method getClassName

SearchClassInJar.java:18–21  ·  view source on GitHub ↗
(ZipEntry entry)

Source from the content-addressed store, hash-verified

16 }
17 //将jar中的类文件路径形式改为包路径形式
18 protected String getClassName(ZipEntry entry) {
19 StringBuffer className = new StringBuffer(entry.getName().replace('/','.'));
20 return className.toString();
21 }
22 // 从jar从搜索目标类
23 public void searchClass(boolean recurse) {
24 searchDir(this.jarDir, recurse);

Callers 1

searchDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected