org.mule.config
Class MuleManifest

java.lang.Object
  extended by org.mule.config.MuleManifest

public class MuleManifest
extends Object

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


Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
MuleManifest()
           
 
Method Summary
static String getBuildDate()
           
static String getBuildNumber()
           
static String getDevListEmail()
           
static Manifest getManifest()
           
protected static String getManifestProperty(String name)
           
static String getProductDescription()
           
static String getProductLicenseInfo()
           
static String getProductMoreInfo()
           
static String getProductName()
           
static String getProductSupport()
           
static String getProductUrl()
           
static String getProductVersion()
           
static String getRecommndedJdks()
           
static String getSupportedJdks()
           
static String getVendorName()
           
static String getVendorUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
logger used by this class

Constructor Detail

MuleManifest

public MuleManifest()
Method Detail

getProductVersion

public static String getProductVersion()

getVendorName

public static String getVendorName()

getVendorUrl

public static String getVendorUrl()

getProductUrl

public static String getProductUrl()

getProductName

public static String getProductName()

getProductMoreInfo

public static String getProductMoreInfo()

getProductSupport

public static String getProductSupport()

getProductLicenseInfo

public static String getProductLicenseInfo()

getProductDescription

public static String getProductDescription()

getBuildNumber

public static String getBuildNumber()

getBuildDate

public static String getBuildDate()

getDevListEmail

public static String getDevListEmail()

getSupportedJdks

public static String getSupportedJdks()

getRecommndedJdks

public static String getRecommndedJdks()

getManifest

public static Manifest getManifest()

getManifestProperty

protected static String getManifestProperty(String name)


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