public class ManFileParser extends Object implements FileParser
| Constructor and Description |
|---|
ManFileParser() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAsList() |
String |
getName() |
List<ManSection> |
getSections() |
List<String> |
loadPage(int columns) |
String |
print() |
void |
setInput(InputStream input) |
public void setInput(InputStream input) throws IOException
IOExceptionpublic String getName()
getName in interface FileParserpublic List<String> loadPage(int columns) throws IOException
loadPage in interface FileParserIOExceptionpublic List<ManSection> getSections()
public String print()
Copyright © 2018 JBoss by Red Hat. All rights reserved.