Uses of Class org.quartz.locality.constraint.OsConstraint.OS (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.locality.constraint.OsConstraint.OS

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)
           
 



Copyright 2001-2011, Terracotta, Inc.