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.Object
Used 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 protected
OS(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.lang.String test)
Returns true if testOS is a version of this OS.java.lang.String
toString()
-