Class ListableResourceFinder

    • Constructor Detail

      • ListableResourceFinder

        public ListableResourceFinder()
    • Method Detail

      • list

        @Nullable
        public abstract java.lang.Iterable<Resource> list​(java.lang.String resourceNamePrefix,
                                                          boolean recurse)
                                                   throws java.io.IOException
        Parameters:
        resourceNamePrefix - E.g. "" or "java/lang"
        Returns:
        All resources who's name starts with the given prefix; null iff a location designated by the resourceNamePrefix does not exist
        Throws:
        java.io.IOException