org.eclipse.cdt.build.core.scannerconfig
Class CfgInfoContext

java.lang.Object
  extended by org.eclipse.cdt.build.core.scannerconfig.CfgInfoContext

public final class CfgInfoContext
extends java.lang.Object


Constructor Summary
CfgInfoContext(IConfiguration cfg)
           
CfgInfoContext(IResourceInfo rcInfo, ITool tool, IInputType inType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static CfgInfoContext fromInfoContext(IConfiguration cfg, InfoContext context)
           
 IConfiguration getConfiguration()
           
 IInputType getInputType()
           
 IResourceInfo getResourceInfo()
           
 ITool getTool()
           
 int hashCode()
           
 InfoContext toInfoContext()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CfgInfoContext

public CfgInfoContext(IResourceInfo rcInfo,
                      ITool tool,
                      IInputType inType)

CfgInfoContext

public CfgInfoContext(IConfiguration cfg)
Method Detail

getConfiguration

public IConfiguration getConfiguration()

getResourceInfo

public IResourceInfo getResourceInfo()

getTool

public ITool getTool()

getInputType

public IInputType getInputType()

toInfoContext

public InfoContext toInfoContext()

fromInfoContext

public static CfgInfoContext fromInfoContext(IConfiguration cfg,
                                             InfoContext context)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object