Package com.inductiveautomation.rm
Class Shell
- java.lang.Object
- 
- com.inductiveautomation.rm.Shell
 
- 
 public class Shell extends java.lang.ObjectThis class offers a command line interface to some of ReportMill's functionality. You can invoke it like this:prompt> java -cp ReportMill.jar com.reportmill.Shell This class supports a number of command line args: -license <your_license_key> Installs a specified license for the current user. -fonts Prints all the font names on the system. -fonts2 Prints all the font family names on the system. 
- 
- 
Constructor SummaryConstructors Constructor Description Shell()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)This is the static main method called when launching Java with this class.
 
-