Package com._1c.g5.v8.dt.cli.api
Interface IPlatformVersionsApi
- All Known Implementing Classes:
- PlatformVersionsApi
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 SummaryModifier and TypeMethodDescriptionReturns a sorted list of supported versions of 1C:Enterprise.
- 
Method Details- 
getSupportedVersionsReturns 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
 
 
-