public class ServerTemplateProcessing extends Object implements ITemplateProcessing
Modifier and Type | Class and Description |
---|---|
protected static class |
ServerTemplateProcessing.TemplateConfigAdapter |
OPENSHIFT_BINARY_LOCATION
Constructor and Description |
---|
ServerTemplateProcessing(IClient client) |
Modifier and Type | Method and Description |
---|---|
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.
|
ITemplate |
process(ITemplate template,
String namespace)
Processes the template to substitute the parameters
where necessary
|
public ServerTemplateProcessing(IClient client)
public boolean isSupported()
ICapability
isSupported
in interface ICapability
public String getName()
ICapability
getName
in interface ICapability
public ITemplate process(ITemplate template, String namespace)
ITemplateProcessing
process
in interface ITemplateProcessing
template
- The template to processnamespace
- The namespace to use when processing the templateCopyright © 2016 Red Hat, Inc. All rights reserved.