public class ProjectTemplateListCapability extends Object implements IProjectTemplateList
OPENSHIFT_BINARY_LOCATION
Constructor and Description |
---|
ProjectTemplateListCapability(IProject project,
IClient client) |
Modifier and Type | Method and Description |
---|---|
Collection<ITemplate> |
getCommonTemplates()
Retrieve the common templates from the server (e.g.
|
String |
getName()
Well known name of the capability
|
Collection<ITemplate> |
getTemplates()
Retrieve the templates associated with a specific project
|
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
public Collection<ITemplate> getTemplates()
IProjectTemplateList
getTemplates
in interface IProjectTemplateList
public Collection<ITemplate> getCommonTemplates()
IProjectTemplateList
getCommonTemplates
in interface IProjectTemplateList
Copyright © 2016 Red Hat, Inc. All rights reserved.