From f2feb8e5af5da11038044a30cac8a4f2b1c8219c Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 24 Jun 2019 20:49:30 -0400 Subject: Update site --- docs/apidocs/index-all.html | 103 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 98 insertions(+), 5 deletions(-) (limited to 'docs/apidocs/index-all.html') diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 4fd4ea3..d210da7 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (everge 1.0-SNAPSHOT API) - + @@ -69,13 +69,29 @@ -
A B C D E F G I L M N O P R S T V  +
A B C D E F G H I L M N O P R S T V 

A

+
addPairs(List<ReplPair>) - Method in class bjc.everge.ReplSet
+
+
Adds more pairs to the ReplSet.
+
+
addPairs(ReplPair...) - Method in class bjc.everge.ReplSet
+
+
Adds more pairs to the ReplSet.
+
apply(String) - Method in class bjc.everge.ReplPair
 
+
apply(String) - Method in class bjc.everge.ReplSet
+
+
Apply the ReplSet to a string.
+
+
args - Variable in class bjc.everge.ControlledString.Control
+
+
The arguments to the control.
+
@@ -92,6 +108,42 @@
compareTo(ReplPair) - Method in class bjc.everge.ReplPair
 
+
Control() - Constructor for class bjc.everge.ControlledString.Control
+
+
Create a new blank control.
+
+
Control(String) - Constructor for class bjc.everge.ControlledString.Control
+
+
Create a new argless control.
+
+
Control(String, String...) - Constructor for class bjc.everge.ControlledString.Control
+
+
Create a new control.
+
+
ControlledString - Class in bjc.everge
+
+
Represents a string with a set of control flags attached to it.
+
+
ControlledString() - Constructor for class bjc.everge.ControlledString
+
+
Create a new blank controlled string.
+
+
ControlledString(String) - Constructor for class bjc.everge.ControlledString
+
+
Create a new controlled string without any controls.
+
+
ControlledString(String, ControlledString.Control...) - Constructor for class bjc.everge.ControlledString
+
+
Create a new controlled string.
+
+
ControlledString.Control - Class in bjc.everge
+
+
Represents a single control (a key-values pair)
+
+
controls - Variable in class bjc.everge.ControlledString
+
+
The controls that apply to the string.
+
@@ -154,6 +206,8 @@
The string to look for.
+
fromFile(String) - Static method in class bjc.everge.ReplSet
+
 
@@ -165,6 +219,16 @@
Get the value.
+
+ + +

H

+
+
hasControls() - Method in class bjc.everge.ControlledString
+
+
Check if the string has controls.
+
+
@@ -194,6 +258,8 @@
Enable debug info.
+
isDebug - Static variable in class bjc.everge.StringUtils
+
 
isPerf - Variable in class bjc.everge.ReplOpts
Enable performance info.
@@ -232,6 +298,10 @@

N

+
name - Variable in class bjc.everge.ControlledString.Control
+
+
The name of the control.
+
name - Variable in class bjc.everge.ReplPair
The name of this replacement.
@@ -256,6 +326,10 @@

P

+
parse(String, String, String, String, String) - Static method in class bjc.everge.ControlledString
+
+
Parse a controlled string from a regular string.
+
priority - Variable in class bjc.everge.ReplPair
The priority for this replacement.
@@ -301,7 +375,10 @@ 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.
+
replace - Variable in class bjc.everge.ReplPair
The string to replace it with.
@@ -354,6 +431,18 @@
 
ReplParseException(String, List<ReplError>) - Constructor for exception bjc.everge.ReplParseException
 
+
ReplSet - Class in bjc.everge
+
+
A set of ReplPairs, kept together for easy use
+
+
ReplSet() - Constructor for class bjc.everge.ReplSet
+
+
Create a new blank set of pairs.
+
+
ReplSet(List<ReplPair>) - Constructor for class bjc.everge.ReplSet
+
+
Create a new set of pairs using an existing list of pairs.
+
@@ -366,6 +455,10 @@
Possible statuses of pairs with respect to exporting.
+
strang - Variable in class bjc.everge.ControlledString
+
+
The string the controls apply to.
+
StringUtils - Class in bjc.everge
Utility methods for strings.
@@ -423,7 +516,7 @@ the order they are declared.
the order they are declared. -A B C D E F G I L M N O P R S T V  +A B C D E F G H I L M N O P R S T V 
-- cgit v1.2.3