Traceability

org.topcased.traceability.analyzers.openOffice
Class OpenOfficeAnalyzer

java.lang.Object
  extended by org.topcased.traceability.analyzers.openOffice.OpenOfficeAnalyzer
All Implemented Interfaces:
IAnalyzer

public class OpenOfficeAnalyzer
extends java.lang.Object
implements IAnalyzer


Constructor Summary
OpenOfficeAnalyzer()
           
 
Method Summary
 void executeConversionMethodID(java.lang.String id, java.io.File inFile, java.io.File outFile, java.lang.String conversionDefaultArguments, Document document)
          Runs the conversion of the method which id is in parameter.
 void executeEditionMethodID(java.lang.String id, Document document, Element element)
          Runs the edition method which id is in parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenOfficeAnalyzer

public OpenOfficeAnalyzer()
Method Detail

executeConversionMethodID

public void executeConversionMethodID(java.lang.String id,
                                      java.io.File inFile,
                                      java.io.File outFile,
                                      java.lang.String conversionDefaultArguments,
                                      Document document)
                               throws AnalyzerMethodException,
                                      ConversionException
Description copied from interface: IAnalyzer
Runs the conversion of the method which id is in parameter.

Specified by:
executeConversionMethodID in interface IAnalyzer
Parameters:
id - is the method id
inFile - is the source file
outFile - is the file that will contains the result of conversion
conversionDefaultArguments - is a string tha represents common arguments from the conversion Method declaration
Throws:
AnalyzerMethodException - if an exception occurs during instanciation of OwningClass
ConversionException - if an occurs during the conversion

executeEditionMethodID

public void executeEditionMethodID(java.lang.String id,
                                   Document document,
                                   Element element)
                            throws AnalyzerMethodException,
                                   EditionException
Description copied from interface: IAnalyzer
Runs the edition method which id is in parameter.

Specified by:
executeEditionMethodID in interface IAnalyzer
Throws:
AnalyzerMethodException - if an exception occurs during instanciation of OwningClass
EditionException - if an occurs during the conversion

Traceability

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