askewseth / Concordanator

A java based application to create and search word concordances of public domain texts.
https://sible777.github.io/Concordanator
MIT License
0 stars 1 forks source link

startRepl method in CmdRepl class #8

Closed corysabol closed 8 years ago

corysabol commented 8 years ago

This method should have the following signature:

public void startRepl() {
    // Looping case structure to handle commands
    // This simply make appropriate calls to library functionality
}

It should not return anything only prompt the user and display output.

corysabol commented 8 years ago

Some methods make use of unsupportedOperationException whilst they are not implemented to avoid compilation errors.

https://docs.oracle.com/javase/7/docs/api/java/lang/UnsupportedOperationException.html