You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colFirst"><ahref="com/mindee/parsing/generated/GeneratedFeature.html" title="class in com.mindee.parsing.generated">GeneratedFeature</a></td>
643
643
<thclass="colLast" scope="row">
644
644
<divclass="block">
645
-
A generic feature which can represent any OTS Mindee return prediction.</div>
645
+
A generic feature which can represent any OTS Mindee return prediction.</div>
<tdclass="colFirst"><ahref="com/mindee/parsing/common/LocalDateTimeDeserializer.html" title="class in com.mindee.parsing.common">LocalDateTimeDeserializer</a></td>
968
968
<thclass="colLast" scope="row">
969
-
<divclass="block">Deserializer for LocalDateTime</div>
969
+
<divclass="block">Deserializer for LocalDateTime.</div>
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#main(java.lang.String%5B%5D)">main</a></span>​(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[] args)</code></th>
218
218
<tdclass="colLast">
219
-
<divclass="block">Instantiates all products one by one in a separate picocli instance and relays the command to them.</div>
219
+
<divclass="block">Instantiates all products one by one in a separate picocli instance and relays the command to
220
+
them.</div>
220
221
</td>
221
222
</tr>
222
223
<trid="i2" class="altColor">
223
224
<tdclass="colFirst"><code><T extends <ahref="parsing/common/Inference.html" title="class in com.mindee.parsing.common">Inference</a><?,​?>><br><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
224
225
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#standardProductAsyncOutput(java.lang.Class,java.io.File)">standardProductAsyncOutput</a></span>​(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a><T> productClass,
225
226
<ahref="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io" class="externalLink">File</a> file)</code></th>
226
-
<tdclass="colLast"> </td>
227
+
<tdclass="colLast">
228
+
<divclass="block">Process a product asynchronously.</div>
229
+
</td>
227
230
</tr>
228
231
<trid="i3" class="rowColor">
229
232
<tdclass="colFirst"><code><T extends <ahref="parsing/common/Inference.html" title="class in com.mindee.parsing.common">Inference</a><?,​?>><br><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
230
233
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#standardProductOutput(java.lang.Class,java.io.File)">standardProductOutput</a></span>​(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a><T> productClass,
231
234
<ahref="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io" class="externalLink">File</a> file)</code></th>
232
-
<tdclass="colLast"> </td>
235
+
<tdclass="colLast">
236
+
<divclass="block">Process a product synchronously.</div>
237
+
</td>
233
238
</tr>
234
239
</table>
235
240
<ulclass="blockList">
@@ -281,7 +286,8 @@ <h3>Method Detail</h3>
281
286
<liclass="blockList">
282
287
<h4>main</h4>
283
288
<preclass="methodSignature">public static void main​(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[] args)</pre>
284
-
<divclass="block">Instantiates all products one by one in a separate picocli instance and relays the command to them.</div>
289
+
<divclass="block">Instantiates all products one by one in a separate picocli instance and relays the command to
<preclass="methodSignature">public <T extends <ahref="parsing/common/Inference.html" title="class in com.mindee.parsing.common">Inference</a><?,​?>> <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> standardProductOutput​(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a><T> productClass,
307
313
<ahref="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io" class="externalLink">File</a> file)
308
314
throws <ahref="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></pre>
315
+
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="cli/ProductProcessor.html#standardProductOutput(java.lang.Class,java.io.File)">ProductProcessor</a></code></span></div>
316
+
<divclass="block">Process a product synchronously.</div>
<dd><code><ahref="cli/ProductProcessor.html#standardProductOutput(java.lang.Class,java.io.File)">standardProductOutput</a></code> in interface <code><ahref="cli/ProductProcessor.html" title="interface in com.mindee.cli">ProductProcessor</a></code></dd>
<ahref="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io" class="externalLink">File</a> file)
332
340
throws <ahref="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a>,
333
341
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang" class="externalLink">InterruptedException</a></pre>
342
+
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="cli/ProductProcessor.html#standardProductAsyncOutput(java.lang.Class,java.io.File)">ProductProcessor</a></code></span></div>
343
+
<divclass="block">Process a product asynchronously.</div>
<dd><code><ahref="cli/ProductProcessor.html#standardProductAsyncOutput(java.lang.Class,java.io.File)">standardProductAsyncOutput</a></code> in interface <code><ahref="cli/ProductProcessor.html" title="interface in com.mindee.cli">ProductProcessor</a></code></dd>
0 commit comments