public class Main extends Object
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,List<Element_docmat>> |
docmatsByPackage
List of all found DocMat, indexed by package name.
|
protected Map<Element,File> |
elements2file
From which input source a particular tdom element has been created.
|
protected Map<File,MessageStore<SimpleMessage<XMLDocumentIdentifier>>> |
file2errors
Collects all d2d parsing errors for the processed files; value==null means
"file not found".
|
protected SortedMap<String,List<Element_issue>> |
issuesByPackage
List of all found Issue, indexed by package name.
|
protected ModuleRegistry |
modreg
Parametrization for the d2d parsing process: act robust, signal as many errors as
possible, no console output, produce also incomplete output.
|
protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> |
msg |
static String |
NOPACKAGE
Constant used as package name for all Issues and DocMats not related
to a particular package.
|
static String |
STANDARD_FILENAME
This application searches the directory trees for all files with this name
and digsts them.
|
String |
xhtml_ns_uri |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
protected void |
collectIssueFile(File file)
Process one single input text file, extract all Issue and DocMat definitions
and store these (plus all error messages) to the global lists.
|
static void |
main(String[] args) |
void |
nonstatic_main(String[] args)
Main procedure to generate the output file.
|
public static final String STANDARD_FILENAME
public static final String NOPACKAGE
protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg
protected ModuleRegistry modreg
public final String xhtml_ns_uri
protected final SortedMap<String,List<Element_issue>> issuesByPackage
docmatsByPackage
.protected final SortedMap<String,List<Element_docmat>> docmatsByPackage
issuesByPackage
.protected final Map<Element,File> elements2file
protected final Map<File,MessageStore<SimpleMessage<XMLDocumentIdentifier>>> file2errors
protected void collectIssueFile(File file)
public void nonstatic_main(String[] args)
public static void main(String[] args)
see also the complete user documentation .