Uses of Interface
edu.mit.jverbnet.util.Checks.ICondition

Packages that use Checks.ICondition
edu.mit.jverbnet.util Provides utility classes 
 

Uses of Checks.ICondition in edu.mit.jverbnet.util
 

Subinterfaces of Checks.ICondition in edu.mit.jverbnet.util
static interface Checks.ICheck<S>
          A check object provides the ability to throw an exception when a specified object satisfies the condition.
static interface Checks.IMask<S>
          A mask object provides the ability to substitute different values for a specified object if it matches the condition.
 

Classes in edu.mit.jverbnet.util that implement Checks.ICondition
static class Checks.Check<S>
          Abstract implementation of a check.
static class Checks.Condition<S>
          Abstract implementation of a condition.
static class Checks.Mask<S>
          Abstract implementation of a mask.
 

Methods in edu.mit.jverbnet.util with parameters of type Checks.ICondition
static String Checks.trim(Checks.ICondition<Object> test, String value)
          Trims the string if it matches the condition.
static String Checks.trimAndMask(Checks.ICondition<Object> test, String value, Checks.IMask<String> mask, String maskValue)
          First trims the string if it matches the condition, then applies the mask to the resulting value.
 



Copyright © 2012 Massachusetts Institute of Technology. All Rights Reserved.