public static class ReaderFBcl.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 Args.
|
boolean |
bAtomicStepForAnyModule |
boolean |
bCombinatoricDout |
boolean |
bDebugInputs |
boolean |
bDebugOutputs |
boolean |
bWrFbtXml
If given then writes an file as netlist with model content.
|
java.io.File |
codeTpl |
java.io.File |
dir_wrFBcl |
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.io.File |
dirWrTestFBcl
Directory where FBCL files with read content should be stored, for compare check.
|
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 |
protected org.vishia.mainCmd.MainCmdLogging_ifc |
log |
java.lang.String |
outDebugHtmlBlockData |
java.lang.String |
sDirLib |
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 . |
Constructor and Description |
---|
CmdArgs() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
set_dir_wrFBcl(java.lang.String arg) |
void |
setLog(org.vishia.mainCmd.MainCmdLogging_ifc log) |
boolean |
testConsistence(java.lang.Appendable msg) |
protected org.vishia.mainCmd.MainCmdLogging_ifc 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 codeTpl
public java.io.File dirWrTestFBcl
public java.io.File dirWrResults4diac
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.public void setLog(org.vishia.mainCmd.MainCmdLogging_ifc log)
void set_dir_wrFBcl(java.lang.String arg)
public boolean testConsistence(java.lang.Appendable msg) throws java.io.IOException
testConsistence
in class org.vishia.util.Arguments
java.io.IOException