com.googlecode.jslint4java.cli
Class CharsetConverter

java.lang.Object
  extended by com.googlecode.jslint4java.cli.CharsetConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Charset>

public class CharsetConverter
extends Object
implements com.beust.jcommander.IStringConverter<Charset>

A utility for using Charset with JCommander.


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

Constructor Detail

CharsetConverter

public CharsetConverter()
Method Detail

convert

public Charset convert(String value)
Specified by:
convert in interface com.beust.jcommander.IStringConverter<Charset>


Copyright © 2007-2012. All Rights Reserved.