org.picocontainer.converters
Class ConverterTestCase.MyConverter

java.lang.Object
  extended by org.picocontainer.converters.ConverterTestCase.MyConverter
All Implemented Interfaces:
Converter<Boolean>
Enclosing class:
ConverterTestCase

public static class ConverterTestCase.MyConverter
extends Object


Field Summary
static int invocationCount
           
 
Constructor Summary
ConverterTestCase.MyConverter()
           
 
Method Summary
 Boolean convert(String paramValue)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocationCount

public static int invocationCount
Constructor Detail

ConverterTestCase.MyConverter

public ConverterTestCase.MyConverter()
Method Detail

convert

public Boolean convert(String paramValue)

Specified by:
convert in interface Converter<Boolean>
See Also:
BooleanConverter.convert(java.lang.String)


Copyright © 2003-2010 Codehaus. All Rights Reserved.