Package org.eclipse.pde.ui.templates
Interface IVariableProvider
- 
- All Known Implementing Classes:
- AbstractTemplateSection,- BaseOptionTemplateSection,- OptionTemplateSection
 
 public interface IVariableProviderThe classes that implement this interface are responsible for providing value of variables when asked. Variables are defined by templates and represent the current value of the template options set by the users.- Since:
- 2.0
- Restriction:
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue(String variable)Returns the value of the variable with a given name.
 
-