Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin.runtime
Class PlatformVersionHelper

java.lang.Object
  extended by org.nuxeo.ecm.admin.runtime.PlatformVersionHelper

public class PlatformVersionHelper
extends Object


Field Summary
static String UNKNOWN
           
 
Constructor Summary
PlatformVersionHelper()
           
 
Method Summary
static String getApplicationName()
           
static String getApplicationVersion()
           
static String getDistributionDate()
           
static String getDistributionHost()
           
static String getDistributionName()
           
static String getDistributionVersion()
           
static String getPlatformFilter()
           
static boolean isCompatible(String[] targetPlatforms)
           
static boolean isCompatible(String[] targetPlatforms, String currentPlatform)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final String UNKNOWN
See Also:
Constant Field Values
Constructor Detail

PlatformVersionHelper

public PlatformVersionHelper()
Method Detail

getApplicationName

public static String getApplicationName()

getApplicationVersion

public static String getApplicationVersion()

getPlatformFilter

public static String getPlatformFilter()

getDistributionName

public static String getDistributionName()

getDistributionVersion

public static String getDistributionVersion()

getDistributionDate

public static String getDistributionDate()

getDistributionHost

public static String getDistributionHost()

isCompatible

public static boolean isCompatible(String[] targetPlatforms,
                                   String currentPlatform)

isCompatible

public static boolean isCompatible(String[] targetPlatforms)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.