From 4d449a9b96570e8c655fc303ca0ca81dab394e3d Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 20 May 2020 19:40:06 -0400 Subject: Update docs --- docs/apidocs/index-all.html | 204 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 185 insertions(+), 19 deletions(-) (limited to 'docs/apidocs/index-all.html') diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 5aaebcc..94349c3 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (everge 0.2.0 API) - + @@ -69,7 +69,7 @@ -
A B C D E F G H I L M N O P R S T V  +
A B C D E F G H I L M N O P Q R S T V W 

A

@@ -122,6 +122,8 @@
Convenient static constructor for static imports.
+
close() - Method in class bjc.everge.MirrorOutputStream
+
 
compareTo(ReplPair) - Method in class bjc.everge.ReplPair
 
contArg - Variable in class bjc.everge.ControlledString.ParseStrings
@@ -194,6 +196,18 @@

D

+
DEBUG - Static variable in class bjc.everge.LogStream
+
+
Log level for printing debug messages.
+
+
debug(String) - Method in class bjc.everge.LogStream
+
+
Emit a debug message.
+
+
debugf(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted debug message.
+
defMulti - Variable in class bjc.everge.ReplOpts
Whether to process multi-line defns.
@@ -222,13 +236,21 @@
 
equals(Object) - Method in class bjc.everge.ReplPair
 
-
errs - Variable in exception bjc.everge.BadReplParse
+
ERROR - Static variable in class bjc.everge.LogStream
-
The errors that were encountered during parsing.
+
Log level for printing all errors.
+
+
error(String) - Method in class bjc.everge.LogStream
+
+
Emit a normal error message.
+
+
errorf(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted normal error message.
-
errStream - Variable in class bjc.everge.Everge
+
errs - Variable in exception bjc.everge.BadReplParse
-
Stream to use for error output.
+
The errors that were encountered during parsing.
errStream - Variable in class bjc.everge.ReplOpts
@@ -254,10 +276,24 @@

F

+
FATAL - Static variable in class bjc.everge.LogStream
+
+
Log level for printing only fatal errors.
+
+
fatal(String) - Method in class bjc.everge.LogStream
+
+
Emit a fatal error message.
+
+
fatalf(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted fatal error message.
+
find - Variable in class bjc.everge.ReplPair
The string to look for.
+
flush() - Method in class bjc.everge.MirrorOutputStream
+
 
fromFile(String) - Static method in class bjc.everge.ReplSet
Load a ReplSet from a file.
@@ -310,6 +346,18 @@
Increment the value by an amount and return it.
+
INFO - Static variable in class bjc.everge.LogStream
+
+
Log level for printing info messages.
+
+
info(String) - Method in class bjc.everge.LogStream
+
+
Emit an info message.
+
+
infof(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted info message.
+
IntHolder - Class in bjc.everge
Utility class for ints by ref.
@@ -348,6 +396,26 @@
The line the error occurred on.
+
LogStream - Class in bjc.everge
+
+
Simple class used for logging with various levels.
+
+
LogStream(PrintStream) - Constructor for class bjc.everge.LogStream
+
+
Create a new log stream.
+
+
LogStream(PrintStream, int) - Constructor for class bjc.everge.LogStream
+
+
Create a new log stream.
+
+
louder() - Method in class bjc.everge.LogStream
+
+
Increment the verbosity of the stream.
+
+
louder(int) - Method in class bjc.everge.LogStream
+
+
Increase the verbosity of the stream by an amount.
+
@@ -358,6 +426,22 @@
Main method for front end,
+
message(int, String) - Method in class bjc.everge.LogStream
+
+
Print a message at a given verbosity level.
+
+
messagef(int, String, Object...) - Method in class bjc.everge.LogStream
+
+
Print a formatted message at a given verbosity level.
+
+
MirrorOutputStream - Class in bjc.everge
+
+
An output stream that mirrors its contents to other streams.
+
+
MirrorOutputStream(OutputStream...) - Constructor for class bjc.everge.MirrorOutputStream
+
+
Create a new mirroring output stream.
+
msg - Variable in class bjc.everge.ReplError
The message of the error.
@@ -376,6 +460,10 @@
The name of this replacement.
+
NOTHING - Static variable in class bjc.everge.LogStream
+
+
Log level for printing nothing.
+
numPairs - Variable in class bjc.everge.ReplError
The number of pairs we have processed so far.
@@ -386,10 +474,6 @@

O

-
outStream - Variable in class bjc.everge.Everge
-
-
Stream to use for normal output.
-
outStream - Variable in class bjc.everge.ReplOpts
The stream to print normal output on.
@@ -408,6 +492,14 @@
Create a new set of parse strings.
+
print(String) - Method in class bjc.everge.LogStream
+
+
Print a message that will always be visible.
+
+
printf(String, Object...) - Method in class bjc.everge.LogStream
+
+
Print a formatted message that will always be visible.
+
priority - Variable in class bjc.everge.ReplPair
The priority for this replacement.
@@ -437,6 +529,20 @@
Convenient static constructor.
+ + + +

Q

+
+
quieter() - Method in class bjc.everge.LogStream
+
+
Decrement the verbosity of the stream.
+
+
quieter(int) - Method in class bjc.everge.LogStream
+
+
Decrease the verbosity of the stream by an amount.
+
+
@@ -448,18 +554,18 @@
readList(List<ReplPair>, Scanner) - Static method in class bjc.everge.ReplPair
-
Read a list of replacement pairs from an input source, adding them to - an existing list.
+
Read a list of replacement pairs from an input source, adding them to an + existing list.
readList(List<ReplPair>, Scanner, List<ReplError>) - Static method in class bjc.everge.ReplPair
-
Read a list of replacement pairs from an input source, adding them to - an existing list.
+
Read a list of replacement pairs from an input source, adding them to an + existing list.
readList(List<ReplPair>, Scanner, List<ReplError>, ReplOpts) - Static method in class bjc.everge.ReplPair
-
Read a list of replacement pairs from an input source, adding them to - an existing list.
+
Read a list of replacement pairs from an input source, adding them to an + existing list.
replace - Variable in class bjc.everge.ReplPair
@@ -529,6 +635,22 @@
Set the value.
+
setError(PrintStream) - Method in class bjc.everge.Everge
+
+
Set the error stream.
+
+
setError(OutputStream) - Method in class bjc.everge.Everge
+
+
Set the error stream.
+
+
setOutput(PrintStream) - Method in class bjc.everge.Everge
+
+
Set the output stream.
+
+
setOutput(OutputStream) - Method in class bjc.everge.Everge
+
+
Set the output stream.
+
sliceString(String, int, int) - Static method in class bjc.everge.StringUtils
Slice a substring out of another string.
@@ -579,6 +701,18 @@
 
toString() - Method in class bjc.everge.ReplPair
 
+
TRACE - Static variable in class bjc.everge.LogStream
+
+
Log level for printing trace messages.
+
+
trace(String) - Method in class bjc.everge.LogStream
+
+
Emit a tracing message.
+
+
tracef(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted tracing message.
+
txt - Variable in class bjc.everge.ReplError
The text of the line we errored on.
@@ -611,8 +745,40 @@ the order they are declared.
Returns an array containing the constants of this enum type, in the order they are declared.
+
verbosity() - Method in class bjc.everge.LogStream
+
+
Get the verbosity of the stream.
+
+
verbosity(int) - Method in class bjc.everge.LogStream
+
+
Set the verbosity of the stream.
+
+ + + + +

W

+
+
WARN - Static variable in class bjc.everge.LogStream
+
+
Log level for printing warnings.
+
+
warn(String) - Method in class bjc.everge.LogStream
+
+
Emit a warning message.
+
+
warnf(String, Object...) - Method in class bjc.everge.LogStream
+
+
Emit a formatted warning message.
+
+
write(byte[]) - Method in class bjc.everge.MirrorOutputStream
+
 
+
write(byte[], int, int) - Method in class bjc.everge.MirrorOutputStream
+
 
+
write(int) - Method in class bjc.everge.MirrorOutputStream
+
 
-A B C D E F G H I L M N O P R S T V 
+A B C D E F G H I L M N O P Q R S T V W 
@@ -659,6 +825,6 @@ the order they are declared.
-

Copyright © 2019. All rights reserved.

+

Copyright © 2020. All rights reserved.

-- cgit v1.2.3