public class ManPageFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static BufferedReader |
getCommandManPage(String cmdName,
String cmdClass,
Locale locale,
ClassLoader classLoader,
Logger logger)
Get the man page for the given command for the given locale
using the given classloader.
|
public static BufferedReader getCommandManPage(String cmdName, String cmdClass, Locale locale, ClassLoader classLoader, Logger logger)
cmdName - the command namecmdClass - the command classlocale - the locale to be used to find the man pageclassLoader - the class loader to be used to find the man pageCopyright © 2017–2020 Eclipse Foundation. All rights reserved.