Package com._1c.g5.v8.dt.cli.api
Interface IPlatformVersionsApi
-
public interface IPlatformVersionsApi
API to get information about supported versions of 1C:Enterprise.This interface is a public 1C:Enterprise Development Tools contract to call from Cli.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getSupportedVersions()
Returns a sorted list of supported versions of 1C:Enterprise.
-
-
-
Method Detail
-
getSupportedVersions
List<String> getSupportedVersions() throws CliApiException
Returns a sorted list of supported versions of 1C:Enterprise.- Returns:
- a sorted list of supported versions of 1C:Enterprise, never
null
- Throws:
CliApiException
- if 1C:Enterprise Development Tools internal error occurred
-
-