Package com.e1c.langtool.v8.dt.platform
Interface ITranslateV8Project
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,ITranslateProject
- All Known Subinterfaces:
ITranslatedConfigurationProject,ITranslatedExtensionProject,ITranslatedExternalObjectProject,ITranslatedV8Project,ITranslatingConfigurationProject,ITranslatingExtensionProject,ITranslatingExternalObjectProject
- All Known Implementing Classes:
AbstractTranslateV8Project,TranslatedConfigurationProject,TranslatedExtensionProject,TranslatedExternalObjectProject,TranslatingConfigurationProject,TranslatingExtensionProject,TranslatingExternalObjectProject
The Interface ITranslateV8Project.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ScriptVariantGets the script variant of the project.Gets the V8 project.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface com.e1c.langtool.platform.ITranslateProject
dispose, getDefaultLanguage, getProject, isTranslated, isTranslating
-
Method Details
-
getV8Project
IV8Project getV8Project()Gets the V8 project.- Returns:
- the V8 project
-
getScriptVariant
Gets the script variant of the project.- Returns:
- the script variant
-