MCPcopy Index your code
hub / github.com/Zoxcore/trifa_material / OperatingSystem

Interface OperatingSystem

src/main/java/com/platform/OperatingSystem.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.platform;
2
3public interface OperatingSystem {
4 public boolean isSupported(String feature);
5}

Callers 5

open_webpageMethod · 0.65
init_system_trayMethod · 0.65
isSupportedMethod · 0.65

Implementers 5

Unixsrc/main/java/com/platform/Unix.java
DefaultOperatingSystemsrc/main/java/com/platform/DefaultOper
Windowssrc/main/java/com/platform/Windows.jav
Macsrc/main/java/com/platform/Mac.java
Platformsrc/main/java/com/platform/Platform.ja

Calls

no outgoing calls

Tested by

no test coverage detected