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

Method isArchiveFileName

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

Source from the content-addressed store, hash-verified

505 }
506
507 public static boolean isArchiveFileName( String name ){
508 name = name.toLowerCase();
509 return ( name.endsWith(".jar") || name.endsWith(".zip") );
510 }
511
512 /**
513 Create a proper class name from a messy thing.

Callers 1

mapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected