org.springframework.shell.commands
Class ScriptCommands

java.lang.Object
  extended by org.springframework.shell.commands.ScriptCommands
All Implemented Interfaces:
CommandMarker

@Component
public class ScriptCommands
extends Object
implements CommandMarker


Field Summary
protected  Logger logger
           
 
Constructor Summary
ScriptCommands()
           
 
Method Summary
protected  Collection<URL> findResources(String path)
           
 void script(File script, boolean lineNumbers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

ScriptCommands

public ScriptCommands()
Method Detail

script

public void script(File script,
                   boolean lineNumbers)

findResources

protected Collection<URL> findResources(String path)