Class Script

java.lang.Object
com.sun.xml.ws.test.model.Script
Direct Known Subclasses:
Script.File, Script.Inline

public abstract class Script extends Object
Bean shell script.
Author:
Kohsuke Kawaguchi
  • Method Details

    • getName

      public abstract String getName()
      Name of the script. This is intended to allow humans to find out which script this is.
    • read

      public abstract Reader read() throws IOException
      Returns a new reader that reads the script.
      Throws:
      IOException
    • getSource

      public String getSource()