public class RepositoryCompressor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryCompressor.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryCompressor(RepositoryCompressor.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryCompressor.Builder |
builder() |
void |
compress() |
static void |
main(String[] args)
usage: RepositoryCompressor
|
static RepositoryCompressor.Builder |
parseArgs(String[] args) |
protected RepositoryCompressor(RepositoryCompressor.Builder builder)
public static RepositoryCompressor.Builder builder()
public static void main(String[] args) throws Exception
-?,--help display usage -c,--category <arg> select messages by category -f,--flow <arg> select messages by flow -i,--input <arg> path of input file -n,--notcategory <arg> select messages except category -o,--output <arg> path of output file -s,--section <arg> select messages by section -x,--notsection <arg> select messages except section
args - command line argumentsException - if an IO error occurs or a file cannot be parsedpublic static RepositoryCompressor.Builder parseArgs(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionCopyright © 2016–2021 FIX Trading Community. All rights reserved.