import com.googlecode.sardine.*
sardine = SardineFactory.begin('username', 'password')
resources = sardine.getResources("http://localhost:8080/repository/default/");
for(resource in resources){
println resource.nameDecoded
println "作成日時:" + resource.getCreation()
println "最終変更日時:" + resource.getModified()
}
動作環境
groovy 1.7.4, JDK6 Update21, sardine-129
関連情報
- sardineのまとめ
- sardineのwebsite
http://code.google.com/p/sardine/
0 件のコメント:
コメントを投稿