public class OFBconv
extends java.lang.Object
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 |
protected OdgReader |
odgReader |
(package private) Prj_FBCLrd |
prj |
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 |
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. |
final OFBconv.CmdArgs args
final Prj_FBCLrd prj
protected OdgReader odgReader
public OFBconv(OFBconv.CmdArgs args)
public void execute()
public 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
-