MCPcopy Index your code
hub / github.com/arduino/Arduino / TargetPackage

Interface TargetPackage

arduino-core/src/processing/app/debug/TargetPackage.java:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import java.util.Map;
25
26public interface TargetPackage {
27
28 String getId();
29
30 Map<String, TargetPlatform> getPlatforms();
31
32 Collection<TargetPlatform> platforms();
33
34 TargetPlatform get(String platform);
35
36 boolean hasPlatform(TargetPlatform platform);
37}

Callers 18

selectBoardMethod · 0.95
DiscoveryManagerMethod · 0.65
searchMatchingBoardMethod · 0.65
fillCategoriesMethod · 0.65
parseIndexMethod · 0.65
mergeContributionsMethod · 0.65
createTargetPackagesMethod · 0.65
isContributedToolUsedMethod · 0.65
getInstalledToolsMethod · 0.65
rebuildBoardsMenuMethod · 0.65
getTargetPlatformMethod · 0.95
processBoardArgumentMethod · 0.95

Implementers 3

ContributedTargetPackagearduino-core/src/cc/arduino/contributi
LegacyTargetPackagearduino-core/src/processing/app/debug/
TargetPackageStubapp/test/processing/app/debug/TargetPa

Calls

no outgoing calls

Tested by

no test coverage detected