public class NullEmitter extends Object implements OutputEmitter
OutputEmitter. Ignores all input and returns the empty string.
Used as the fall back emitter in OutputEmitters.| Constructor and Description |
|---|
NullEmitter() |
| Modifier and Type | Method and Description |
|---|---|
String |
emit(Set<net.ripe.db.whois.common.rpsl.RpslObject> objects)
Emits the set of
RpslObject's in the format of the implementing OutputEmitter. |
void |
setArguments(Map<String,String> arguments)
Provide a set of arguments to the emitter instance.
|
public String emit(Set<net.ripe.db.whois.common.rpsl.RpslObject> objects)
OutputEmitterRpslObject's in the format of the implementing OutputEmitter.emit in interface OutputEmitterobjects - The set of objects to emitpublic void setArguments(Map<String,String> arguments)
OutputEmittersetArguments in interface OutputEmitterarguments - Set of arguments to applyCopyright © 2015. All rights reserved.