public static class ReadOdt.CmdArgs
extends Arguments
Modifier and Type | Field and Description |
---|---|
(package private) int |
adocLineLength
Max length of a normal text line till ", " or alternatively till ", " or etc. or only till a space.
|
(package private) int |
adocLineLengthFocus
Max. length of a line which can contain a long <:@
|
(package private) int |
adocLineSentence
Max length of a normal text line till ". " or \n.
|
(package private) Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
(package private) java.io.File |
dirCreateCfgJavaData
If true then call
GenXmlCfgJavaData with the used existing XmlCfg. |
(package private) java.io.File |
dirDbg |
(package private) java.io.File |
fAdoc
The asciidoc file to write.
|
(package private) java.io.File |
fIn
An odg file to read.
|
(package private) java.io.File |
fMarkup
The common markup file to write.
|
(package private) java.io.File |
fReport
If not null then write some report info.
|
(package private) java.io.File |
fWriteXmlStruct
If not null then write with the only one read #fIn a new analyzed XmlCfg to this file.
|
(package private) java.lang.String |
swwwRoot
If a www link starts with this, replace also the absolute link if an anchor is replaced.
|
Constructor and Description |
---|
CmdArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
testConsistence(java.lang.Appendable msg) |
java.io.File dirDbg
java.io.File fIn
java.io.File fAdoc
java.io.File fMarkup
java.io.File dirCreateCfgJavaData
GenXmlCfgJavaData
with the used existing XmlCfg.java.io.File fWriteXmlStruct
java.lang.String swwwRoot
java.io.File fReport
int adocLineLength
int adocLineSentence
int adocLineLengthFocus
Argument[] argList1
org.vishia.fbcl.readSmlk.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.