Traceability

tte.extension
Class DocumentAnalyserManager

java.lang.Object
  extended by tte.extension.DocumentAnalyserManager
All Implemented Interfaces:
java.util.EventListener, org.eclipse.core.runtime.IRegistryChangeListener

public class DocumentAnalyserManager
extends java.lang.Object
implements org.eclipse.core.runtime.IRegistryChangeListener

This class is used to manage all the extension of the 'documentAnalyzer' extension point
creation : 5 avr. 07


Field Summary
static java.lang.String CONVERSION_METHOD
           
static java.lang.String EDITION_METHOD
           
 
Method Summary
 java.util.Map<java.lang.String,DocumentAnalyserExtension> getContributorExtensions()
          MenuContributor extensions getter.
 DocumentAnalyserExtension getDocumentAnalyserExtensionByExtensionId(java.lang.String analyserId)
          Get a DocumentAnalyserExtension if it exist in the map null if no.
 DocumentAnalyserExtension getDocumentAnalyserExtensionByIdentification(java.lang.String analyserIdentification)
          Get a DocumentAnalyserExtension if it exist in the map null if no.
static DocumentAnalyserManager getInstance()
           
 void registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERSION_METHOD

public static final java.lang.String CONVERSION_METHOD
See Also:
Constant Field Values

EDITION_METHOD

public static final java.lang.String EDITION_METHOD
See Also:
Constant Field Values
Method Detail

getInstance

public static DocumentAnalyserManager getInstance()
Returns:
a DocumentAnalyserManager

getContributorExtensions

public java.util.Map<java.lang.String,DocumentAnalyserExtension> getContributorExtensions()
MenuContributor extensions getter.

Returns:
Map .

getDocumentAnalyserExtensionByExtensionId

public DocumentAnalyserExtension getDocumentAnalyserExtensionByExtensionId(java.lang.String analyserId)
Get a DocumentAnalyserExtension if it exist in the map null if no.

Parameters:
analyserId -
Returns:
DocumentAnalyserExtension

getDocumentAnalyserExtensionByIdentification

public DocumentAnalyserExtension getDocumentAnalyserExtensionByIdentification(java.lang.String analyserIdentification)
Get a DocumentAnalyserExtension if it exist in the map null if no.

Parameters:
analyserId - (pluginId)
Returns:
DocumentAnalyserExtension

registryChanged

public void registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent event)
Specified by:
registryChanged in interface org.eclipse.core.runtime.IRegistryChangeListener

Traceability

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