MCPcopy Create free account
hub / github.com/beanshell/beanshell / isClassFileName

Method isClassFileName

src/bsh/classpath/BshClassPath.java:502–505  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

500 }
501
502 public static boolean isClassFileName( String name ){
503 return ( name.toLowerCase().endsWith(".class") );
504 //&& (name.indexOf('$')==-1) );
505 }
506
507 public static boolean isArchiveFileName( String name ){
508 name = name.toLowerCase();

Callers 2

searchJarForClassesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected