Index

A B C D E F G H I L M N O P Q S T V W 
All Classes|All Packages

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 java.lang.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 - 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 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
 

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

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.
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 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
 
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
 
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 - org.xblackcat.sjpu.cli.reader.ProgressOutStream
 
normal(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
 
Normal - 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 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
 
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 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(long) - Method in class org.xblackcat.sjpu.cli.progress.MultiThreadedProgressPublisher
 
publish(long) - Method in class org.xblackcat.sjpu.cli.progress.PercentProgressPublisher
 

Q

Quiet - org.xblackcat.sjpu.cli.progress.Verbosity
 

S

StdErr - 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 - org.xblackcat.sjpu.cli.reader.ProgressOutStream
 

T

TARGET_LIST - Static variable in enum 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 org.xblackcat.sjpu.cli.progress.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xblackcat.sjpu.cli.reader.ProgressOutStream
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xblackcat.sjpu.cli.progress.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xblackcat.sjpu.cli.reader.ProgressOutStream
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
 
Verbose - org.xblackcat.sjpu.cli.progress.Verbosity
 
verboseln(String) - Method in class org.xblackcat.sjpu.cli.progress.LogPrintStream
 
Verbosity - Enum 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
 
A B C D E F G H I L M N O P Q S T V W 
All Classes|All Packages