Class TemplateNameParameterProvider
java.lang.Object
com.e1c.langtool.v8.dt.right.templates.TemplateNameParameterProvider
Provides paramenters extracted from
restriction template name.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameters(RestrictionTemplate template) Gets the parameters list.getParameters(String templateName) Gets the parameters list.
-
Constructor Details
-
TemplateNameParameterProvider
public TemplateNameParameterProvider()
-
-
Method Details
-
getParameters
Gets the parameters list.- Parameters:
templateName- the template name, may benull.- Returns:
- the parameters, cannot return
null.
-
getParameters
Gets the parameters list.- Parameters:
template- the template, cannot benull.- Returns:
- the parameters, cannot return
null.
-