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