public class ClientCapability extends Object implements IClientCapability
| 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()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic IClient getClient()
getClient in interface IClientCapabilityCopyright © 2019 Red Hat, Inc. All Rights Reserved.