|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.core.envvar.DefaultEnvironmentContextInfo
public class DefaultEnvironmentContextInfo
The default implementation of the IContextInfo used by the Environment Variable Provider Used to represent the Configuration, Project, Workspace and Eclipse environment contexts
Constructor Summary | |
---|---|
DefaultEnvironmentContextInfo(java.lang.Object context)
This constructor is used to create the default context info given a context object |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultEnvironmentContextInfo(java.lang.Object context)
context
- Method Detail |
---|
public IEnvironmentContextInfo getNext()
IEnvironmentContextInfo
getNext
in interface IEnvironmentContextInfo
public ICoreEnvironmentVariableSupplier[] getSuppliers()
IEnvironmentContextInfo
getSuppliers
in interface IEnvironmentContextInfo
public java.lang.Object getContext()
IEnvironmentContextInfo
getContext
in interface IEnvironmentContextInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |