Apache VFS (5): 使用它!

來源:互聯網
上載者:User
本系列文章導航

Apache VFS(1): 基本介紹

Apache VFS(2): 檔案的監聽和監控

Apache VFS(3): 檔案過濾器和選取器

Apache VFS(4): 事件

Apache VFS(5): 使用它!

Apache VFS(6): 幾個重要的概念性介面

Apache VFS(7): 檔案管理工具解析檔案的方法

 使用Apache VFS比較簡單,第一個面對的對象是org.apache.commons.vfs.VFS對象

。它有三個靜態

的方法:

  1. getManager

    這個方法最重要,將返回一個預設的FileSystemManager介面

  2. setUriStyle
  3. isUriStyle 判斷是否是URI形式

FileSystemManager介面,檔案系統管理器介面

檔案系統管理器負責一系列檔案系統,通過檔案系統使用名字來定位一個檔案對象,定位方法是resolveFile()

方法

檔案系統管理器可以識別多種類型的檔案名稱:

  1. 絕對的URI

    : 必須以協議Schema開始,例如file:,ftp:

    然後跟著檔案名稱:file:/c:/temp.txt, ftp://myftp.org/somefile.txt等

  2. 絕對的本地檔案名稱

    :例如/home/my.txt或C:/dir/file.txt, 注意分隔字元可以用“/",也可以用”/"

    .

  3. 相對路徑

    : 例如../dir/file.txt或者 home/myfile.txt等

 

文章來源:http://alartin.javaeye.com/blog/92332

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.