As suggested by @ctrueden [on gitter](https://gitter.im/scijava/scijava-common?at=5ee92a6724a3382d5d6eded0), we should add a convenience method to `ScriptService` that returns a `ScriptInfo` or `ModuleInfo` for a given script. Something like `getScriptInfo(String filename, String script)` ?
As suggested by @ctrueden on gitter, we should add a convenience method to
ScriptServicethat returns aScriptInfoorModuleInfofor a given script.Something like
getScriptInfo(String filename, String script)?