public static class OFBconv.CmdArgs
extends org.vishia.util.Arguments
Modifier and Type | Field and Description |
---|---|
(package private) org.vishia.util.Arguments.Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
boolean |
bAtomicStepForAnyModule |
boolean |
bCombinatoricDout |
boolean |
bDebugInputs |
boolean |
bDebugOutputs |
boolean |
bOutDataHtml |
boolean |
bOutOdg |
boolean |
bOutOdgXrefSolved |
boolean |
bOutXmlBackTest |
boolean |
bOutXmlBeautificated |
boolean |
bOutXmlDataHtml |
boolean |
bVerboseCode |
boolean |
bVerboseConsole |
boolean |
bWrFbtXml
If given then writes an file as netlist with model content.
|
java.io.File |
dir_wrFBcl
Output directory for FBcl or fbg files to write from the read model(s).
|
java.io.File |
dirCmpFBcl |
java.io.File |
dirCmpGenSrc |
java.io.File |
dirDbg
Directory for more test output (dbg).
|
java.io.File |
dirGenSrc
Directory where the sources should be generated.
|
java.util.List<java.io.File> |
dirSrcFBCL |
java.io.File |
dirStdFBlocks
Existing directory which contains all standard FBlock definitions.
|
java.io.File |
dirWrResults4diac |
java.lang.String |
dstPathPkgs
Output directory, maybe absolute path for the package base.
|
java.io.File |
filePredefBlockTypes |
java.util.List<java.io.File> |
fIn_fbd |
java.io.File |
fWriteXmlStruct |
java.util.Map<java.lang.String,java.lang.String> |
idxModuleIn
If not null then translate only this modules.
|
java.util.List<java.io.File> |
listFileIn |
protected org.vishia.msgDispatch.LogMessage |
log |
java.lang.String |
outDebugHtmlBlockData |
java.lang.String |
sDirLib |
(package private) org.vishia.util.Arguments.SetArgument |
setInput |
java.lang.String |
sFileLog |
java.lang.String |
sOutName |
java.lang.String |
sPackage
Name of the Package where the java source should be generate in inside
dstPathPkgs . |
java.util.List<OFBconv.FileClassjarFile> |
tplCode |
Constructor and Description |
---|
CmdArgs() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
set_dir_wrFBcl(java.lang.String arg) |
void |
setLog(org.vishia.msgDispatch.LogMessage log) |
boolean |
testConsistence(java.lang.Appendable msg) |
public java.util.List<java.io.File> listFileIn
public java.util.Map<java.lang.String,java.lang.String> idxModuleIn
public boolean bOutXmlBackTest
public boolean bOutXmlBeautificated
public boolean bOutOdg
public boolean bOutOdgXrefSolved
public boolean bOutDataHtml
public boolean bOutXmlDataHtml
public boolean bVerboseCode
protected org.vishia.msgDispatch.LogMessage log
public java.lang.String sFileLog
public java.util.List<java.io.File> fIn_fbd
public java.lang.String sDirLib
public java.lang.String dstPathPkgs
public boolean bWrFbtXml
public java.lang.String sPackage
dstPathPkgs
.public java.util.List<java.io.File> dirSrcFBCL
public java.lang.String outDebugHtmlBlockData
public boolean bAtomicStepForAnyModule
public boolean bDebugInputs
public boolean bDebugOutputs
public java.io.File filePredefBlockTypes
public java.io.File dir_wrFBcl
public java.lang.String sOutName
public java.io.File dirStdFBlocks
public java.io.File dirGenSrc
public java.io.File dirCmpGenSrc
public java.util.List<OFBconv.FileClassjarFile> tplCode
public java.io.File dirDbg
public java.io.File dirCmpFBcl
public java.io.File dirWrResults4diac
public java.io.File fWriteXmlStruct
public boolean bVerboseConsole
public boolean bCombinatoricDout
org.vishia.util.Arguments.Argument[] argList1
GenSmlk2FBcl
, there was using the older concept with org.vishia.mainCmd.MainCmd.Arguments
now proper to Arguments
. This list is possible, alternatively to direct instantiating in ctor.org.vishia.util.Arguments.SetArgument setInput