public class ProjectTemplateProcessing extends Object implements IProjectTemplateProcessing
| Constructor and Description |
|---|
ProjectTemplateProcessing(IProject project,
IClient client) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IResource> |
apply(ITemplate template)
Apply the objects defined in the template to the server
|
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)
Processes a template to substitute the parameters where necessary for project
|
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic ITemplate process(ITemplate template)
IProjectTemplateProcessingprocess in interface IProjectTemplateProcessingtemplate - The template to processpublic Collection<IResource> apply(ITemplate template)
IProjectTemplateProcessingapply in interface IProjectTemplateProcessingCopyright © 2020 Red Hat, Inc. All Rights Reserved.