public class ProcessNewSpecificationVersion extends DocumentProcessor
Modifier and Type | Field and Description |
---|---|
ToDoList |
toDoList |
boolean |
verbose |
boolean |
writeDebugFiles |
eclipseGUI, encoding, messageBoxMessage, messageBoxTitle, showMessages, wiz
Constructor and Description |
---|
ProcessNewSpecificationVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(Document doc)
Provide additional configuration process if needed
|
boolean |
configure(Document doc,
Document prefferedDoc)
This method preferred to default.
|
boolean |
configure(Document doc,
Document prefferedDoc,
boolean force) |
int |
getCompleteReqsCount() |
int |
getDiffFoundSpanCounter() |
int |
getFailedReqsCount() |
int |
getIncompleteReqsCount() |
int |
getOutsideEqualCount() |
int |
getPartiallyOutsideEqual() |
int |
getTotalReqsCount() |
int |
getTotalSpansCounter() |
int |
getTransferedLocCounter() |
protected boolean |
process(java.lang.String docId,
java.io.Reader in,
java.io.Writer out,
TreeNode rootNode) |
void |
setShowMessageBoxWithStats() |
void |
transferRequirements(Document oldDoc,
Document newDoc)
Method transfers locations from old document to new document.
|
void |
unsetShowMessageBoxWithStats() |
getCounterMax, getCounterValues, getMonitor, isCanceled, process, setCounterValues, setEncoding, setWizard, showErrorBox, showMessageBox, showQuestionBox, showSelectAnotherDocumentDialog, showSelectAnotherDocumentDialog, showWizard, showWizard, toggleShowMessages
public boolean verbose
public boolean writeDebugFiles
public ToDoList toDoList
public void unsetShowMessageBoxWithStats()
public void setShowMessageBoxWithStats()
public boolean configure(Document doc)
IDocumentProcessor
configure
in interface IDocumentProcessor
configure
in class DocumentProcessor
doc
- document to be processed furtherpublic boolean configure(Document doc, Document prefferedDoc)
protected boolean process(java.lang.String docId, java.io.Reader in, java.io.Writer out, TreeNode rootNode)
process
in class DocumentProcessor
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()