Class WindowsFileName

    • Constructor Detail

      • WindowsFileName

        protected WindowsFileName​(java.lang.String scheme,
                                  java.lang.String rootFile,
                                  java.lang.String path,
                                  FileType type)
    • Method Detail

      • createName

        public FileName createName​(java.lang.String path,
                                   FileType type)
        Factory method for creating name instances.
        Overrides:
        createName in class LocalFileName
        Parameters:
        path - The file path.
        type - The file type.
        Returns:
        The FileName.
      • appendRootUri

        protected void appendRootUri​(java.lang.StringBuilder buffer,
                                     boolean addPassword)
        Builds the root URI for this file name.
        Overrides:
        appendRootUri in class LocalFileName
        Parameters:
        buffer - A StringBuilder to use to construct the URI.
        addPassword - true if the password should be added, false otherwise.