Package com.e1c.langtool.v8.dt.extension
Interface ITranslatingExtensionProject
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,IConfigurationAware,ITranslateProject,ITranslateV8Project,ITranslatingProject
- All Known Implementing Classes:
TranslatingExtensionProject
public interface ITranslatingExtensionProject
extends ITranslatingProject, ITranslateV8Project, IConfigurationAware
-
Method Summary
Modifier and TypeMethodDescriptionGets the V8 configuration.Gets the translating configuration project.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface com.e1c.langtool.platform.ITranslateProject
dispose, getDefaultLanguage, getProject, isTranslated, isTranslatingMethods inherited from interface com.e1c.langtool.v8.dt.platform.ITranslateV8Project
getScriptVariant, getV8ProjectMethods inherited from interface com.e1c.langtool.platform.ITranslatingProject
getInterfaceLanguages, getModelLanguages, getTranslatedProjects
-
Method Details
-
getTranslatingConfigurationProject
ITranslatingConfigurationProject getTranslatingConfigurationProject()Gets the translating configuration project.- Returns:
- the translating configuration project
-
getConfiguration
Configuration getConfiguration()Gets the V8 configuration.- Specified by:
getConfigurationin interfaceIConfigurationAware- Returns:
- the configuration
-