com.beust.jcommander.converters
Class BooleanConverter

java.lang.Object
  extended by com.beust.jcommander.converters.BooleanConverter
All Implemented Interfaces:
IStringConverter<Boolean>

public class BooleanConverter
extends Object
implements IStringConverter<Boolean>


Constructor Summary
BooleanConverter()
           
 
Method Summary
 Boolean convert(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

convert

public Boolean convert(String value)
Specified by:
convert in interface IStringConverter<Boolean>


Copyright © 2010. All Rights Reserved.