public abstract class BaseJDeprScanMojo extends AbstractJDeprScanMojo
| Constructor and Description | 
|---|
| BaseJDeprScanMojo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addJDeprScanOptions(Commandline cmd) | 
| void | execute() | 
| protected abstract Path | getClassesDirectory() | 
| protected abstract Collection<Path> | getClassPath() | 
| protected CommandLineUtils.StringStreamConsumer | getConsumer() | 
| protected MavenProject | getProject() | 
| protected boolean | isForRemoval() | 
| protected void | verify() | 
getLog, getPluginContext, setLog, setPluginContextpublic void execute()
             throws MojoExecutionException,
                    MojoFailureException
execute in interface Mojoexecute in class AbstractJDeprScanMojoMojoExecutionExceptionMojoFailureExceptionprotected MavenProject getProject()
protected boolean isForRemoval()
isForRemoval in class AbstractJDeprScanMojoprotected CommandLineUtils.StringStreamConsumer getConsumer()
getConsumer in class AbstractJDeprScanMojoprotected final void addJDeprScanOptions(Commandline cmd) throws MojoFailureException
addJDeprScanOptions in class AbstractJDeprScanMojoMojoFailureExceptionprotected void verify()
               throws MojoExecutionException
verify in class AbstractJDeprScanMojoMojoExecutionExceptionprotected abstract Path getClassesDirectory()
protected abstract Collection<Path> getClassPath() throws DependencyResolutionRequiredException
Copyright © 2017 The Apache Software Foundation. All rights reserved.