public static class WriteOdt.CmdArgs extends TranslateOdtCommon.CommonArgs
TranslateOdtCommon.CommonArgs.DirName| 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.
|
(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) boolean |
bWriteExternRefs
Default false, set to true with -extRefs.
|
(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 |
fCfg
A configuartion file to read.
|
(package private) java.io.File |
fDirOdt |
(package private) java.io.File |
fOdtStyles |
(package private) java.io.File |
fOutOdt |
(package private) java.io.File |
fOutXml
An XML file to write.
|
(package private) java.io.File |
fRptClassesJavadoc
from '-reportJavadocClasses:path/to/file' to write out the list of supported classes for JavaDoc detection.
|
(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) java.util.List<WriteOdt.DirPrepareJavadoc> |
listDirJavadoc
from '-javadoc:', contains paths which directories should be regard in JavaDoc
|
(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.
|
argListCommon, bBackAll, 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 |
|---|---|
boolean |
testConsistence(java.lang.Appendable msg) |
getDirNameReplaceSrcCmpn, getDirRepaceSrcCmpn, setCurrDirjava.io.File dirDbg
java.io.File fOdtStyles
boolean bReadAdoc
java.io.File fCfg
java.io.File fDirOdt
java.io.File fOutOdt
java.io.File fOutXml
java.lang.String swwwRoot
java.io.File dirCreateCfgJavaData
GenXmlCfgJavaData with the used existing XmlCfg.java.io.File fWriteXmlStruct
java.util.List<WriteOdt.DirPrepareJavadoc> listDirJavadoc
java.io.File fRptClassesJavadoc
float pixelPerPageWidth
boolean bRenameImageFiles
boolean bWriteExternRefs
TranslateOdtCommon.CommonArgs.dirLabel and argument -labels:...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.