public class PlatformVersionHelper extends Object
Constructor and Description |
---|
PlatformVersionHelper() |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
Since 6.0. Use
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(String[], String) |
static boolean |
isCompatible(String[] targetPlatforms,
String currentPlatform)
Deprecated.
Since 6.0. Use
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(String[], String) |
public static final String UNKNOWN
public PlatformVersionHelper()
public static String getApplicationName()
public static String getApplicationVersion()
public static String getPlatformFilter()
public static String getDistributionName()
public static String getDistributionVersion()
public static String getDistributionDate()
public static String getDistributionHost()
@Deprecated public static boolean isCompatible(String[] targetPlatforms, String currentPlatform)
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(String[], String)
TargetPlatformFilterHelper
@Deprecated public static boolean isCompatible(String[] targetPlatforms)
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(String[], String)
getPlatformFilter()
,
TargetPlatformFilterHelper
Copyright © 2015 Nuxeo SA. All rights reserved.