Package org.dellroad.msrp
Class Main
- java.lang.Object
-
- org.dellroad.stuff.main.MainClass
-
- org.dellroad.msrp.Main
-
public class Main extends MainClass
Command line utility.This class depends on the JLine and dellroad-stuff Java libraries.
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getName()
static void
main(String[] args)
int
run(String[] args)
protected void
usageMessage()
-
Methods inherited from class org.dellroad.stuff.main.MainClass
commandLoop, doMain, errout, handleCommand, parsePropertyFlags, usageError
-
-
-
-
Method Detail
-
getName
protected String getName()
-
usageMessage
protected void usageMessage()
- Specified by:
usageMessage
in classMainClass
-
-