Domain substitution rules.
Public Fields | |
AString | replacement = new AString() |
The replacement. | |
AString | search = new AString() |
The path to search. | |
DSRType | type |
Denotes if path given started with '*' or not. | |
Public Methods | |
DomainSubstitutionRule (String s, String r) | |
DomainSubstitutionRule | ( | String | s, |
String | r | ||
) |
Constructor.
s | The path to search. |
r | The replacement. |