org.topcased.traceability.analyzers.openOffice
Class OpenOfficeAnalyzer
java.lang.Object
org.topcased.traceability.analyzers.openOffice.OpenOfficeAnalyzer
- All Implemented Interfaces:
- IAnalyzer
public class OpenOfficeAnalyzer
- extends java.lang.Object
- implements IAnalyzer
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 |
OpenOfficeAnalyzer
public OpenOfficeAnalyzer()
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 idinFile
- is the source fileoutFile
- is the file that will contains the result of conversionconversionDefaultArguments
- 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
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.