public class BlogPreProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
processFile(File blogFile)
Given a blog file, read through each line and extract the content and
updated date, printing these as one line to the result file.
|
static ArgOptions |
setupOptions() |
public void processFile(File blogFile) throws IOException
IOExceptionpublic static ArgOptions setupOptions()
public static void main(String[] args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2012. All Rights Reserved.