Package eu.tneitzel.rmg
Class Starter
- java.lang.Object
-
- eu.tneitzel.rmg.Starter
-
public class Starter extends Object
The Starter class contains the entrypoint of remote-method-guesser. It is responsible for creating a Dispatcher object, that is used to dispatch the actual method call.- Author:
- Tobias Neitzel (@qtc_de)
-
-
Constructor Summary
Constructors Constructor Description Starter()
-
-
-
Method Detail
-
main
public static void main(String[] argv)
Main method :)- Parameters:
argv- arguments passed to the program
-
-