wt.part
Class WTPartGetConfigSpecForDelegate

java.lang.Object
  extended bywt.part.WTPartGetConfigSpecForDelegate
All Implemented Interfaces:
GetConfigSpecForDelegate

public class WTPartGetConfigSpecForDelegate
extends Object
implements GetConfigSpecForDelegate



Supported API: false

Extendable: false


Constructor Summary
WTPartGetConfigSpecForDelegate()
           
 
Method Summary
 WTPartConfigSpec getConfigSpec(WTPart part)
           
 ConfigSpec getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
protected  boolean inProject(WTPart part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTPartGetConfigSpecForDelegate

public WTPartGetConfigSpecForDelegate()
Method Detail

getConfigSpecFor

public ConfigSpec getConfigSpecFor(Iterated iteration)
                            throws WTException
Description copied from interface: GetConfigSpecForDelegate


Supported API: false

Specified by:
getConfigSpecFor in interface GetConfigSpecForDelegate
Parameters:
iteration -
Returns:
ConfigSpec
Throws:
WTException

getDefaultConfigSpecFor

public ConfigSpec getDefaultConfigSpecFor(Class masterOrIterationClass)
                                   throws WTException
Description copied from interface: GetConfigSpecForDelegate


Supported API: false

Specified by:
getDefaultConfigSpecFor in interface GetConfigSpecForDelegate
Parameters:
masterOrIterationClass -
Returns:
ConfigSpec
Throws:
WTException

getConfigSpec

public WTPartConfigSpec getConfigSpec(WTPart part)
                               throws WTException
Throws:
WTException

inProject

protected boolean inProject(WTPart part)
                     throws WTException
Throws:
WTException