
ojob ojob.io/oaf/checkOAFJars path=some/path reverse=true remove=true versioninsensitive=true
Check the jars on a provided path against the jars included in OpenAF returning a list with the included jars including any version difference
| Name | Description |
|---|---|
| path | The path containing the jars to be compared with. |
| reverse | Boolean value to indicate that the result should the jar files that are not included in openaf |
| remove | Boolean value to indicate that the resulting files should be removed from path |
| versioninsensitive | Boolean value to indicate if the list should exclude any version difference |