|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plovr.cli.AbstractCommandOptions
org.plovr.cli.ServeCommandOptions
org.plovr.cli.TestCommandOptions
public class TestCommandOptions
TestCommandOptions subclasses ServeCommandOptions because it
has to run a plovr server as a side-effect of running the tests, so this
ensures that all of the server options are available during testing.
| Constructor Summary | |
|---|---|
TestCommandOptions()
|
|
| Method Summary | |
|---|---|
int |
getTimeout()
|
| Methods inherited from class org.plovr.cli.ServeCommandOptions |
|---|
getArguments, getListenAddress, getPort |
| Methods inherited from class org.plovr.cli.AbstractCommandOptions |
|---|
showHelp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCommandOptions()
| Method Detail |
|---|
public int getTimeout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||