public class ServerFactory
extends java.lang.Object
| Constructor and Description |
|---|
ServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Server |
create(java.io.File cmakeInstallPath)
Creates a Cmake server object for the given Cmake in the install path.
|
static Server |
create(com.android.repository.Revision version)
Creates a Cmake server object for the given Cmake version.
|
@Nullable public static Server create(java.io.File cmakeInstallPath) throws java.io.IOException
cmakeInstallPath - - path to cmakejava.io.IOException - I/O failure@Nullable public static Server create(com.android.repository.Revision version) throws java.io.IOException
version - - Cmake version for which Cmake server object needs to be createdjava.io.IOException - I/O failure