public class PasswordHandler extends Object implements EventHandler
| Constructor and Description |
|---|
PasswordHandler()
Instantiates a new password handler.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTagnames()
Gets the tagnames.
|
void |
handleEvent(Event event)
Replaces all configured elements with a ---replaced--- string.
|
void |
setTagnames(List<String> tagnames)
Set a list with names, which should be filtered.
|
public void setTagnames(List<String> tagnames)
tagnames - the new tagnamespublic void handleEvent(Event event)
handleEvent in interface EventHandlerevent - the eventCopyright © 2011–2015 Talend Inc.. All rights reserved.