public final class LineCountParser extends Object
| Constructor and Description |
|---|
LineCountParser(String contents)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LineCountData |
getLineCountData()
Returns the
LineCountData describing the passed Shell script |
public LineCountParser(String contents) throws IOException
LineCountData is created and ready for
retrieval with the method getLineCountData()contents - the Shell script to be parsedIOException - if there is a problem reading the contentsgetLineCountData()public LineCountData getLineCountData()
LineCountData describing the passed Shell scriptLineCountData describing the passed Shell scriptCopyright © 2018–2019. All rights reserved.