@Component public class ScriptCommands extends Object implements CommandMarker
Constructor and Description |
---|
ScriptCommands() |
protected final Logger logger
@CliCommand(value="script", help="Parses the specified resource file and executes its commands") public void script(@CliOption(key={"","file"},help="The file to locate and execute",mandatory=true) File script, @CliOption(key="lineNumbers",mandatory=false,specifiedDefaultValue="true",unspecifiedDefaultValue="false",help="Display line numbers when executing the script") boolean lineNumbers)
protected Collection<URL> findResources(String path)