public static class ReadOdt.CmdArgs extends TranslateOdtCommon.CommonArgs
TranslateOdtCommon.CommonArgs.DirName| Modifier and Type | Field and Description |
|---|---|
(package private) int |
adocLineLength
Max length of a normal text line till ", " or alternatively till ", " or etc.
|
(package private) int |
adocLineLengthFocus
Max.
|
(package private) int |
adocLineSentence
Max length of a normal text line till ".
|
(package private) org.vishia.util.Arguments.Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
(package private) boolean |
bDebug |
(package private) java.io.File |
dirCreateCfgJavaData
If true then call
GenXmlCfgJavaData with the used existing XmlCfg. |
(package private) java.io.File |
dirSavedZmL
Set with argument '-dirCmpn:path/to/dirCmp' only for the diff tool
|
(package private) java.io.File |
fAdoc
The asciidoc file to write.
|
(package private) java.io.File |
fOutZmL
The common markup file to write.
|
(package private) java.io.File |
fWriteXmlStruct
If not null then write a new analyzed XmlCfg to this file, which is gotten from only one read #fIn .
|
(package private) boolean |
h1file |
(package private) java.lang.String |
sCmdDifftool
Set with argument '-viewdiff:difftool.ext', then this command is executed if all is finished.
|
(package private) java.lang.String |
swwwRoot
If a www link starts with this, replace also the absolute link if an anchor is replaced.
|
(package private) java.io.File |
XXdirMarkup |
argListCommon, bBackAll, dirDbg, dirIn, dirLabel, dirOutBack, dirZml, fIn, fLog, fReport, sCurrDir, sDirSrcCmpn, sExtOut, sExtRefBesideHtml, sExtRefBesidePdf, sExtZmL, sNameDoc, sNameLabel, sRefBesideHtml, sRefBesideInWWWHtml, sRefBesideInWWWPdf, sRefBesidePdf| Constructor and Description |
|---|
CmdArgs() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
arg_odt(java.lang.String val)
Prepares the info for '-odt=path/to/File.odt'.
|
boolean |
testConsistence(java.lang.Appendable msg) |
getDirNameReplaceSrcCmpn, getDirRepaceSrcCmpn, setCurrDirjava.io.File fAdoc
java.io.File fOutZmL
java.io.File XXdirMarkup
boolean bDebug
boolean h1file
java.io.File dirCreateCfgJavaData
GenXmlCfgJavaData with the used existing XmlCfg.java.io.File fWriteXmlStruct
java.lang.String sCmdDifftool
java.io.File dirSavedZmL
java.lang.String swwwRoot
int adocLineLength
int adocLineSentence
int adocLineLengthFocus
org.vishia.util.Arguments.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.protected boolean arg_odt(java.lang.String val)
CommonArgs#sDirSrcCmpn.
and the right part is used for CommonArgs#sNameDoc.
With this information a '++.../' in the argument -ZmL:path/++defaultCmpn/ZmL/*.ZmL is replaced.
CommonArgs#sNameDoc
and CommonArgs#sNameDoc is set to null.
val - public boolean testConsistence(java.lang.Appendable msg)
testConsistence in class org.vishia.util.Arguments