Uses of Interface
org.eclipse.epsilon.eol.IImportManager
Packages that use IImportManager
-
Uses of IImportManager in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return IImportManagerModifier and TypeMethodDescriptionEglModule.getImportManager()EglTemplateFactory.getImportManager()Methods in org.eclipse.epsilon.egl with parameters of type IImportManagerModifier and TypeMethodDescriptionvoidEglModule.setImportManager(IImportManager importManager) voidEglTemplateFactory.setImportManager(IImportManager importManager) -
Uses of IImportManager in org.eclipse.epsilon.egl.spec
Methods in org.eclipse.epsilon.egl.spec that return IImportManagerConstructors in org.eclipse.epsilon.egl.spec with parameters of type IImportManagerModifierConstructorDescriptionprotectedEglTemplateSpecification(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, Collection<ITemplateExecutionListener> listeners) EglTemplateSpecificationFactory(Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, ITemplateExecutionListener... listeners) -
Uses of IImportManager in org.eclipse.epsilon.eol
Classes in org.eclipse.epsilon.eol that implement IImportManagerMethods in org.eclipse.epsilon.eol that return IImportManagerModifier and TypeMethodDescriptionEolModule.getImportManager()IEolModule.getImportManager()Returns an object that caches the imports made by a module.Methods in org.eclipse.epsilon.eol with parameters of type IImportManagerModifier and TypeMethodDescriptionvoidEolModule.setImportManager(IImportManager importManager) voidIEolModule.setImportManager(IImportManager importManager) Sets the object that will cache imports to be done by a module.