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) |
String |
getPomPropertiesPath() |
void |
invokePlexusComponent(org.apache.commons.cli.CommandLine cli,
PlexusContainer plexus) |
static void |
main(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 String getPomPropertiesPath()
getPomPropertiesPath
in interface org.codehaus.plexus.tools.cli.Cli
getPomPropertiesPath
in class org.codehaus.plexus.tools.cli.AbstractCli
public org.apache.commons.cli.Options buildCliOptions(org.apache.commons.cli.Options options)
buildCliOptions
in interface org.codehaus.plexus.tools.cli.Cli
buildCliOptions
in class org.codehaus.plexus.tools.cli.AbstractCli
public void invokePlexusComponent(org.apache.commons.cli.CommandLine cli, PlexusContainer plexus) throws Exception
invokePlexusComponent
in interface org.codehaus.plexus.tools.cli.Cli
invokePlexusComponent
in class org.codehaus.plexus.tools.cli.AbstractCli
Exception
Copyright © 2001–2015 Codehaus. All rights reserved.