public interface SetupFactory extends EFactory
SetupPackage
Modifier and Type | Field and Description |
---|---|
static SetupFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
AttributeRule |
createAttributeRule()
Returns a new object of class 'Attribute Rule'.
|
CatalogSelection |
createCatalogSelection()
Returns a new object of class 'Catalog Selection'.
|
CompoundTask |
createCompoundTask()
Returns a new object of class 'Compound Task'.
|
CompoundTask |
createCompoundTask(String name) |
EclipseIniTask |
createEclipseIniTask()
Returns a new object of class 'Eclipse Ini Task'.
|
Index |
createIndex()
Returns a new object of class 'Index'.
|
Installation |
createInstallation()
Returns a new object of class 'Installation'.
|
InstallationTask |
createInstallationTask()
Returns a new object of class 'Installation Task'.
|
LinkLocationTask |
createLinkLocationTask()
Returns a new object of class 'Link Location Task'.
|
LocationCatalog |
createLocationCatalog()
Returns a new object of class 'Location Catalog'.
|
PreferenceTask |
createPreferenceTask()
Returns a new object of class 'Preference Task'.
|
Product |
createProduct()
Returns a new object of class 'Product'.
|
ProductCatalog |
createProductCatalog()
Returns a new object of class 'Product Catalog'.
|
ProductVersion |
createProductVersion()
Returns a new object of class 'Product Version'.
|
Project |
createProject()
Returns a new object of class 'Project'.
|
ProjectCatalog |
createProjectCatalog()
Returns a new object of class 'Project Catalog'.
|
RedirectionTask |
createRedirectionTask()
Returns a new object of class 'Redirection Task'.
|
ResourceCopyTask |
createResourceCopyTask()
Returns a new object of class 'Resource Copy Task'.
|
ResourceCreationTask |
createResourceCreationTask()
Returns a new object of class 'Resource Creation Task'.
|
Stream |
createStream()
Returns a new object of class 'Stream'.
|
StringSubstitutionTask |
createStringSubstitutionTask()
Returns a new object of class 'String Substitution Task'.
|
TextModification |
createTextModification()
Returns a new object of class 'Text Modification'.
|
TextModifyTask |
createTextModifyTask()
Returns a new object of class 'Text Modify Task'.
|
User |
createUser()
Returns a new object of class 'User'.
|
VariableChoice |
createVariableChoice()
Returns a new object of class 'Variable Choice'.
|
VariableTask |
createVariableTask()
Returns a new object of class 'Variable Task'.
|
Workspace |
createWorkspace()
Returns a new object of class 'Workspace'.
|
WorkspaceTask |
createWorkspaceTask()
Returns a new object of class 'Workspace Task'.
|
SetupPackage |
getSetupPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final SetupFactory eINSTANCE
Index createIndex()
CatalogSelection createCatalogSelection()
User createUser()
Project createProject()
Stream createStream()
Installation createInstallation()
ProductCatalog createProductCatalog()
Product createProduct()
ProductVersion createProductVersion()
ProjectCatalog createProjectCatalog()
InstallationTask createInstallationTask()
WorkspaceTask createWorkspaceTask()
CompoundTask createCompoundTask()
CompoundTask createCompoundTask(String name)
VariableTask createVariableTask()
ResourceCopyTask createResourceCopyTask()
TextModifyTask createTextModifyTask()
TextModification createTextModification()
StringSubstitutionTask createStringSubstitutionTask()
AttributeRule createAttributeRule()
LocationCatalog createLocationCatalog()
RedirectionTask createRedirectionTask()
VariableChoice createVariableChoice()
ResourceCreationTask createResourceCreationTask()
EclipseIniTask createEclipseIniTask()
Workspace createWorkspace()
LinkLocationTask createLinkLocationTask()
PreferenceTask createPreferenceTask()
SetupPackage getSetupPackage()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html