public class PlexusMetadataGeneratorCli
extends org.codehaus.plexus.tools.cli.AbstractCli
| Modifier and Type | Field and Description |
|---|---|
static char |
CLASSES_DIRECTORY |
static char |
DESCRIPTORS_DIRECTORY |
static char |
OUTPUT_FILE |
static char |
SOURCE_DIRECTORY |
static char |
SOURCE_ENCODING |
| Constructor and Description |
|---|
PlexusMetadataGeneratorCli() |
| Modifier and Type | Method and 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,
PlexusContainer plexus) |
static void |
main(java.lang.String[] args) |
public static final char SOURCE_DIRECTORY
public static final char SOURCE_ENCODING
public static final char CLASSES_DIRECTORY
public static final char OUTPUT_FILE
public static final char DESCRIPTORS_DIRECTORY
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getPomPropertiesPath()
getPomPropertiesPath in interface org.codehaus.plexus.tools.cli.CligetPomPropertiesPath in class org.codehaus.plexus.tools.cli.AbstractClipublic org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)
buildCliOptions in interface org.codehaus.plexus.tools.cli.ClibuildCliOptions in class org.codehaus.plexus.tools.cli.AbstractClipublic void invokePlexusComponent(org.apache.commons.cli.CommandLine cli,
PlexusContainer plexus)
throws java.lang.Exception
invokePlexusComponent in interface org.codehaus.plexus.tools.cli.CliinvokePlexusComponent in class org.codehaus.plexus.tools.cli.AbstractClijava.lang.Exception