public class DeploymentAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the
model.
DeploymentPackage| Modifier and Type | Field and Description |
|---|---|
protected static DeploymentPackage |
modelPackage
The cached model package.
|
protected DeploymentSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
DeploymentAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createAuthorAdapter()
Creates a new adapter for an object of class '
Author'. |
org.eclipse.emf.common.notify.Adapter |
createChangeEntryAdapter()
Creates a new adapter for an object of class '
Change Entry'. |
org.eclipse.emf.common.notify.Adapter |
createCommonDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Common Deployment Mechanism'. |
org.eclipse.emf.common.notify.Adapter |
createDebianDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Debian Deployment Mechanism'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentInformationAdapter()
Creates a new adapter for an object of class '
Information'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Mechanism'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExpressionNodeMappingEntryAdapter()
Creates a new adapter for an object of class '
Expression Node Mapping Entry'. |
org.eclipse.emf.common.notify.Adapter |
createMappingEntryAdapter()
Creates a new adapter for an object of class '
Mapping Entry'. |
org.eclipse.emf.common.notify.Adapter |
createMappingsAdapter()
Creates a new adapter for an object of class '
Mappings'. |
org.eclipse.emf.common.notify.Adapter |
createMsiDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Msi Deployment Mechanism'. |
org.eclipse.emf.common.notify.Adapter |
createNodeMappingsAdapter()
Creates a new adapter for an object of class '
Node Mappings'. |
org.eclipse.emf.common.notify.Adapter |
createP2PlatformAdapter()
Creates a new adapter for an object of class '
P2 Platform'. |
org.eclipse.emf.common.notify.Adapter |
createRedhatDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Redhat Deployment Mechanism'. |
org.eclipse.emf.common.notify.Adapter |
createSimpleNodeMappingEntryAdapter()
Creates a new adapter for an object of class '
Simple Node Mapping Entry'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static DeploymentPackage modelPackage
protected DeploymentSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public DeploymentAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the
model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createDeploymentMechanismAdapter()
Mechanism'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
DeploymentMechanismpublic org.eclipse.emf.common.notify.Adapter createDebianDeploymentMechanismAdapter()
Debian Deployment Mechanism'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
DebianDeploymentMechanismpublic org.eclipse.emf.common.notify.Adapter createAuthorAdapter()
Author'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Authorpublic org.eclipse.emf.common.notify.Adapter createRedhatDeploymentMechanismAdapter()
Redhat Deployment Mechanism'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
RedhatDeploymentMechanismpublic org.eclipse.emf.common.notify.Adapter createDeploymentInformationAdapter()
Information'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
DeploymentInformationpublic org.eclipse.emf.common.notify.Adapter createCommonDeploymentMechanismAdapter()
Common Deployment Mechanism'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
CommonDeploymentMechanismpublic org.eclipse.emf.common.notify.Adapter createChangeEntryAdapter()
Change Entry'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ChangeEntrypublic org.eclipse.emf.common.notify.Adapter createNodeMappingsAdapter()
Node Mappings'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
NodeMappingspublic org.eclipse.emf.common.notify.Adapter createExpressionNodeMappingEntryAdapter()
Expression Node Mapping Entry'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ExpressionNodeMappingEntrypublic org.eclipse.emf.common.notify.Adapter createMappingEntryAdapter()
Mapping Entry'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MappingEntrypublic org.eclipse.emf.common.notify.Adapter createSimpleNodeMappingEntryAdapter()
Simple Node Mapping Entry'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
SimpleNodeMappingEntrypublic org.eclipse.emf.common.notify.Adapter createMsiDeploymentMechanismAdapter()
Msi Deployment Mechanism'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
MsiDeploymentMechanismpublic org.eclipse.emf.common.notify.Adapter createP2PlatformAdapter()
P2 Platform'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
P2Platformpublic org.eclipse.emf.common.notify.Adapter createMappingsAdapter()
Mappings'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Mappingspublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()