org.mule.api
Interface MetadataAware


public interface MetadataAware

This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata.


Method Summary
 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 getMinMuleVersion()
          Returns the minimun compatible runtime version
 String getModuleName()
          Returns the user-friendly name of this module
 String getModuleVersion()
          Returns the version of this module
 

Method Detail

getModuleName

String getModuleName()
Returns the user-friendly name of this module


getModuleVersion

String getModuleVersion()
Returns the version of this module


getDevkitVersion

String getDevkitVersion()
Returns the version of the DevKit used to create this module


getDevkitBuild

String getDevkitBuild()
Returns the build of the DevKit used to create this module


getMinMuleVersion

String getMinMuleVersion()
Returns the minimun compatible runtime version



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.