Interface Platform
- All Superinterfaces:
Named
- All Known Subinterfaces:
JavaPlatform, NativePlatform, PlayPlatform, ScalaPlatform
The platform or runtime that a binary is designed to run on.
Examples: the JvmPlatform defines a java runtime, while the NativePlatform defines the Operating System and Architecture for a native app.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns a human consumable name for this platform.getName()The object's name.
-
Method Details
-
getName
-
getDisplayName
-