org.mule.devkit.generation.api
Interface Manifest


public interface Manifest

This is a static class that provides access to the DevKit core manifest file.


Method Summary
 String getBuildNumber()
           
 String getDevListEmail()
           
 String getProductLicenseInfo()
           
 String getProductMoreInfo()
           
 String getProductName()
           
 String getProductSupport()
           
 String getProductUrl()
           
 String getProductVersion()
           
 String getRecommndedJdks()
           
 String getSupportedJdks()
           
 String getVendorName()
           
 String getVendorUrl()
           
 

Method Detail

getProductVersion

String getProductVersion()

getVendorName

String getVendorName()

getVendorUrl

String getVendorUrl()

getProductUrl

String getProductUrl()

getProductName

String getProductName()

getProductMoreInfo

String getProductMoreInfo()

getProductSupport

String getProductSupport()

getProductLicenseInfo

String getProductLicenseInfo()

getBuildNumber

String getBuildNumber()

getDevListEmail

String getDevListEmail()

getSupportedJdks

String getSupportedJdks()

getRecommndedJdks

String getRecommndedJdks()


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.