public class CleanByRedactStrategy extends Object implements CleanStrategy
Constructor and Description |
---|
CleanByRedactStrategy() |
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)
CleanStrategy
generateReplacementText
in interface CleanStrategy
oldText
- original textCopyright © 2000–2024 Packwood Software. All rights reserved.