org.picocontainer.injectors
Class ReinjectionTestCase.NeedsShoe

java.lang.Object
  extended by org.picocontainer.injectors.ReinjectionTestCase.NeedsShoe
All Implemented Interfaces:
ReinjectionTestCase.INeedsShoe
Enclosing class:
ReinjectionTestCase

public static class ReinjectionTestCase.NeedsShoe
extends java.lang.Object
implements ReinjectionTestCase.INeedsShoe


Nested Class Summary
static class ReinjectionTestCase.NeedsShoe.M
           
 
Constructor Summary
ReinjectionTestCase.NeedsShoe(ReinjectionTestCase.Shoe bar)
           
 
Method Summary
 int doInt(int s)
           
 int doIt(java.lang.String s)
           
 java.lang.Object getBar()
           
 java.lang.Object getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReinjectionTestCase.NeedsShoe

public ReinjectionTestCase.NeedsShoe(ReinjectionTestCase.Shoe bar)
Method Detail

doIt

public int doIt(java.lang.String s)
Specified by:
doIt in interface ReinjectionTestCase.INeedsShoe

doInt

public int doInt(int s)

getBar

public java.lang.Object getBar()
Specified by:
getBar in interface ReinjectionTestCase.INeedsShoe

getString

public java.lang.Object getString()
Specified by:
getString in interface ReinjectionTestCase.INeedsShoe


Copyright © 2003-2011 Codehaus. All Rights Reserved.