public class

GoogleSpreadSheetConnectorMetadataAdapater

extends GoogleSpreadSheetConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.google.AbstractGoogleOAuthConnector
     ↳ org.mule.module.google.spreadsheet.GoogleSpreadSheetConnector
       ↳ org.mule.module.google.spreadsheet.adapters.GoogleSpreadSheetConnectorCapabilitiesAdapter
         ↳ org.mule.module.google.spreadsheet.adapters.GoogleSpreadSheetConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A GoogleSpreadSheetConnectorMetadataAdapater is a wrapper around GoogleSpreadSheetConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MIN_MULE_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From class org.mule.modules.google.AbstractGoogleOAuthConnector
[Expand]
Inherited Fields
From class org.mule.module.google.spreadsheet.GoogleSpreadSheetConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
Public Constructors
GoogleSpreadSheetConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class org.mule.module.google.spreadsheet.adapters.GoogleSpreadSheetConnectorCapabilitiesAdapter
From class org.mule.module.google.spreadsheet.GoogleSpreadSheetConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
From class java.lang.Object
From interface org.mule.api.MetadataAware
From interface org.mule.api.context.MuleContextAware
From interface org.mule.api.devkit.capability.Capabilities

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.1937.40b93b4"

private static final String DEVKIT_VERSION

Constant Value: "3.5.0"

private static final String MIN_MULE_VERSION

Constant Value: "3.5"

private static final String MODULE_NAME

Constant Value: "Google Spreadsheets"

private static final String MODULE_VERSION

Constant Value: "2.0.0-SNAPSHOT"

Public Constructors

public GoogleSpreadSheetConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()