edu.umd.cfar.lamp.apploader
Interface AppLoaderScript


public interface AppLoaderScript

Interface for script extensions to the application.


Method Summary
 java.lang.String getScriptName()
           
 void run(AppLoader application)
           
 

Method Detail

run

public void run(AppLoader application)

getScriptName

public java.lang.String getScriptName()