Class AbstractFileLocator<T>

    • Field Detail

      • CASE_INSENSITIVE

        private static final boolean CASE_INSENSITIVE
      • CASE_SENSITIVE

        private static final boolean CASE_SENSITIVE
    • Constructor Detail

      • AbstractFileLocator

        AbstractFileLocator()
    • Method Detail

      • open

        public final T open​(java.lang.String path)
        Specified by:
        open in interface ResourceReader<T>
      • open

        protected abstract T open​(java.io.File file)
      • listResourcesUnder

        public java.util.Set<java.lang.String> listResourcesUnder​(java.lang.String path)
        Specified by:
        listResourcesUnder in interface ResourceReader<T>