Class PlexusMetadataGeneratorCli

  • All Implemented Interfaces:
    org.codehaus.plexus.tools.cli.Cli

    public class PlexusMetadataGeneratorCli
    extends org.codehaus.plexus.tools.cli.AbstractCli
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.cli.Options buildCliOptions​(org.apache.commons.cli.Options options)  
      java.lang.String getPomPropertiesPath()  
      void invokePlexusComponent​(org.apache.commons.cli.CommandLine cli, org.codehaus.plexus.PlexusContainer plexus)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class org.codehaus.plexus.tools.cli.AbstractCli

        buildDefaultCliOptions, customizeContainerConfiguration, displayHelp, execute, execute, parse, showError, showFatalError
      • Methods inherited from class java.lang.Object

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

      • PlexusMetadataGeneratorCli

        public PlexusMetadataGeneratorCli()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPomPropertiesPath

        public java.lang.String getPomPropertiesPath()
        Specified by:
        getPomPropertiesPath in interface org.codehaus.plexus.tools.cli.Cli
        Overrides:
        getPomPropertiesPath in class org.codehaus.plexus.tools.cli.AbstractCli
      • buildCliOptions

        public org.apache.commons.cli.Options buildCliOptions​(org.apache.commons.cli.Options options)
        Specified by:
        buildCliOptions in interface org.codehaus.plexus.tools.cli.Cli
        Specified by:
        buildCliOptions in class org.codehaus.plexus.tools.cli.AbstractCli
      • invokePlexusComponent

        public void invokePlexusComponent​(org.apache.commons.cli.CommandLine cli,
                                          org.codehaus.plexus.PlexusContainer plexus)
                                   throws java.lang.Exception
        Specified by:
        invokePlexusComponent in interface org.codehaus.plexus.tools.cli.Cli
        Specified by:
        invokePlexusComponent in class org.codehaus.plexus.tools.cli.AbstractCli
        Throws:
        java.lang.Exception