differ-core / com.differ.differcore.service / VersionServiceImpl / getVersionFile

getVersionFile

fun getVersionFile(version: String): File?

Looking specified version of API file.

Specified version file may be null due to different reasons. For example there is no such API version.

Parameters

version - API version file to look for.

Return
a file which represents specified version of API.