Package org.codehaus.plexus.metadata
Class PlexusMetadataGeneratorCli
- java.lang.Object
-
- org.codehaus.plexus.tools.cli.AbstractCli
-
- org.codehaus.plexus.metadata.PlexusMetadataGeneratorCli
-
- All Implemented Interfaces:
org.codehaus.plexus.tools.cli.Cli
public class PlexusMetadataGeneratorCli extends org.codehaus.plexus.tools.cli.AbstractCli
-
-
Field Summary
Fields Modifier and Type Field Description static char
CLASSES_DIRECTORY
static char
DESCRIPTORS_DIRECTORY
static char
OUTPUT_FILE
static char
SOURCE_DIRECTORY
static char
SOURCE_ENCODING
-
Constructor Summary
Constructors Constructor Description PlexusMetadataGeneratorCli()
-
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)
-
-
-
Field Detail
-
SOURCE_DIRECTORY
public static final char SOURCE_DIRECTORY
- See Also:
- Constant Field Values
-
SOURCE_ENCODING
public static final char SOURCE_ENCODING
- See Also:
- Constant Field Values
-
CLASSES_DIRECTORY
public static final char CLASSES_DIRECTORY
- See Also:
- Constant Field Values
-
OUTPUT_FILE
public static final char OUTPUT_FILE
- See Also:
- Constant Field Values
-
DESCRIPTORS_DIRECTORY
public static final char DESCRIPTORS_DIRECTORY
- See Also:
- Constant Field Values
-
-
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 interfaceorg.codehaus.plexus.tools.cli.Cli
- Overrides:
getPomPropertiesPath
in classorg.codehaus.plexus.tools.cli.AbstractCli
-
buildCliOptions
public org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)
- Specified by:
buildCliOptions
in interfaceorg.codehaus.plexus.tools.cli.Cli
- Specified by:
buildCliOptions
in classorg.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 interfaceorg.codehaus.plexus.tools.cli.Cli
- Specified by:
invokePlexusComponent
in classorg.codehaus.plexus.tools.cli.AbstractCli
- Throws:
java.lang.Exception
-
-