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.InitializingBean
void walk()
void setVisitor(ResourceVisitor visitor)
void setResourceDao(ResourceDao resourceDao)
Copyright © 2021. All rights reserved.