Class HelpPageProjectFileSystemSupportExtension
java.lang.Object
com.e1c.langtool.v8.dt.internal.md.help.HelpPageProjectFileSystemSupportExtension
@LifecycleService(name="HelpPageProjectFileSystemSupportExtension")
public class HelpPageProjectFileSystemSupportExtension
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionHelpPageProjectFileSystemSupportExtension(IProjectFileSystemSupportProvider projectFileSystemSupportProvider, ITranslatingProjectManager translatingProjectManager, IBmModelManager bmModelManager, IExternalPropertyManagerRegistry externalPropertyManagerRegistry) Constructs the extension -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProjectContext projectContext) Initializes the extension.
-
Constructor Details
-
HelpPageProjectFileSystemSupportExtension
@Inject public HelpPageProjectFileSystemSupportExtension(IProjectFileSystemSupportProvider projectFileSystemSupportProvider, ITranslatingProjectManager translatingProjectManager, IBmModelManager bmModelManager, IExternalPropertyManagerRegistry externalPropertyManagerRegistry) Constructs the extension- Parameters:
projectFileSystemSupportProvider- The reference to theIProjectFileSystemSupportProvider. May not benulltranslatingProjectManager- The reference to theITranslatingProjectManager. May not benullbmModelManager- The reference to theIBmModelManager. May not benullexternalPropertyManagerRegistry- The reference to theIExternalPropertyManagerRegistry. May not benull
-
-
Method Details
-
init
@LifecycleParticipant(phase=INITIALIZATION, dependsOn="DtProjectManager") public void init(ProjectContext projectContext) Initializes the extension. DependsOn needs untill EDT 2020.5- Parameters:
projectContext- The project context that is being started
-