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 StringgetName()static voidmain(String[] args)intrun(String[] args)protected voidusageMessage()- 
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:
 usageMessagein classMainClass
 
 - 
 
 -