public class ClientCapability extends Object implements IClientCapability
OPENSHIFT_BINARY_LOCATION
Constructor and Description |
---|
ClientCapability(IClient client) |
Modifier and Type | Method and Description |
---|---|
IClient |
getClient() |
String |
getName()
Well known name of the capability
|
boolean |
isSupported()
Allow the implementation of the capability to determine
if it is supported on the OpenShift server.
|
public ClientCapability(IClient client)
public boolean isSupported()
ICapability
isSupported
in interface ICapability
public String getName()
ICapability
getName
in interface ICapability
public IClient getClient()
getClient
in interface IClientCapability
Copyright © 2016 Red Hat, Inc. All rights reserved.