public class ShebangScriptProcessor extends Object implements ScriptProcessor
ScriptProcessor
which looks for a #!
at the beginning of a
script, and set the language accordingly.Constructor and Description |
---|
ShebangScriptProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
begin(ScriptInfo scriptInfo) |
String |
process(String line) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end
public void begin(ScriptInfo scriptInfo)
begin
in interface ScriptProcessor
public String process(String line)
process
in interface ScriptProcessor
Copyright © 2015–2022 SciJava. All rights reserved.