public class ScriptFile
extends java.lang.Object
Constructor and Description |
---|
ScriptFile() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLanguage()
Used to set the language of the script file
|
java.io.File |
getLocation()
Used to get the location of the script file
|
void |
setLanguage(java.lang.String language)
Used to get the language of the script file
|
void |
setLocation(java.io.File location)
Used to set the location of the script file
|
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the language of the script filepublic java.io.File getLocation()
public void setLocation(java.io.File location)
location
- the location of the script file