Beispiel #1
0
 void writeProduct(
     Product targetProduct, String filePath, String formatName, boolean clearCacheAfterRowWrite)
     throws IOException {
   commandLineContext.writeProduct(targetProduct, filePath, formatName, clearCacheAfterRowWrite);
 }