public class App extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME |
protected OutputEmitter |
emitter |
protected HashMap<String,String> |
emitterArguments |
protected String |
emitterName |
protected boolean |
help_displayEmitters |
protected boolean |
helpMode |
protected String |
inputPath |
protected String |
outputPath |
protected net.ripe.db.whois.common.io.RpslObjectStreamReader |
reader |
static String |
USAGE_STRING_MANUAL |
protected static String |
usageString_autoGenerated |
protected OutputWriter |
writer |
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAvailableEmitters() |
static String |
getUsageString() |
static void |
main(String[] args) |
protected void |
run()
Process rpsl into configured output.
|
protected boolean |
setup(String[] args)
Initialises the application
|
public static final String APP_NAME
protected String emitterName
protected String inputPath
protected String outputPath
protected boolean helpMode
protected boolean help_displayEmitters
protected OutputEmitter emitter
protected net.ripe.db.whois.common.io.RpslObjectStreamReader reader
protected OutputWriter writer
public static final String USAGE_STRING_MANUAL
protected static String usageString_autoGenerated
public static String getUsageString()
public static String getAvailableEmitters()
protected boolean setup(String[] args) throws com.beust.jcommander.ParameterException
args - arguments to initialise the application with (should generally be passed through from main())com.beust.jcommander.ParameterException - if error occurs in parsing CLI argumentsprotected void run()
public static void main(String[] args)
Copyright © 2015. All rights reserved.