public class OFBconv
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
OFBconv.CmdArgs |
static class |
OFBconv.FileClassjarFile |
| Modifier and Type | Field and Description |
|---|---|
(package private) OFBconv.CmdArgs |
args |
(package private) LogMessage |
log |
private java.io.OutputStream |
logFile |
protected OdgReader |
odgReader |
(package private) Prj_FBcl |
prj |
static java.lang.String |
version
Version, history and license.
|
| Constructor and Description |
|---|
OFBconv(OFBconv.CmdArgs args) |
| Modifier and Type | Method and Description |
|---|---|
static int |
amain(OFBconv.CmdArgs args)
main for
OFBconv, with given prepared arguments
Does not catch unexpected exceptions and does not System.exit(...), use it to execute in a Java environment. |
void |
close() |
void |
execute() |
static void |
main(java.lang.String[] sArgs)
main for
OFBconv, invoked from cmd line. |
static int |
smain(java.lang.String[] sArgs,
java.lang.Appendable logHelp,
java.lang.Appendable logError)
main for
OFBconv, gets the arguments as String,
but does not catch unexpected exceptions and does not System.exit(...), use it to execute in a Java environment. |
public static final java.lang.String version
final OFBconv.CmdArgs args
final Prj_FBcl prj
final LogMessage log
private java.io.OutputStream logFile
protected OdgReader odgReader
public OFBconv(OFBconv.CmdArgs args)
public void execute()
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic static int amain(OFBconv.CmdArgs args)
OFBconv, with given prepared arguments
Does not catch unexpected exceptions and does not System.exit(...), use it to execute in a Java environment.sArgs - java.lang.Exception - if unexpected.public static int smain(java.lang.String[] sArgs,
java.lang.Appendable logHelp,
java.lang.Appendable logError)
OFBconv, gets the arguments as String,
but does not catch unexpected exceptions and does not System.exit(...), use it to execute in a Java environment.sArgs - java.lang.Exception - if unexpected.public static void main(java.lang.String[] sArgs)
OFBconv, invoked from cmd line.
Catch and report an unexpected exceptions via console error output, returns an exit codesArgs -