- C(String, String...) - Static method in class bjc.everge.ControlledString.Control
-
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
-
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.
- 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)
- 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.
- readList(Scanner) - Static method in class bjc.everge.ReplPair
-
Read a list of replacement pairs from an input source.
- 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.
- 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.
- 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.
- ReplError - Class in bjc.everge
-
Represents an error encountered parsing ReplPairs
- ReplError(IntHolder, IntHolder, String, String) - Constructor for class bjc.everge.ReplError
-
Create a new ReplPair parse error.
- ReplError(int, int, String, String) - Constructor for class bjc.everge.ReplError
-
Create a new ReplPair parse error.
- ReplOpts - Class in bjc.everge
-
Options for processing ReplPairs.
- ReplOpts() - Constructor for class bjc.everge.ReplOpts
-
- ReplPair - Class in bjc.everge
-
String pairs for replacements.
- ReplPair() - Constructor for class bjc.everge.ReplPair
-
Create a new blank replacement pair.
- ReplPair(String, String) - Constructor for class bjc.everge.ReplPair
-
Create a new replacement pair with a priority of 1.
- ReplPair(String, String, String) - Constructor for class bjc.everge.ReplPair
-
Create a new named replacement pair with a priority of 1.
- ReplPair(String, String, int) - Constructor for class bjc.everge.ReplPair
-
Create a new replacement pair with a set priority.
- ReplPair(String, String, int, String) - Constructor for class bjc.everge.ReplPair
-
Create a new replacement pair with a set priority and name.
- 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.