Uses of Class
pro.johndunlap.getopt.ParseContext
-
Packages that use ParseContext Package Description pro.johndunlap.getopt -
-
Uses of ParseContext in pro.johndunlap.getopt
Methods in pro.johndunlap.getopt that return ParseContext Modifier and Type Method Description <T> ParseContext<T>GetOpt. readContext(Class<T> classType, String[] args)Same asGetOpt.read(Class, String[])except that it returns aParseContextinstead of the instance.ParseContext<T>ParseContext. setCurrentName(String currentName)ParseContext<T>ParseContext. setHelpRequested(boolean helpRequested)Methods in pro.johndunlap.getopt with parameters of type ParseContext Modifier and Type Method Description protected abstract <T> ParserParser. execute(ParseContext<T> context)
-