Class ListMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.jdeprscan.AbstractJDeprScanMojo
org.apache.maven.plugins.jdeprscan.ListMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="list", requiresProject=false, requiresDirectInvocation=true) public class ListMojo extends AbstractJDeprScanMojo
Prints the set of deprecated APIs. No scanning is done.
Since:
3.0.0
Author:
Robert Scholte
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ListMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addJDeprScanOptions(org.codehaus.plexus.util.cli.Commandline cmd)
     
    protected boolean
     

    Methods inherited from class org.apache.maven.plugins.jdeprscan.AbstractJDeprScanMojo

    execute, getConsumer, verify

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListMojo

      @Inject public ListMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager)
  • Method Details

    • isForRemoval

      protected boolean isForRemoval()
      Specified by:
      isForRemoval in class AbstractJDeprScanMojo
    • addJDeprScanOptions

      protected void addJDeprScanOptions(org.codehaus.plexus.util.cli.Commandline cmd) throws org.apache.maven.plugin.MojoFailureException
      Overrides:
      addJDeprScanOptions in class AbstractJDeprScanMojo
      Throws:
      org.apache.maven.plugin.MojoFailureException