Class Platform

java.lang.Object
com.adobe.fontengine.fontmanagement.Platform
All Implemented Interfaces:
Serializable

public final class Platform extends Object implements Serializable
This class provides an enumeration of the supported platforms.

Concurrency

Instances of this class are immutable after construction and contain no mutable static data. Therefore, they are threadsafe.
See Also:
  • Field Details

    • UNKNOWN

      public static final Platform UNKNOWN
    • MAC_OSX

      public static final Platform MAC_OSX
    • WINDOWS

      public static final Platform WINDOWS
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • parse

      public static Platform parse(String text)
      Parse the text and return the Platform object which is represented if any.
      Parameters:
      text - textual representation of the platform
      Returns:
      Platform represented by the text value