|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttte.analyzers.ExtendedAnalyzer
public class ExtendedAnalyzer
Constructor Summary | |
---|---|
ExtendedAnalyzer(org.eclipse.core.runtime.IConfigurationElement aConfigElement)
Instanciates a new analyzer. |
Method Summary | |
---|---|
void |
addConversionMethod(ExtendedAnalyzerConversionMethod method)
Adds a method to the analyzer. |
void |
addEditionMethod(ExtendedAnalyzerEditionMethod method)
Adds a edition method to the analyzer. |
IAnalyzer |
getAnalyzerOwningClassExecutableExtension()
Gets an instance of OwningClass of this method. |
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. |
ExtendedAnalyzerConversionMethod |
getConversionMethodWithID(java.lang.String anID)
Gets the conversion methods which id is the id in parameter. |
ExtendedAnalyzerEditionMethod |
getEditionMethodWithID(java.lang.String anID)
Gets the edition methods which id is the id in parameter. |
java.lang.String |
getID()
Gets the analyzer's id. |
java.lang.String |
getName()
Gets the analyzer's name. |
boolean |
hasConversionMethods()
Indicates if the analyzer has conversion methods. |
boolean |
hasEditionMethods()
Indicates if the analyzer has edition methods. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedAnalyzer(org.eclipse.core.runtime.IConfigurationElement aConfigElement)
anId
- is the analyzer's idaName
- is the analyzer's nameMethod Detail |
---|
public final void addConversionMethod(ExtendedAnalyzerConversionMethod method)
method
- addedpublic final void addEditionMethod(ExtendedAnalyzerEditionMethod method)
method
- addedpublic final java.lang.String getID()
public final java.lang.String getName()
public final boolean hasConversionMethods()
public final boolean hasEditionMethods()
public final ExtendedAnalyzerConversionMethod getConversionMethodWithID(java.lang.String anID)
anID
- corresponds to the searched method's id
public final ExtendedAnalyzerEditionMethod getEditionMethodWithID(java.lang.String anID)
anID
- corresponds to the searched method's id
public IAnalyzer getAnalyzerOwningClassExecutableExtension() throws AnalysisException
AnalyzerMethodException
- if an exception occurs
during instanciation of OwningClass
AnalysisException
protected 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.