public class NewModelWizardUtil
extends java.lang.Object
Constructor and Description |
---|
NewModelWizardUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<ITemplate> |
getAllTemplates(java.lang.String categoryId)
Return all the contributed templates within the given category.
|
static ICategory |
getCategory(java.lang.String categoryId)
Get the category with given ID.
|
static ITemplate |
getTemplate(java.lang.String templateId)
Get the template with given ID.
|
static java.util.Collection<ITemplate> |
getTemplates(java.lang.String categoryId)
Return the capability reduced set of templates within the given category.
|
public static ITemplate getTemplate(java.lang.String templateId)
templateId
- the ID of the templatepublic static ICategory getCategory(java.lang.String categoryId)
categoryId
- the ID of the categorypublic static java.util.Collection<ITemplate> getAllTemplates(java.lang.String categoryId)
categoryId
- the ID of the category to get templates forpublic static java.util.Collection<ITemplate> getTemplates(java.lang.String categoryId)
categoryId
- the ID of the category to get templates for