Configurable@Private @Unstable public class Concat extends FsCommand
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DESCRIPTION |
|
static java.lang.String |
NAME |
|
static java.lang.String |
USAGE |
args, COMMAND_DESCRIPTION_FIELD, COMMAND_NAME_FIELD, COMMAND_USAGE_FIELD, err, exceptions, exitCode, name, numErrors, out, recursive| Constructor | Description |
|---|---|
Concat() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
processArguments(java.util.LinkedList<PathData> args) |
Processes the command's list of expanded arguments.
|
static void |
registerCommands(CommandFactory factory) |
getCommandName, processRawArguments, run, runAlldisplayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getCommandFactory, getDepth, getDescription, getListingGroupSize, getName, getReplacementCommand, getUsage, isDeprecated, isPathRecursable, isRecursive, isSorted, postProcessPath, processArgument, processNonexistentPath, processOptions, processPath, processPathArgument, processPaths, processPaths, recursePath, run, run, setCommandFactory, setName, setRecursivegetConf, setConfpublic static final java.lang.String NAME
public static final java.lang.String USAGE
public static final java.lang.String DESCRIPTION
public static void registerCommands(CommandFactory factory)
protected void processArguments(java.util.LinkedList<PathData> args) throws java.io.IOException
CommandCommand.processArgument(PathData) will be invoked with each item
in the list. The loop catches IOExceptions, increments the error
count, and displays the exception.processArguments in class Commandargs - a list of PathData to processjava.io.IOException - if anything goes wrong...Copyright © 2008–2025 Apache Software Foundation. All rights reserved.