public class JBerdParam
extends java.lang.Object
| Constructor and Description |
|---|
JBerdParam(java.lang.String[] args)
Create a JBerdParam object on the basis of command line arguments
|
| Modifier and Type | Method and Description |
|---|---|
JBerdAliasDB |
getAliasDB()
Returns the
JBerdAliasDB stream derived from the contents of the
[-p aliasfile] argument, which has been checked to be a valid alias file |
java.io.InputStream |
getInputStream()
Returns the input stream derived from the [-i inputfile] argument, which
has been checked to be a valid input file
|
java.io.PrintStream |
getLoggingStream()
Returns the print stream derived from the [-l loggingfile] argument,
which has been checked to be a valid output file
|
java.io.InputStream |
getMappingStream()
Returns the input stream derived from the [-m mappingfile] argument,
which has been checked to be a valid input file
|
java.io.OutputStream |
getOutputStream()
Returns the output stream derived from the [-o outputfile] argument,
which has been checked to be a valid output file
|
public JBerdParam(java.lang.String[] args)
throws BERException
args - the command line parametersBERException - containing details of any errorpublic java.io.InputStream getInputStream()
public java.io.InputStream getMappingStream()
public java.io.OutputStream getOutputStream()
public java.io.PrintStream getLoggingStream()
public JBerdAliasDB getAliasDB()
JBerdAliasDB stream derived from the contents of the
[-p aliasfile] argument, which has been checked to be a valid alias file