public interface ResourceWalker
extends org.springframework.beans.factory.InitializingBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
Don't throw any exceptions out of  
afterPropertiesSet(). | 
void | 
setResourceDao(ResourceDao resourceDao)  | 
void | 
setVisitor(ResourceVisitor visitor)  | 
void | 
walk()  | 
void afterPropertiesSet()
afterPropertiesSet().afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanvoid walk()
void setVisitor(ResourceVisitor visitor)
void setResourceDao(ResourceDao resourceDao)
Copyright © 2020. All rights reserved.