Class InMemoryUrlType

  • All Implemented Interfaces:
    org.reflections.vfs.Vfs.UrlType

    public class InMemoryUrlType
    extends Object
    implements org.reflections.vfs.Vfs.UrlType
    Author:
    epo.jemba@kametic.com
    • Constructor Detail

      • InMemoryUrlType

        public InMemoryUrlType()
    • Method Detail

      • matches

        public boolean matches​(URL url)
                        throws Exception
        Specified by:
        matches in interface org.reflections.vfs.Vfs.UrlType
        Throws:
        Exception
      • createDir

        public org.reflections.vfs.Vfs.Dir createDir​(URL url)
                                              throws Exception
        Specified by:
        createDir in interface org.reflections.vfs.Vfs.UrlType
        Throws:
        Exception