public class PlexusMetadataGeneratorCli
extends org.codehaus.plexus.tools.cli.AbstractCli
| 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 | Description |
|---|---|
PlexusMetadataGeneratorCli() |
| 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) |
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 class org.codehaus.plexus.tools.cli.AbstractClipublic org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)
buildCliOptions in class org.codehaus.plexus.tools.cli.AbstractClipublic void invokePlexusComponent(org.apache.commons.cli.CommandLine cli,
org.codehaus.plexus.PlexusContainer plexus)
throws java.lang.Exception
invokePlexusComponent in class org.codehaus.plexus.tools.cli.AbstractClijava.lang.Exception