public interface RunnableApp
java -jar ome-smuggler-0.1.0.jar ome.smuggler.run.ChosenApp any app argswhere
ome.smuggler.run.ChosenApp
is the fully qualified name of a
class implementing this interface and "any app args
" are, well,
exactly what you think: any arguments specific to the app to run.Modifier and Type | Method and Description |
---|---|
void |
run(java.util.List<java.lang.String> appArgs)
Runs the app with the given command line arguments.
|
void run(java.util.List<java.lang.String> appArgs)
appArgs
- the app arguments as given on the command line.