Package com.sun.xml.ws.test.model
Class Script.File
- java.lang.Object
-
- com.sun.xml.ws.test.model.Script
-
- com.sun.xml.ws.test.model.Script.File
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.test.model.Script
Script.File, Script.Inline
-
-
Constructor Summary
Constructors Constructor Description File(java.io.File script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Name of the script.java.io.Readerread()Returns a new reader that reads the script.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:ScriptName of the script. This is intended to allow humans to find out which script this is.
-
-