org.expasy.jpl.commons.app
Interface JPLTerminalApplication


public interface JPLTerminalApplication

All JPL applications launched from the terminal will have to implements these methods.

Version:
1.0
Author:
nikitin

Method Summary
 AbstractApplicationParameters getParameters()
           
 void run()
          run the application
 

Method Detail

getParameters

AbstractApplicationParameters getParameters()
Returns:
the parameters

run

void run()
         throws Exception
run the application

Throws:
Exception


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.