public class TemplateInfo extends Object
Constructor and Description |
---|
TemplateInfo(String templateId,
String projectTypeId,
String filterPattern,
String templatePath,
String pluginId,
Set<String> toolChainIdSet,
Object extraPagesProvider,
boolean isCategory) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks whether two TemplateInfo object are equal.
|
List<?> |
getConfigurations() |
Object |
getExtraPagesProvider() |
String |
getFilterPattern() |
String |
getIcon() |
String |
getPluginId() |
String |
getProjectType() |
String |
getTemplateId() |
String |
getTemplatePath() |
String[] |
getToolChainIds() |
int |
hashCode() |
boolean |
isCategory() |
void |
setConfigurations(List<?> configs) |
void |
setToolChainSet(Set<String> toolChainIdSet) |
public TemplateInfo(String templateId, String projectTypeId, String filterPattern, String templatePath, String pluginId, Set<String> toolChainIdSet, Object extraPagesProvider, boolean isCategory)
templateId
- projectTypeId
- filterPattern
- templatePath
- pluginId
- toolChainIdSet
- extraPagesProvider
- an IPagesAfterTemplateSelectionProvider or nullisCategory
- public String getPluginId()
public String getTemplateId()
public String getTemplatePath()
public String getFilterPattern()
public Object getExtraPagesProvider()
public String getProjectType()
public String[] getToolChainIds()
public List<?> getConfigurations()
public void setConfigurations(List<?> configs)
public boolean isCategory()
public String getIcon()
public boolean equals(Object obj)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.