Interface ResourceWalker

  • All Superinterfaces:
    org.springframework.beans.factory.InitializingBean
    All Known Implementing Classes:
    FilterResourceWalker, ResourceTreeWalker

    public interface ResourceWalker
    extends org.springframework.beans.factory.InitializingBean
    • Method Detail

      • afterPropertiesSet

        void afterPropertiesSet()
        Don't throw any exceptions out of afterPropertiesSet().
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • walk

        void walk()
      • setResourceDao

        void setResourceDao​(ResourceDao resourceDao)