Package com.e1c.langtool.v8.dt.platform
Class TranslateConfigurationProjectFactory
java.lang.Object
com.e1c.langtool.v8.dt.platform.TranslateConfigurationProjectFactory
- All Implemented Interfaces:
ITranslateProjectFactory
public class TranslateConfigurationProjectFactory
extends Object
implements ITranslateProjectFactory
A factory for creating TranslateConfigurationProject objects for V8 projects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTranslatingProject(org.eclipse.core.resources.IProject project) Creates a newITranslatingProjectobject.
-
Constructor Details
-
TranslateConfigurationProjectFactory
public TranslateConfigurationProjectFactory()
-
-
Method Details
-
createTranslatingProject
Description copied from interface:ITranslateProjectFactoryCreates a newITranslatingProjectobject.- Specified by:
createTranslatingProjectin interfaceITranslateProjectFactory- Parameters:
project- the project- Returns:
- the translating project
-