org.neovera.jdiablo
Interface Launchable


public interface Launchable

Interface that the "main" class should implement.


Method Summary
 ExecutionState mainEntryPoint()
          Called after the command line options have been set (and only called if all required options are fulfilled).
 

Method Detail

mainEntryPoint

ExecutionState mainEntryPoint()
Called after the command line options have been set (and only called if all required options are fulfilled).

Returns:
Execution result.


Copyright © 2014 Neovera Inc.. All rights reserved.