From 4a36dbf913e1a1bce6e7e5e53531ef084f59babf Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 2 Jul 2019 17:00:47 -0400 Subject: Update site --- docs/apidocs/index-all.html | 72 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 66 insertions(+), 6 deletions(-) (limited to 'docs/apidocs/index-all.html') diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 12c828b..f36f567 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (everge 1.0-SNAPSHOT API) - + @@ -106,8 +106,24 @@

C

+
C(String, String...) - Static method in class bjc.everge.ControlledString.Control
+
+
Convenient static constructor for static imports.
+
compareTo(ReplPair) - Method in class bjc.everge.ReplPair
 
+
contArg - Variable in class bjc.everge.ControlledString.ParseStrings
+
+
The indicator for separating arguments to a control.
+
+
contEsc - Variable in class bjc.everge.ControlledString.ParseStrings
+
+
The indicator for escaping any of the indicators (including itself)
+
+
contInd - Variable in class bjc.everge.ControlledString.ParseStrings
+
+
The indicator for separating controls from the regular string.
+
Control() - Constructor for class bjc.everge.ControlledString.Control
Create a new blank control.
@@ -140,10 +156,26 @@
Represents a single control (a key-values pair)
+
ControlledString.ParseStrings - Class in bjc.everge
+
+
Parameter class for defining how to parse a ControlledString.
+
controls - Variable in class bjc.everge.ControlledString
The controls that apply to the string.
+
contSep - Variable in class bjc.everge.ControlledString.ParseStrings
+
+
The indicator for separating individual controls.
+
+
count() - Method in class bjc.everge.ControlledString.Control
+
+
Get the count of arguments this control has.
+
+
count() - Method in class bjc.everge.ControlledString
+
+
Get the count of controls.
+
@@ -172,6 +204,8 @@

E

+
equals(Object) - Method in class bjc.everge.ControlledString.Control
+
 
equals(Object) - Method in class bjc.everge.ReplOpts
 
equals(Object) - Method in class bjc.everge.ReplPair
@@ -179,7 +213,9 @@
errs - Variable in exception bjc.everge.ReplParseException
 
errStream - Variable in class bjc.everge.Everge
-
 
+
+
Stream to use for error output.
+
errStream - Variable in class bjc.everge.ReplOpts
 
escapeSplit(String, String, String) - Static method in class bjc.everge.StringUtils
@@ -214,6 +250,10 @@

G

+
get(int) - Method in class bjc.everge.ControlledString.Control
+
+
Get an argument from the control.
+
get() - Method in class bjc.everge.IntHolder
Get the value.
@@ -228,6 +268,12 @@
Check if the string has controls.
+
hashCode() - Method in class bjc.everge.ControlledString.Control
+
 
+
hashCode() - Method in class bjc.everge.ReplOpts
+
 
+
hashCode() - Method in class bjc.everge.ReplPair
+
 
@@ -276,7 +322,7 @@
line - Variable in class bjc.everge.ReplError
-
The line the error occured on.
+
The line the error occurred on.
@@ -317,7 +363,9 @@

O

outStream - Variable in class bjc.everge.Everge
-
 
+
+
Stream to use for normal output.
+
outStream - Variable in class bjc.everge.ReplOpts
 
@@ -326,10 +374,14 @@

P

-
parse(String, String, String, String, String) - Static method in class bjc.everge.ControlledString
+
parse(String, ControlledString.ParseStrings) - Static method in class bjc.everge.ControlledString
Parse a controlled string from a regular string.
+
ParseStrings(String, String, String, String) - Constructor for class bjc.everge.ControlledString.ParseStrings
+
+
Create a new set of parse strings.
+
priority - Variable in class bjc.everge.ReplPair
The priority for this replacement.
@@ -354,6 +406,10 @@
Process an input string.
+
PS(String, String, String, String) - Static method in class bjc.everge.ControlledString.ParseStrings
+
+
Convenient static constructor.
+
@@ -477,6 +533,10 @@
 
toPrintString() - Method in exception bjc.everge.ReplParseException
 
+
toString() - Method in class bjc.everge.ControlledString.Control
+
 
+
toString() - Method in class bjc.everge.ControlledString
+
 
toString() - Method in class bjc.everge.ReplError
 
toString() - Method in class bjc.everge.ReplPair
-- cgit v1.2.3