public interface DeploymentFactory
extends org.eclipse.emf.ecore.EFactory
DeploymentPackage| Modifier and Type | Field and Description |
|---|---|
static DeploymentFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Author |
createAuthor()
Returns a new object of class 'Author'.
|
ChangeEntry |
createChangeEntry()
Returns a new object of class 'Change Entry'.
|
DebianDeploymentMechanism |
createDebianDeploymentMechanism()
Returns a new object of class 'Debian Deployment Mechanism'.
|
DeploymentInformation |
createDeploymentInformation()
Returns a new object of class 'Information'.
|
ExpressionNodeMappingEntry |
createExpressionNodeMappingEntry()
Returns a new object of class 'Expression Node Mapping Entry'.
|
Mappings |
createMappings()
Returns a new object of class 'Mappings'.
|
MsiDeploymentMechanism |
createMsiDeploymentMechanism()
Returns a new object of class 'Msi Deployment Mechanism'.
|
NodeMappings |
createNodeMappings()
Returns a new object of class 'Node Mappings'.
|
P2Platform |
createP2Platform()
Returns a new object of class 'P2 Platform'.
|
RedhatDeploymentMechanism |
createRedhatDeploymentMechanism()
Returns a new object of class 'Redhat Deployment Mechanism'.
|
SimpleNodeMappingEntry |
createSimpleNodeMappingEntry()
Returns a new object of class 'Simple Node Mapping Entry'.
|
DeploymentPackage |
getDeploymentPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final DeploymentFactory eINSTANCE
DebianDeploymentMechanism createDebianDeploymentMechanism()
Author createAuthor()
RedhatDeploymentMechanism createRedhatDeploymentMechanism()
DeploymentInformation createDeploymentInformation()
ChangeEntry createChangeEntry()
NodeMappings createNodeMappings()
ExpressionNodeMappingEntry createExpressionNodeMappingEntry()
SimpleNodeMappingEntry createSimpleNodeMappingEntry()
MsiDeploymentMechanism createMsiDeploymentMechanism()
P2Platform createP2Platform()
Mappings createMappings()
DeploymentPackage getDeploymentPackage()