Traceability

org.topcased.traceability.analyzers.openOffice
Class ODTConverter

java.lang.Object
  extended by org.topcased.traceability.analyzers.openOffice.ODTConverter

public class ODTConverter
extends java.lang.Object


Method Summary
static void convertDocumentToTRAMwayFormat_0_1_0(java.io.File inFile, java.io.File outFile, java.lang.String arguments, Document document)
          This method is a basic OpenOffice Writer document transformer to TopCased TRAMway document file format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertDocumentToTRAMwayFormat_0_1_0

public static void convertDocumentToTRAMwayFormat_0_1_0(java.io.File inFile,
                                                        java.io.File outFile,
                                                        java.lang.String arguments,
                                                        Document document)
                                                 throws ConversionException
This method is a basic OpenOffice Writer document transformer to TopCased TRAMway document file format.

Parameters:
inFile - is the odt file.
outFile - is the xml results file.
arguments - is a String that defines which odt style has to be converted in TRAMway object repr�sentation. ex: ReqID->Requirement;ReqText->Text;...
Throws:
ConversionException - when conversion fails

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.