Class Script.File

java.lang.Object
com.sun.xml.ws.test.model.Script
com.sun.xml.ws.test.model.Script.File
Enclosing class:
Script

public static final class Script.File extends Script
Script where the script is stored in a file.
  • Constructor Details

    • File

      public File(File script)
  • Method Details

    • getName

      public String getName()
      Description copied from class: Script
      Name of the script. This is intended to allow humans to find out which script this is.
      Specified by:
      getName in class Script
    • read

      public Reader read() throws IOException
      Description copied from class: Script
      Returns a new reader that reads the script.
      Specified by:
      read in class Script
      Throws:
      IOException