Package com.e1c.g5.v8.dt.provisioning
Class PlatformSupportStatus
- java.lang.Object
-
- com.e1c.g5.v8.dt.provisioning.PlatformSupportStatus
-
public class PlatformSupportStatus extends Object
The current status of the 1C:Runtime support for the given version
-
-
Constructor Summary
Constructors Constructor Description PlatformSupportStatus(Version version, boolean supportInstalled)
Constructs the status
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Version
getVersion()
Gets the version of the platformboolean
isSupportInstalled()
Checks if the support is already installed
-
-
-
Constructor Detail
-
PlatformSupportStatus
public PlatformSupportStatus(Version version, boolean supportInstalled)
Constructs the status- Parameters:
version
- The target platform version. May not benull
supportInstalled
- The status of the support
-
-
Method Detail
-
isSupportInstalled
public boolean isSupportInstalled()
Checks if the support is already installed- Returns:
- True if the support is installed
-
getVersion
public Version getVersion()
Gets the version of the platform- Returns:
- The platform version. May not be
null
-
-