org.eclipse.cdt.internal.core.envvar
Interface IEnvironmentContextInfo

All Known Implementing Classes:
DefaultEnvironmentContextInfo

public interface IEnvironmentContextInfo

This interface is used by the Environment Variable Provider to represent the given context(level) information

Since:
3.0

Method Summary
 java.lang.Object getContext()
          Returns the current context
 IEnvironmentContextInfo getNext()
          Returns the next lower-precedence context
 ICoreEnvironmentVariableSupplier[] getSuppliers()
          Returns the array of suppliers to be used for this context
 

Method Detail

getNext

IEnvironmentContextInfo getNext()
Returns the next lower-precedence context

Returns:
IContextInfo

getSuppliers

ICoreEnvironmentVariableSupplier[] getSuppliers()
Returns the array of suppliers to be used for this context

Returns:
IEnvironmentVariableSupplier[]

getContext

java.lang.Object getContext()
Returns the current context

Returns:
Object