ooc
Class InstanceSetupMethod

java.lang.Object
  extended byooc.InstanceSetupMethod
All Implemented Interfaces:
InstanceSetup

public class InstanceSetupMethod
extends java.lang.Object
implements InstanceSetup


Constructor Summary
InstanceSetupMethod()
           
 
Method Summary
 void setMethodNameSetup(java.lang.String methodNameSetup)
           
 void setup(java.lang.Object targetInstance, Tag targetTag, Tag setupTag, Dependencies dependencies)
          Initiates the tag instance.
 boolean validate(java.lang.Class targetClass, Tag targetTag, Tag setupTag, TagErrorHandler teh)
          Validate that initiation is possible after construction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceSetupMethod

public InstanceSetupMethod()
Method Detail

setMethodNameSetup

public void setMethodNameSetup(java.lang.String methodNameSetup)

validate

public boolean validate(java.lang.Class targetClass,
                        Tag targetTag,
                        Tag setupTag,
                        TagErrorHandler teh)
Description copied from interface: InstanceSetup
Validate that initiation is possible after construction.

Specified by:
validate in interface InstanceSetup

setup

public void setup(java.lang.Object targetInstance,
                  Tag targetTag,
                  Tag setupTag,
                  Dependencies dependencies)
Description copied from interface: InstanceSetup
Initiates the tag instance.

Specified by:
setup in interface InstanceSetup