Class AbstractMain

java.lang.Object
org.opendaylight.aaa.cli.jar.AbstractMain
Direct Known Subclasses:
Main

public abstract class AbstractMain extends Object
Class with main() method and argument parsing etc. This class ONLY deals with argument parsing etc. and doesn't "do" anything, yet; this is intentional, and best for true unit test-ability of this class. The Main subclass has the actual logic.
Author:
Michael Vorburger.ch