|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnalyzer
Interface the must be implemented to develop an owningClass for a documentAnalyzer extension.
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. |
Method Detail |
---|
void executeConversionMethodID(java.lang.String id, java.io.File inFile, java.io.File outFile, java.lang.String conversionDefaultArguments, Document document) throws AnalyzerMethodException, ConversionException
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 declarationdocumentSpecificArguments
- is the string that represents the arguments
added to the document properties
that will be understood by the conversion method (can be null)the
- document that will be converted
AnalyzerMethodException
- if an exception occurs
during instanciation of OwningClass
ConversionException
- if an occurs during the conversionvoid executeEditionMethodID(java.lang.String id, Document document, Element element) throws AnalyzerMethodException, EditionException
the
- id of executed methodthe
- document that will be editedthe
- element that be searched
AnalyzerMethodException
- if an exception occurs
during instanciation of OwningClass
EditionException
- if an occurs during the conversion
|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.