public static class WriteOdt.CmdArgs
extends Arguments
Modifier and Type | Field and Description |
---|---|
(package private) Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
(package private) boolean |
bReadAdoc
True then read adoc, false specific markup.
|
(package private) boolean |
bRenameImageFiles
If true then it tries to rename an image with that name which is given in title.
|
(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 |
dirOdt |
(package private) java.io.File |
fCfg
A configuartion file to read.
|
(package private) java.io.File |
fIn
An adoc or markup file to read.
|
(package private) java.io.File |
fOutOdt
The odt file to write.
|
(package private) java.io.File |
fOutXml
An XML file to write.
|
(package private) java.io.File |
fReport
If not null then write some report info.
|
(package private) java.io.File |
fWriteXmlStruct
If true then write with the only one read #fIn a new analyzed XmlCfg to this file.
|
(package private) float |
pixelPerPageWidth |
(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
boolean bReadAdoc
java.io.File fCfg
java.io.File fOutOdt
java.io.File dirOdt
java.io.File fOutXml
java.lang.String swwwRoot
java.io.File fReport
java.io.File dirCreateCfgJavaData
GenXmlCfgJavaData
with the used existing XmlCfg.java.io.File fWriteXmlStruct
float pixelPerPageWidth
boolean bRenameImageFiles
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.