public class

DrupalConnectorMetadataAdapater

extends DrupalConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.drupal.DrupalConnector
     ↳ org.mule.modules.drupal.adapters.DrupalConnectorCapabilitiesAdapter
       ↳ org.mule.modules.drupal.adapters.DrupalConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A DrupalConnectorMetadataAdapater is a wrapper around DrupalConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Fields
From class org.mule.modules.drupal.DrupalConnector
Public Constructors
DrupalConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
Returns the build of the DevKit used to create this module
String getDevkitVersion()
Returns the version of the DevKit used to create this module
String getModuleName()
Returns the user-friendly name of this module
String getModuleVersion()
Returns the version of this module
[Expand]
Inherited Methods
From class org.mule.modules.drupal.adapters.DrupalConnectorCapabilitiesAdapter
From class org.mule.modules.drupal.DrupalConnector
From class java.lang.Object
From interface org.mule.modules.drupal.basic.Capabilities
From interface org.mule.modules.drupal.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNKNOWN_BUILDNUMBER"

private static final String DEVKIT_VERSION

Constant Value: "3.4.0"

private static final String MODULE_NAME

Constant Value: "Drupal"

private static final String MODULE_VERSION

Constant Value: "1.1-SNAPSHOT"

Public Constructors

public DrupalConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public String getModuleName ()

Returns the user-friendly name of this module

public String getModuleVersion ()

Returns the version of this module