Uses of Interface
com.e1c.langtool.v8.dt.platform.ITranslatedV8Project
Packages that use ITranslatedV8Project
Package
Description
-
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.extension
Subinterfaces of ITranslatedV8Project in com.e1c.langtool.v8.dt.extension -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.extension.translator
Methods in com.e1c.langtool.v8.dt.extension.translator with parameters of type ITranslatedV8ProjectModifier and TypeMethodDescriptionExtensionProjectTranslationProvider.create(ITranslatedV8Project translatedProject) Low-level factory to creates theExtensionProjectTranslationProviderinstance.Constructors in com.e1c.langtool.v8.dt.extension.translator with parameters of type ITranslatedV8ProjectModifierConstructorDescriptionprotectedExtensionProjectTranslationProvider(ITranslatedV8Project translatedProject) -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.external
Subinterfaces of ITranslatedV8Project in com.e1c.langtool.v8.dt.external -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.external.translator
Methods in com.e1c.langtool.v8.dt.external.translator with parameters of type ITranslatedV8ProjectModifier and TypeMethodDescriptionExternalProjectTranslationProvider.create(ITranslatedV8Project translatedProject) Low-level factory to creates the ProjectTranslationProvider instance.Constructors in com.e1c.langtool.v8.dt.external.translator with parameters of type ITranslatedV8ProjectModifierConstructorDescriptionprotectedExternalProjectTranslationProvider(ITranslatedV8Project translatedProject) -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.internal.extension
Classes in com.e1c.langtool.v8.dt.internal.extension that implement ITranslatedV8Project -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.internal.external
Classes in com.e1c.langtool.v8.dt.internal.external that implement ITranslatedV8Project -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.internal.platform
Classes in com.e1c.langtool.v8.dt.internal.platform that implement ITranslatedV8Project -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.platform
Subinterfaces of ITranslatedV8Project in com.e1c.langtool.v8.dt.platformModifier and TypeInterfaceDescriptioninterfaceThe Interface ITranslatedConfigurationProject. -
Uses of ITranslatedV8Project in com.e1c.langtool.v8.dt.translator
Methods in com.e1c.langtool.v8.dt.translator that return ITranslatedV8ProjectModifier and TypeMethodDescriptionIProjectTranslationProvider.getProject()Gets the translated V8 project.ProjectTranslationProvider.getProject()Methods in com.e1c.langtool.v8.dt.translator with parameters of type ITranslatedV8ProjectModifier and TypeMethodDescriptionstatic ProjectTranslationProviderProjectTranslationProvider.create(ITranslatedV8Project translatedProject) Low-level factory to creates the ProjectTranslationProvider instance.@NonNull IProjectTranslationProviderProjectTranslationProviderCache.get(ITranslatedV8Project project) Method parameters in com.e1c.langtool.v8.dt.translator with type arguments of type ITranslatedV8ProjectModifier and TypeMethodDescriptionvoidProjectTranslationProviderCache.onRemoval(com.google.common.cache.RemovalNotification<ITranslatedV8Project, IProjectTranslationProvider> notification) Constructors in com.e1c.langtool.v8.dt.translator with parameters of type ITranslatedV8ProjectModifierConstructorDescriptionprotectedProjectTranslationProvider(ITranslatedV8Project translatedProject)