Class TemplateNameParameterProvider

java.lang.Object
com.e1c.langtool.v8.dt.right.templates.TemplateNameParameterProvider

public class TemplateNameParameterProvider extends Object
Provides paramenters extracted from restriction template name.
  • Constructor Details

    • TemplateNameParameterProvider

      public TemplateNameParameterProvider()
  • Method Details

    • getParameters

      public List<String> getParameters(String templateName)
      Gets the parameters list.
      Parameters:
      templateName - the template name, may be null.
      Returns:
      the parameters, cannot return null.
    • getParameters

      public List<String> getParameters(RestrictionTemplate template)
      Gets the parameters list.
      Parameters:
      template - the template, cannot be null.
      Returns:
      the parameters, cannot return null.