public class CmakeUtils
extends java.lang.Object
| Constructor and Description |
|---|
CmakeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.android.repository.Revision |
getVersion(java.io.File cmakeInstallPath)
Parses the Cmake (from the given install path) version string into a structure.
|
static com.android.repository.Revision |
getVersion(java.lang.String cmakeVersionString) |
@NonNull
public static com.android.repository.Revision getVersion(@NonNull
java.io.File cmakeInstallPath)
throws java.io.IOException
java.io.IOException - I/O failure@NonNull
public static com.android.repository.Revision getVersion(@NonNull
java.lang.String cmakeVersionString)