public class CleanByReplacementStrategy extends Object implements CleanStrategy
| Constructor and Description |
|---|
CleanByReplacementStrategy()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
generateReplacementText(String oldText)
This method transforms the supplied text to make
it anonymous, using the chosen strategy.
|
public String generateReplacementText(String oldText)
CleanStrategygenerateReplacementText in interface CleanStrategyoldText - original textCopyright © 2000–2025 MPXJ. All rights reserved.