コード例 #1
0
ファイル: CommandLineTool.java プロジェクト: maduhu/beam
 Product readProduct(String filePath) throws IOException {
   return commandLineContext.readProduct(filePath);
 }