Uses of Interface
net.krecan.m2_proxy.store.StoreValidator

Packages that use StoreValidator
net.krecan.m2_proxy.store   
 

Uses of StoreValidator in net.krecan.m2_proxy.store
 

Classes in net.krecan.m2_proxy.store that implement StoreValidator
 class RegExpStoreValidator
          Validates resources in the store.
 

Fields in net.krecan.m2_proxy.store declared as StoreValidator
static StoreValidator StoreValidator.EVERYTHING_VALID_VALIDATOR
           
static StoreValidator StoreValidator.NOTHING_VALID_VALIDATOR
           
 

Methods in net.krecan.m2_proxy.store that return StoreValidator
 StoreValidator ValidatingStoreWrapper.getStoreValidator()
           
 

Methods in net.krecan.m2_proxy.store with parameters of type StoreValidator
 void ValidatingStoreWrapper.setStoreValidator(StoreValidator storeValidator)
           
 

Constructors in net.krecan.m2_proxy.store with parameters of type StoreValidator
ValidatingStoreWrapper(Store wrappedStore, StoreValidator storeValidator)
           
 



Copyright © 2006 null. All Rights Reserved.