org.eclipse.cdt.managedbuilder.ui.wizards
Class CfgHolder

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.ui.wizards.CfgHolder

public class CfgHolder
extends java.lang.Object


Constructor Summary
CfgHolder(IToolChain _tc, IConfiguration _cfg)
           
 
Method Summary
static CfgHolder[] cfgs2items(IConfiguration[] cfgs)
           
 java.lang.Object getConfiguration()
           
 java.lang.String getName()
           
 java.lang.Object getToolChain()
           
static boolean hasDoubles(CfgHolder[] its)
           
 boolean isSupported()
           
 boolean isSystem()
           
static IConfiguration[] items2cfgs(CfgHolder[] its)
           
static CfgHolder[] unique(CfgHolder[] its)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CfgHolder

public CfgHolder(IToolChain _tc,
                 IConfiguration _cfg)
Method Detail

isSystem

public boolean isSystem()

isSupported

public boolean isSupported()

hasDoubles

public static boolean hasDoubles(CfgHolder[] its)

cfgs2items

public static CfgHolder[] cfgs2items(IConfiguration[] cfgs)

unique

public static CfgHolder[] unique(CfgHolder[] its)

items2cfgs

public static IConfiguration[] items2cfgs(CfgHolder[] its)

getConfiguration

public java.lang.Object getConfiguration()

getName

public java.lang.String getName()

getToolChain

public java.lang.Object getToolChain()