Package net.didion.jwnl
Class JWNL.OS
- java.lang.Object
-
- net.didion.jwnl.JWNL.OS
-
- Enclosing class:
- JWNL
public static final class JWNL.OS extends java.lang.ObjectUsed to create constants that represent the major categories of operating systems.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String_name
-
Constructor Summary
Constructors Modifier Constructor Description protectedOS(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(java.lang.String test)Returns true if testOS is a version of this OS.java.lang.StringtoString()
-