コード例 #1
0
ファイル: ResourceAdapter.java プロジェクト: GavinHwa/citrus
 @Override
 public boolean exists() {
   return resource.exists();
 }