org.eclipse.cdt.build.core.scannerconfig
Class CfgInfoContext
java.lang.Object
org.eclipse.cdt.build.core.scannerconfig.CfgInfoContext
public final class CfgInfoContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
CfgInfoContext
public CfgInfoContext(IResourceInfo rcInfo,
ITool tool,
IInputType inType)
CfgInfoContext
public CfgInfoContext(IConfiguration cfg)
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