<divclass="block">A package containing all possible <ahref="IConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>IConfigs</code></a> used to configure
<ahref="../job/ChopJob.html"title="class in eu.steffo.cleaver.logic.job"><code>ChopJobs</code></a>.</div>
<thclass="colFirst"scope="row"><ahref="ICompressConfig.html"title="interface in eu.steffo.cleaver.logic.config">ICompressConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="IConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>IConfig</code></a> generated by a <ahref="../../gui/panels/rows/option/CompressRow.html"title="class in eu.steffo.cleaver.gui.panels.rows.option"><code>CompressRow</code></a>.</div>
</td>
</tr>
<trclass="rowColor">
<thclass="colFirst"scope="row"><ahref="IConfig.html"title="interface in eu.steffo.cleaver.logic.config">IConfig</a></th>
<tdclass="colLast">
<divclass="block">A configuration generated by a <ahref="../../gui/panels/rows/option/OptionRow.html"title="class in eu.steffo.cleaver.gui.panels.rows.option"><code>OptionRow</code></a> to configure a step of a
<ahref="../job/ChopJob.html"title="class in eu.steffo.cleaver.logic.job"><code>ChopJob</code></a>.</div>
</td>
</tr>
<trclass="altColor">
<thclass="colFirst"scope="row"><ahref="ICryptConfig.html"title="interface in eu.steffo.cleaver.logic.config">ICryptConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="IConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>IConfig</code></a> generated by a <ahref="../../gui/panels/rows/option/CryptRow.html"title="class in eu.steffo.cleaver.gui.panels.rows.option"><code>CryptRow</code></a>.</div>
</td>
</tr>
<trclass="rowColor">
<thclass="colFirst"scope="row"><ahref="ISplitConfig.html"title="interface in eu.steffo.cleaver.logic.config">ISplitConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="IConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>IConfig</code></a> generated by a <ahref="../../gui/panels/rows/option/SplitRow.html"title="class in eu.steffo.cleaver.gui.panels.rows.option"><code>SplitRow</code></a>.</div>
<thclass="colFirst"scope="row"><ahref="DeflateConfig.html"title="class in eu.steffo.cleaver.logic.config">DeflateConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="ICompressConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>ICompressConfig</code></a> requesting a compression with the <ahref="https://en.wikipedia.org/wiki/DEFLATE">Deflate</a> algorithm.</div>
</td>
</tr>
<trclass="rowColor">
<thclass="colFirst"scope="row"><ahref="PartsConfig.html"title="class in eu.steffo.cleaver.logic.config">PartsConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="ISplitConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>ISplitConfig</code></a> requesting the split of a file in a specific number of <ahref="PartsConfig.html#parts"><code>PartsConfig.parts</code></a>.</div>
</td>
</tr>
<trclass="altColor">
<thclass="colFirst"scope="row"><ahref="PasswordConfig.html"title="class in eu.steffo.cleaver.logic.config">PasswordConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="ICryptConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>ICryptConfig</code></a> requesting the encryption of a file using a specific <ahref="PasswordConfig.html#password"><code>PasswordConfig.password</code></a>.</div>
</td>
</tr>
<trclass="rowColor">
<thclass="colFirst"scope="row"><ahref="SizeConfig.html"title="class in eu.steffo.cleaver.logic.config">SizeConfig</a></th>
<tdclass="colLast">
<divclass="block">A <ahref="ISplitConfig.html"title="interface in eu.steffo.cleaver.logic.config"><code>ISplitConfig</code></a> requesting the split of a file in parts of a specific <ahref="SizeConfig.html#size"><code>size</code></a>.</div>