public class NexusIndexerCli
extends org.codehaus.plexus.tools.cli.AbstractCli
MinimalArtifactInfoIndexCreator and
JarFileContentsIndexCreator.| Modifier and Type | Field and Description |
|---|---|
static char |
CREATE_FILE_CHECKSUMS |
static char |
CREATE_INCREMENTAL_CHUNKS |
static char |
INCREMENTAL_CHUNK_KEEP_COUNT |
static char |
INDEX |
static char |
NAME |
static char |
REPO |
static char |
TARGET_DIR |
static char |
TYPE |
static char |
UNPACK |
| Constructor and Description |
|---|
NexusIndexerCli() |
| Modifier and Type | Method and Description |
|---|---|
Options |
buildCliOptions(Options options) |
void |
displayHelp() |
void |
displayHelp(String message) |
int |
execute(String[] args) |
int |
execute(String[] arg0,
org.codehaus.plexus.classworlds.ClassWorld arg1) |
String |
getPomPropertiesPath() |
void |
invokePlexusComponent(CommandLine cli,
org.codehaus.plexus.PlexusContainer plexus) |
static void |
main(String[] args) |
CommandLine |
parse(String[] args) |
protected void |
showError(String message,
Exception e,
boolean show) |
protected int |
showFatalError(String message,
Exception e,
boolean show) |
public static final char REPO
public static final char INDEX
public static final char NAME
public static final char TYPE
public static final char TARGET_DIR
public static final char CREATE_INCREMENTAL_CHUNKS
public static final char CREATE_FILE_CHECKSUMS
public static final char INCREMENTAL_CHUNK_KEEP_COUNT
public static final char UNPACK
public int execute(String[] arg0, org.codehaus.plexus.classworlds.ClassWorld arg1)
execute in class org.codehaus.plexus.tools.cli.AbstractClipublic int execute(String[] args)
execute in class org.codehaus.plexus.tools.cli.AbstractCliprotected void showError(String message, Exception e, boolean show)
showError in class org.codehaus.plexus.tools.cli.AbstractCliprotected int showFatalError(String message, Exception e, boolean show)
showFatalError in class org.codehaus.plexus.tools.cli.AbstractClipublic CommandLine parse(String[] args) throws ParseException
parse in class org.codehaus.plexus.tools.cli.AbstractCliParseExceptionpublic String getPomPropertiesPath()
getPomPropertiesPath in interface org.codehaus.plexus.tools.cli.CligetPomPropertiesPath in class org.codehaus.plexus.tools.cli.AbstractClipublic Options buildCliOptions(Options options)
buildCliOptions in interface org.codehaus.plexus.tools.cli.ClibuildCliOptions in class org.codehaus.plexus.tools.cli.AbstractClipublic void displayHelp()
displayHelp in class org.codehaus.plexus.tools.cli.AbstractClipublic void displayHelp(String message)
public void invokePlexusComponent(CommandLine cli, org.codehaus.plexus.PlexusContainer plexus) throws Exception
invokePlexusComponent in interface org.codehaus.plexus.tools.cli.CliinvokePlexusComponent in class org.codehaus.plexus.tools.cli.AbstractCliExceptionCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.