Class CatCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.CatCommand
Output records to stdout.
- Since:
- 9.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidname()booleanrun(LogManager manager, org.apache.commons.cli.CommandLine cmd) voidupdateOptions(org.apache.commons.cli.Options options) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
NUXEO_SCHEMA_STORE
- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
CatCommand
public CatCommand()
-
-
Method Details
-
name
-
updateOptions
public void updateOptions(org.apache.commons.cli.Options options) - Specified by:
updateOptionsin classCommand
-
run
public boolean run(LogManager manager, org.apache.commons.cli.CommandLine cmd) throws InterruptedException - Specified by:
runin classCommand- Throws:
InterruptedException
-
cat
protected void cat(LogManager manager, Name name, Name group, int limit, Renderer render, String codec) throws InterruptedException - Throws:
InterruptedException
-