public abstract class AnnotationCapability extends Object implements ICapability
OPENSHIFT_BINARY_LOCATION
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()
ICapability
isSupported
in interface ICapability
public String getName()
ICapability
getName
in interface ICapability
protected IResource getResource()
protected abstract String getAnnotationKey()
public String getAnnotationValue()
Copyright © 2016 Red Hat, Inc. All rights reserved.