hudson.cli.util
Class ScriptLoader

java.lang.Object
  extended by hudson.cli.util.ScriptLoader
All Implemented Interfaces:
hudson.remoting.Callable<String,IOException>, Serializable

public class ScriptLoader
extends Object
implements hudson.remoting.Callable<String,IOException>

Author:
vjuranek
See Also:
Serialized Form

Constructor Summary
ScriptLoader(String script)
           
 
Method Summary
 String call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptLoader

public ScriptLoader(String script)
Method Detail

call

public String call()
            throws IOException
Specified by:
call in interface hudson.remoting.Callable<String,IOException>
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.