MCPcopy
hub / github.com/arduino/Arduino / isExtension

Method isExtension

arduino-core/src/processing/app/SketchFile.java:222–224  ·  view source on GitHub ↗
(String... extensions)

Source from the content-addressed store, hash-verified

220 }
221
222 public boolean isExtension(String... extensions) {
223 return isExtension(Arrays.asList(extensions));
224 }
225
226 public boolean isExtension(List<String> extensions) {
227 return FileUtils.hasExtension(file, extensions);

Callers 3

getPrettyNameMethod · 0.95
importLibraryMethod · 0.95
saveMethod · 0.80

Calls 1

hasExtensionMethod · 0.95

Tested by

no test coverage detected