public class ProcessNewSpecificationVersion extends DocumentProcessor
Modifier and Type | Field and Description |
---|---|
ToDoList |
toDoList |
boolean |
verbose |
boolean |
writeDebugFiles |
eclipseGUI
Constructor and Description |
---|
ProcessNewSpecificationVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(Document doc,
Document prefferedDoc)
This method preferred to default.
|
boolean |
configure(Document doc,
Document prefferedDoc,
boolean force) |
boolean |
configure(Document doc,
java.util.Map<java.lang.String,java.lang.Object> params,
java.io.PrintStream pw)
Provide additional configuration process if needed
|
int |
getCompleteReqsCount() |
int |
getDiffFoundSpanCounter() |
int |
getFailedReqsCount() |
int |
getIncompleteReqsCount() |
int |
getOutsideEqualCount() |
int |
getPartiallyOutsideEqual() |
int |
getTotalReqsCount() |
int |
getTotalSpansCounter() |
int |
getTransferedLocCounter() |
void |
setShowMessageBoxWithStats() |
void |
transferRequirements(Document oldDoc,
Document newDoc)
Method transfers locations from old document to new document.
|
void |
unsetShowMessageBoxWithStats() |
getCounterMax, getCounterValues, process, setCounterValues, setEncoding, setShowMessages, setWizard, showWizard, toggleShowMessages
public boolean verbose
public boolean writeDebugFiles
public ToDoList toDoList
public void unsetShowMessageBoxWithStats()
public void setShowMessageBoxWithStats()
public boolean configure(Document doc, java.util.Map<java.lang.String,java.lang.Object> params, java.io.PrintStream pw)
IDocumentProcessor
configure
in interface IDocumentProcessor
configure
in class DocumentProcessor
doc
- document to be processed furtherparams
- map of additional params. Can be provided by guipw
- strem to output some messages, System.out can be usedpublic boolean configure(Document doc, Document prefferedDoc)
public void transferRequirements(Document oldDoc, Document newDoc)
public int getOutsideEqualCount()
public int getPartiallyOutsideEqual()
public int getTransferedLocCounter()
public int getDiffFoundSpanCounter()
public int getTotalSpansCounter()
public int getCompleteReqsCount()
public int getIncompleteReqsCount()
public int getFailedReqsCount()
public int getTotalReqsCount()