|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsConstraint.OS | |
---|---|
org.quartz.locality.constraint |
Uses of OsConstraint.OS in org.quartz.locality.constraint |
---|
Methods in org.quartz.locality.constraint that return OsConstraint.OS | |
---|---|
static OsConstraint.OS |
OsConstraint.OS.current()
|
OsConstraint.OS |
OsConstraint.getTargetedOs()
Getter to targeted OS |
static OsConstraint.OS |
OsConstraint.OS.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OsConstraint.OS[] |
OsConstraint.OS.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.quartz.locality.constraint with parameters of type OsConstraint.OS | |
---|---|
abstract boolean |
OsConstraint.Operator.evaluate(OsConstraint.OS os,
OsConstraint.OS target)
|
boolean |
OsConstraint.matches(OsConstraint.OS actual)
|
Constructors in org.quartz.locality.constraint with parameters of type OsConstraint.OS | |
---|---|
OsConstraint(OsConstraint.Operator operator,
OsConstraint.OS targetedOs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |