|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttte.analyzers.ExtendedAnalyzerEditionMethod
public class ExtendedAnalyzerEditionMethod
Class that represents the analyzer edition method instanciated from the parsing of an extension to DocumentAnalyzer extension point.
Constructor Summary | |
---|---|
ExtendedAnalyzerEditionMethod(org.eclipse.core.runtime.IConfigurationElement aConfigElement,
IAnalyzer parentAnalyzer)
Creates a new instance of analyzer edition method. |
Method Summary | |
---|---|
void |
executeEdition(Document document,
Element element)
Runs the edition. |
protected static java.lang.String |
getAttribute(org.eclipse.core.runtime.IConfigurationElement configElement,
java.lang.String name,
java.lang.String defaultValue)
Gets an attribute which name is in parameter, from the configElement. |
java.lang.String |
getID()
Gets the id of the method, computed from the name and the version values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedAnalyzerEditionMethod(org.eclipse.core.runtime.IConfigurationElement aConfigElement, IAnalyzer parentAnalyzer)
aConfigElement
- contains the information from extension parsing
to create this methodMethod Detail |
---|
public final java.lang.String getID()
public final void executeEdition(Document document, Element element) throws AnalyzerMethodException, EditionException
the
- document that will be editedthe
- element that be searched
AnalyzerMethodException
- if an exception occurs
during instanciation of OwningClass
EditionException
- if an occurs during the conversionprotected static java.lang.String getAttribute(org.eclipse.core.runtime.IConfigurationElement configElement, java.lang.String name, java.lang.String defaultValue)
configElement
- structure of element from the extension analysisname
- of the requested attributedefaultValue
- if the attribute do not have a value
|
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.