Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ANY_VALUE_CHECK - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
- append(char) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- append(CharSequence) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- append(CharSequence, int, int) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- apply(Consumer<String>, long) - Method in interface org.xblackcat.sjpu.cli.progress.IPublisherBuilder
- AProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- AProgressPublisher(Consumer<String>) - Constructor for class org.xblackcat.sjpu.cli.progress.AProgressPublisher
- ASource - Class in org.xblackcat.sjpu.cli.reader
- ASource(InputStream) - Constructor for class org.xblackcat.sjpu.cli.reader.ASource
- asString() - Method in class org.xblackcat.sjpu.cli.Bounds
- asString(Function<T, String>) - Method in class org.xblackcat.sjpu.cli.Bounds
B
- Bounds<T extends Comparable<? super T>> - Class in org.xblackcat.sjpu.cli
- Bounds(T, T) - Constructor for class org.xblackcat.sjpu.cli.Bounds
- brief(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- Brief - Enum constant in enum class org.xblackcat.sjpu.cli.progress.Verbosity
- briefln(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- BytesProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- BytesProgressPublisher(Consumer<String>) - Constructor for class org.xblackcat.sjpu.cli.progress.BytesProgressPublisher
C
- close() - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- CountProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- CountProgressPublisher(Consumer<String>, long) - Constructor for class org.xblackcat.sjpu.cli.progress.CountProgressPublisher
D
- Default - Static variable in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- done() - Method in class org.xblackcat.sjpu.cli.progress.AProgressPublisher
- done() - Method in interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
- done() - Method in class org.xblackcat.sjpu.cli.progress.MultiThreadedProgressPublisher
- done() - Method in class org.xblackcat.sjpu.cli.progress.StepByStepProgressPublisher
E
- equals(Object) - Method in class org.xblackcat.sjpu.cli.Bounds
F
- FileSource - Class in org.xblackcat.sjpu.cli.reader
- FileSource(File) - Constructor for class org.xblackcat.sjpu.cli.reader.FileSource
- flush() - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- format(String, Object...) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- format(Locale, String, Object...) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
G
- getAmountOption(CommandLine, String, Long, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getAmountOption(CommandLine, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getAmountOption(CommandLine, String, Function<Number, Function<String, String>>, Long, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getBounds(CommandLine, String, String, int, int) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getBounds(CommandLine, String, String, Function<String, T>, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getBounds(CommandLine, String, String, Function<String, T>, T, T) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getBytesRead() - Method in class org.xblackcat.sjpu.cli.reader.ASource
- getBytesRead() - Method in interface org.xblackcat.sjpu.cli.reader.ISource
- getDoubleOption(CommandLine, String, Double, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getDoubleOption(CommandLine, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getDoubleOption(CommandLine, String, Function<Number, Double>, Double, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getIntOption(CommandLine, String, Integer, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getIntOption(CommandLine, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getIntOption(CommandLine, String, Function<Number, Function<String, String>>, Integer, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getLongOption(CommandLine, String, Long, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getLongOption(CommandLine, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getLongOption(CommandLine, String, Function<Number, Function<String, String>>, Long, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getLower() - Method in class org.xblackcat.sjpu.cli.Bounds
- getNumericOption(CommandLine, String, Function<Number, T>, Function<? super T, Function<String, String>>, T, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getObjectList(CommandLine, String, T[], Function<String, T>, IntFunction<T[]>) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
-
Parse option from command line to read list of custom objects.
- getOutputStream(CommandLine, String, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getPrintStream(CommandLine, boolean, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getPrintStream(CommandLine, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getReader() - Method in class org.xblackcat.sjpu.cli.reader.ASource
- getReader() - Method in interface org.xblackcat.sjpu.cli.reader.ISource
- getReader(CommandLine, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getSize() - Method in class org.xblackcat.sjpu.cli.reader.FileSource
- getSize() - Method in interface org.xblackcat.sjpu.cli.reader.ISource
- getSize() - Method in class org.xblackcat.sjpu.cli.reader.StdInSource
- getStream() - Method in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- getStringList(CommandLine, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
-
Parse option from command line to read string list.
- getStringList(CommandLine, String, String[]) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
-
Parse option from command line to read string list.
- getStringsAsSet(CommandLine, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- getUpper() - Method in class org.xblackcat.sjpu.cli.Bounds
H
- hashCode() - Method in class org.xblackcat.sjpu.cli.Bounds
I
- IMultiThreadProgressPublisher - Interface in org.xblackcat.sjpu.cli.progress
- InvalidOptionException - Exception in org.xblackcat.sjpu.cli
- InvalidOptionException() - Constructor for exception org.xblackcat.sjpu.cli.InvalidOptionException
- InvalidOptionException(String) - Constructor for exception org.xblackcat.sjpu.cli.InvalidOptionException
- InvalidOptionException(String, Throwable) - Constructor for exception org.xblackcat.sjpu.cli.InvalidOptionException
- InvalidOptionException(String, Throwable, boolean, boolean) - Constructor for exception org.xblackcat.sjpu.cli.InvalidOptionException
- InvalidOptionException(Throwable) - Constructor for exception org.xblackcat.sjpu.cli.InvalidOptionException
- IProgressPublisher - Interface in org.xblackcat.sjpu.cli.progress
- IPublisherBuilder<P extends IProgressPublisher> - Interface in org.xblackcat.sjpu.cli.progress
- isDone() - Method in class org.xblackcat.sjpu.cli.progress.AProgressPublisher
- isDone() - Method in interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
- isDot() - Method in class org.xblackcat.sjpu.cli.Bounds
-
Returns true if lower bound is equals to upper bound.
- ISource - Interface in org.xblackcat.sjpu.cli.reader
L
- LIMIT_VALUE_CHECK - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
-
Checker for value to be positive, zero or -1
- LogPrintStream - Class in org.xblackcat.sjpu.cli.progress
- LogPrintStream(Verbosity, PrintStream) - Constructor for class org.xblackcat.sjpu.cli.progress.LogPrintStream
M
- MultiThreadedProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- MultiThreadedProgressPublisher(Consumer<String>) - Constructor for class org.xblackcat.sjpu.cli.progress.MultiThreadedProgressPublisher
N
- newThread(String, long, IPublisherBuilder<? extends IProgressPublisher>) - Method in interface org.xblackcat.sjpu.cli.progress.IMultiThreadProgressPublisher
- newThread(String, long, IPublisherBuilder<? extends IProgressPublisher>) - Method in class org.xblackcat.sjpu.cli.progress.MultiThreadedProgressPublisher
- newThread(String, long, IPublisherBuilder<? extends IProgressPublisher>) - Method in class org.xblackcat.sjpu.cli.progress.StepByStepProgressPublisher
- NO_RENDERER - Static variable in interface org.xblackcat.sjpu.cli.progress.IMultiThreadProgressPublisher
- NO_RENDERER - Static variable in interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
- None - Enum constant in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- normal(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- Normal - Enum constant in enum class org.xblackcat.sjpu.cli.progress.Verbosity
- normalln(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- NullPrintStream - Class in org.xblackcat.sjpu.cli.progress
- NullPrintStream() - Constructor for class org.xblackcat.sjpu.cli.progress.NullPrintStream
O
- OptionUtils - Class in org.xblackcat.sjpu.cli
- OptionUtils() - Constructor for class org.xblackcat.sjpu.cli.OptionUtils
- org.xblackcat.sjpu.cli - package org.xblackcat.sjpu.cli
- org.xblackcat.sjpu.cli.progress - package org.xblackcat.sjpu.cli.progress
- org.xblackcat.sjpu.cli.reader - package org.xblackcat.sjpu.cli.reader
- output - Variable in class org.xblackcat.sjpu.cli.progress.AProgressPublisher
P
- parseCommandLine(String[], boolean, Options, String, String, String...) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- parseCommandLine(String[], Options, String, String, String...) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- parseProgressOutputStream(CommandLine, String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- parseSize(String) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- parseValue(String) - Static method in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- parseVerbosity(CommandLine) - Static method in class org.xblackcat.sjpu.cli.OptionUtils
- PERCENT_VALUE_CHECK - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
- PercentProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- PercentProgressPublisher(Consumer<String>, long) - Constructor for class org.xblackcat.sjpu.cli.progress.PercentProgressPublisher
- PercentProgressPublisher(Consumer<String>, long, String) - Constructor for class org.xblackcat.sjpu.cli.progress.PercentProgressPublisher
-
Build Percent progress builder with custom progress string
- POSITIVE_VALUE_CHECK - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
-
Checker for positive value
- print(boolean) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(char) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(char[]) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(double) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(float) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(int) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(long) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(Object) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- print(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- print(String) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- printf(String, Object...) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- printf(Locale, String, Object...) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println() - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(boolean) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(char) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(char[]) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(double) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(float) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(int) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(long) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(Object) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- println(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- println(String) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- ProgressOutStream - Enum Class in org.xblackcat.sjpu.cli.reader
- publish(long) - Method in class org.xblackcat.sjpu.cli.progress.BytesProgressPublisher
- publish(long) - Method in class org.xblackcat.sjpu.cli.progress.CountProgressPublisher
- publish(long) - Method in interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
-
Publish and render a new value for progress
- publish(long) - Method in class org.xblackcat.sjpu.cli.progress.MultiThreadedProgressPublisher
- publish(long) - Method in class org.xblackcat.sjpu.cli.progress.PercentProgressPublisher
- publish(long) - Method in class org.xblackcat.sjpu.cli.progress.StepByStepProgressPublisher
Q
S
- StdErr - Enum constant in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- StdInSource - Class in org.xblackcat.sjpu.cli.reader
- StdInSource() - Constructor for class org.xblackcat.sjpu.cli.reader.StdInSource
- StdOut - Enum constant in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- StepByStepProgressPublisher - Class in org.xblackcat.sjpu.cli.progress
- StepByStepProgressPublisher(Consumer<String>) - Constructor for class org.xblackcat.sjpu.cli.progress.StepByStepProgressPublisher
- StepByStepProgressPublisher(Consumer<String>, int) - Constructor for class org.xblackcat.sjpu.cli.progress.StepByStepProgressPublisher
T
- TARGET_LIST - Static variable in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
- TO_DURATION_BOUND_PARSER - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
- TO_TIME_PERIOD_BOUND_PARSER - Static variable in class org.xblackcat.sjpu.cli.OptionUtils
V
- valueOf(String) - Static method in enum class org.xblackcat.sjpu.cli.progress.Verbosity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.xblackcat.sjpu.cli.progress.Verbosity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.xblackcat.sjpu.cli.reader.ProgressOutStream
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- Verbose - Enum constant in enum class org.xblackcat.sjpu.cli.progress.Verbosity
- verboseln(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
- Verbosity - Enum Class in org.xblackcat.sjpu.cli.progress
W
- write(byte[]) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- write(byte[], int, int) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
- write(int) - Method in class org.xblackcat.sjpu.cli.progress.NullPrintStream
All Classes and Interfaces|All Packages|Serialized Form