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.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 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. Activation
public 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. ActivationFile
public 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. ActivationOS
public 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. ActivationProperty
public 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. Build
public 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. BuildBase
public 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. CiManagement
public 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. Contributor
public 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. Dependency
public 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. DependencyManagement
public 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. DeploymentRepository
public 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. Developer
public 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. DistributionManagement
public 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. DocumentRoot
public 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. Exclusion
public 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. Extension
public 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. IssueManagement
public 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. License
public 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. MailingList
public 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. Model
public 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. Notifier
public 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. Organization
public 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. Parent
public 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. Plugin
public 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. PluginExecution
public 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. PluginManagement
public 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. Prerequisites
public 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. Profile
public 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. Relocation
public 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. Reporting
public 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. ReportPlugin
public 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. ReportSet
public 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. Repository
public 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. RepositoryPolicy
public 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. Resource
public 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. Scm
public 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. Site
public 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. PropertyElement
public 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. Configuration
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.