Class Platform
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.Platform
-
- All Implemented Interfaces:
java.io.Serializable
public final class Platform extends java.lang.Object implements java.io.SerializableThis 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:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Platformparse(java.lang.String text)Parse the text and return the Platform object which is represented if any.java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
parse
public static Platform parse(java.lang.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
-
-