Class UrlTypeVFS

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] REPLACE_EXTENSION  
      (package private) java.lang.String VFSFILE  
      (package private) java.lang.String VFSZIP  
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlTypeVFS()  
    • Field Detail

      • REPLACE_EXTENSION

        public static final java.lang.String[] REPLACE_EXTENSION
    • Constructor Detail

      • UrlTypeVFS

        public UrlTypeVFS()
    • Method Detail

      • matches

        public boolean matches​(java.net.URL url)
        Specified by:
        matches in interface Vfs.UrlType
      • adaptURL

        public java.net.URL adaptURL​(java.net.URL url)
                              throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • replaceZipSeparators

        java.net.URL replaceZipSeparators​(java.lang.String path,
                                          java.util.function.Predicate<java.io.File> acceptFile)
                                   throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • findFirstMatchOfDeployableExtention

        int findFirstMatchOfDeployableExtention​(java.lang.String path,
                                                int pos)
      • replaceZipSeparatorStartingFrom

        java.net.URL replaceZipSeparatorStartingFrom​(java.lang.String path,
                                                     int pos)
                                              throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException