public class AliasReplacementPair extends Object
Represents an alias/replacement pair.
| Constructor and Description |
|---|
AliasReplacementPair(String alias,
String replacement)
Initializes a new instance of the
AliasReplacementPair class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the alias.
|
String |
getReplacement()
Gets the replacement.
|
Copyright © 2026. All rights reserved.