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 |
createMsiDeploymentMechanismAdapter()
Creates a new adapter for an object of class '
Msi Deployment Mechanism '. |
org.eclipse.emf.common.notify.Adapter |
createNodeMappingEntryAdapter()
Creates a new adapter for an object of class '
Node Mapping Entry '. |
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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
DeploymentMechanism
public 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.
DebianDeploymentMechanism
public 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.
Author
public 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.
RedhatDeploymentMechanism
public 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.
DeploymentInformation
public 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.
CommonDeploymentMechanism
public 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.
ChangeEntry
public 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.
NodeMappings
public 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.
ExpressionNodeMappingEntry
public org.eclipse.emf.common.notify.Adapter createNodeMappingEntryAdapter()
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.
NodeMappingEntry
public 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.
SimpleNodeMappingEntry
public 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.
MsiDeploymentMechanism
public 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.
P2Platform
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()