public interface CommandLineConverter<T>
T convert(Iterable<String> args) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(Iterable<String> args, T target) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(ParsedCommandLine args) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(ParsedCommandLine args, T target) throws CommandLineArgumentException
CommandLineArgumentExceptionvoid configure(CommandLineParser parser)
Copyright © 2013. All rights reserved