Eclipse PDE
Release 3.0

org.eclipse.pde.ui.templates
Interface IVariableProvider

All Known Implementing Classes:
AbstractTemplateSection

public interface IVariableProvider

The 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

Method Summary
 Object getValue(String variable)
          Returns the value of the variable with a given name.
 

Method Detail

getValue

public Object getValue(String variable)
Returns the value of the variable with a given name.

Parameters:
variable - the name of the variable
Returns:
the value of the specified variable

Eclipse PDE
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.