public abstract class AnnotationCapability extends Object implements ICapability
| Constructor and Description |
|---|
AnnotationCapability(String name,
IResource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAnnotationKey()
The annotation key
|
String |
getAnnotationValue()
The annotations value
|
String |
getName()
Well known name of the capability
|
protected IResource |
getResource() |
boolean |
isSupported()
Allow the implementation of the capability to determine if it is supported on
the OpenShift server.
|
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilityprotected IResource getResource()
protected abstract String getAnnotationKey()
public String getAnnotationValue()
Copyright © 2019 Red Hat, Inc. All Rights Reserved.