| Package | Description |
|---|---|
| org.rpsl4j | |
| org.rpsl4j.emitters | |
| org.rpsl4j.emitters.odlroutes |
| Modifier and Type | Field and Description |
|---|---|
protected OutputEmitter |
App.emitter |
| Constructor and Description |
|---|
OutputWriter(OutputEmitter emitter) |
OutputWriter(Set<net.ripe.db.whois.common.rpsl.RpslObject> rpslObjects,
OutputEmitter emitter) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullEmitter
Empty implementation of
OutputEmitter. |
class |
XMLEmitter
Implementation of
OutputEmitter which converts the entire RPSL Document to an XML representation. |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<OutputEmitter>> |
OutputEmitters.emitterRegistry |
| Modifier and Type | Method and Description |
|---|---|
static OutputEmitter |
OutputEmitters.get(String className)
Instantiates an
OutputEmitter corresponding to the class with the provided name in the emitter registry. |
static OutputEmitter |
OutputEmitters.get(String className,
Map<String,String> arguments) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Class<OutputEmitter>> |
OutputEmitters.scanClasspathForEmitters()
Search the classpath for classes implementing
OutputEmitter and add them to the emitter registry |
| Modifier and Type | Class and Description |
|---|---|
class |
ODLRouteScriptEmitterPOC |
Copyright © 2015. All rights reserved.