public class PomAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model. PomPackage| Modifier and Type | Field and Description |
|---|---|
protected static PomPackage |
modelPackage
The cached model package.
|
protected PomSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
PomAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createActivationAdapter()
Creates a new adapter for an object of class '
Activation'. |
org.eclipse.emf.common.notify.Adapter |
createActivationFileAdapter()
Creates a new adapter for an object of class '
Activation File'. |
org.eclipse.emf.common.notify.Adapter |
createActivationOSAdapter()
Creates a new adapter for an object of class '
Activation OS '. |
org.eclipse.emf.common.notify.Adapter |
createActivationPropertyAdapter()
Creates a new adapter for an object of class '
Activation Property'. |
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 |
createBuildAdapter()
Creates a new adapter for an object of class '
Build'. |
org.eclipse.emf.common.notify.Adapter |
createBuildBaseAdapter()
Creates a new adapter for an object of class '
Build Base
'. |
org.eclipse.emf.common.notify.Adapter |
createCiManagementAdapter()
Creates a new adapter for an object of class '
Ci Management '. |
org.eclipse.emf.common.notify.Adapter |
createConfigurationAdapter()
Creates a new adapter for an object of class '
Configuration '. |
org.eclipse.emf.common.notify.Adapter |
createContributorAdapter()
Creates a new adapter for an object of class '
Contributor'. |
org.eclipse.emf.common.notify.Adapter |
createDependencyAdapter()
Creates a new adapter for an object of class '
Dependency'. |
org.eclipse.emf.common.notify.Adapter |
createDependencyManagementAdapter()
Creates a new adapter for an object of class '
Dependency Management'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentRepositoryAdapter()
Creates a new adapter for an object of class '
Deployment Repository'. |
org.eclipse.emf.common.notify.Adapter |
createDeveloperAdapter()
Creates a new adapter for an object of class '
Developer
'. |
org.eclipse.emf.common.notify.Adapter |
createDistributionManagementAdapter()
Creates a new adapter for an object of class '
Distribution Management'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class '
Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExclusionAdapter()
Creates a new adapter for an object of class '
Exclusion
'. |
org.eclipse.emf.common.notify.Adapter |
createExtensionAdapter()
Creates a new adapter for an object of class '
Extension
'. |
org.eclipse.emf.common.notify.Adapter |
createIssueManagementAdapter()
Creates a new adapter for an object of class '
Issue Management'. |
org.eclipse.emf.common.notify.Adapter |
createLicenseAdapter()
Creates a new adapter for an object of class '
License'. |
org.eclipse.emf.common.notify.Adapter |
createMailingListAdapter()
Creates a new adapter for an object of class '
Mailing List'. |
org.eclipse.emf.common.notify.Adapter |
createModelAdapter()
Creates a new adapter for an object of class '
Model'. |
org.eclipse.emf.common.notify.Adapter |
createNotifierAdapter()
Creates a new adapter for an object of class '
Notifier'. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationAdapter()
Creates a new adapter for an object of class '
Organization'. |
org.eclipse.emf.common.notify.Adapter |
createParentAdapter()
Creates a new adapter for an object of class '
Parent'. |
org.eclipse.emf.common.notify.Adapter |
createPluginAdapter()
Creates a new adapter for an object of class '
Plugin'. |
org.eclipse.emf.common.notify.Adapter |
createPluginExecutionAdapter()
Creates a new adapter for an object of class '
Plugin Execution'. |
org.eclipse.emf.common.notify.Adapter |
createPluginManagementAdapter()
Creates a new adapter for an object of class '
Plugin Management'. |
org.eclipse.emf.common.notify.Adapter |
createPrerequisitesAdapter()
Creates a new adapter for an object of class '
Prerequisites '. |
org.eclipse.emf.common.notify.Adapter |
createProfileAdapter()
Creates a new adapter for an object of class '
Profile'. |
org.eclipse.emf.common.notify.Adapter |
createPropertyElementAdapter()
Creates a new adapter for an object of class '
Property Element'. |
org.eclipse.emf.common.notify.Adapter |
createRelocationAdapter()
Creates a new adapter for an object of class '
Relocation'. |
org.eclipse.emf.common.notify.Adapter |
createReportingAdapter()
Creates a new adapter for an object of class '
Reporting
'. |
org.eclipse.emf.common.notify.Adapter |
createReportPluginAdapter()
Creates a new adapter for an object of class '
Report Plugin '. |
org.eclipse.emf.common.notify.Adapter |
createReportSetAdapter()
Creates a new adapter for an object of class '
Report Set
'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryAdapter()
Creates a new adapter for an object of class '
Repository'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryPolicyAdapter()
Creates a new adapter for an object of class '
Repository Policy'. |
org.eclipse.emf.common.notify.Adapter |
createResourceAdapter()
Creates a new adapter for an object of class '
Resource'. |
org.eclipse.emf.common.notify.Adapter |
createScmAdapter()
Creates a new adapter for an object of class '
Scm'. |
org.eclipse.emf.common.notify.Adapter |
createSiteAdapter()
Creates a new adapter for an object of class '
Site'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static PomPackage modelPackage
protected PomSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods. public PomAdapterFactory()
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 createActivationAdapter()
Activation'. 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. Activationpublic org.eclipse.emf.common.notify.Adapter createActivationFileAdapter()
Activation File'. 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. ActivationFilepublic org.eclipse.emf.common.notify.Adapter createActivationOSAdapter()
Activation OS '. 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. ActivationOSpublic org.eclipse.emf.common.notify.Adapter createActivationPropertyAdapter()
Activation Property'. 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. ActivationPropertypublic org.eclipse.emf.common.notify.Adapter createBuildAdapter()
Build'. 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. Buildpublic org.eclipse.emf.common.notify.Adapter createBuildBaseAdapter()
Build Base
'. 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. BuildBasepublic org.eclipse.emf.common.notify.Adapter createCiManagementAdapter()
Ci Management '. 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. CiManagementpublic org.eclipse.emf.common.notify.Adapter createContributorAdapter()
Contributor'. 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. Contributorpublic org.eclipse.emf.common.notify.Adapter createDependencyAdapter()
Dependency'. 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. Dependencypublic org.eclipse.emf.common.notify.Adapter createDependencyManagementAdapter()
Dependency Management'. 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. DependencyManagementpublic org.eclipse.emf.common.notify.Adapter createDeploymentRepositoryAdapter()
Deployment Repository'. 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. DeploymentRepositorypublic org.eclipse.emf.common.notify.Adapter createDeveloperAdapter()
Developer
'. 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. Developerpublic org.eclipse.emf.common.notify.Adapter createDistributionManagementAdapter()
Distribution Management'. 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. DistributionManagementpublic org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document Root '. 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. DocumentRootpublic org.eclipse.emf.common.notify.Adapter createExclusionAdapter()
Exclusion
'. 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. Exclusionpublic org.eclipse.emf.common.notify.Adapter createExtensionAdapter()
Extension
'. 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. Extensionpublic org.eclipse.emf.common.notify.Adapter createIssueManagementAdapter()
Issue Management'. 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. IssueManagementpublic org.eclipse.emf.common.notify.Adapter createLicenseAdapter()
License'.
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. Licensepublic org.eclipse.emf.common.notify.Adapter createMailingListAdapter()
Mailing List'. 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. MailingListpublic org.eclipse.emf.common.notify.Adapter createModelAdapter()
Model'. 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. Modelpublic org.eclipse.emf.common.notify.Adapter createNotifierAdapter()
Notifier'.
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. Notifierpublic org.eclipse.emf.common.notify.Adapter createOrganizationAdapter()
Organization'. 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. Organizationpublic org.eclipse.emf.common.notify.Adapter createParentAdapter()
Parent'. 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. Parentpublic org.eclipse.emf.common.notify.Adapter createPluginAdapter()
Plugin'. 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. Pluginpublic org.eclipse.emf.common.notify.Adapter createPluginExecutionAdapter()
Plugin Execution'. 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. PluginExecutionpublic org.eclipse.emf.common.notify.Adapter createPluginManagementAdapter()
Plugin Management'. 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. PluginManagementpublic org.eclipse.emf.common.notify.Adapter createPrerequisitesAdapter()
Prerequisites '. 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. Prerequisitespublic org.eclipse.emf.common.notify.Adapter createProfileAdapter()
Profile'.
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. Profilepublic org.eclipse.emf.common.notify.Adapter createRelocationAdapter()
Relocation'. 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. Relocationpublic org.eclipse.emf.common.notify.Adapter createReportingAdapter()
Reporting
'. 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. Reportingpublic org.eclipse.emf.common.notify.Adapter createReportPluginAdapter()
Report Plugin '. 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. ReportPluginpublic org.eclipse.emf.common.notify.Adapter createReportSetAdapter()
Report Set
'. 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. ReportSetpublic org.eclipse.emf.common.notify.Adapter createRepositoryAdapter()
Repository'. 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. Repositorypublic org.eclipse.emf.common.notify.Adapter createRepositoryPolicyAdapter()
Repository Policy'. 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. RepositoryPolicypublic org.eclipse.emf.common.notify.Adapter createResourceAdapter()
Resource'.
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. Resourcepublic org.eclipse.emf.common.notify.Adapter createScmAdapter()
Scm'. 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. Scmpublic org.eclipse.emf.common.notify.Adapter createSiteAdapter()
Site'. 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. Sitepublic org.eclipse.emf.common.notify.Adapter createPropertyElementAdapter()
Property Element'. 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. PropertyElementpublic org.eclipse.emf.common.notify.Adapter createConfigurationAdapter()
Configuration '. 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. Configurationpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.