public class JdkInternalsExecutionService extends Object
| Constructor and Description |
|---|
JdkInternalsExecutionService() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<Violation> |
execute(File scannedFolder)
Executes jdeps.
|
public static com.google.common.collect.ImmutableList<Violation> execute(File scannedFolder) throws org.codehaus.plexus.util.cli.CommandLineException
scannedFolder - the folder to be scannedorg.codehaus.plexus.util.cli.CommandLineException - if the jdeps executable could not be found, running the tool failed or it returned with an errorThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.