org.owasp.webscarab.plugin
Class Script
java.lang.Object
org.owasp.webscarab.plugin.Script
public class Script
- extends java.lang.Object
- Author:
- rogan
Constructor Summary |
Script(java.io.File file)
Creates a new instance of Script |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Script
public Script(java.io.File file)
throws java.io.IOException
- Creates a new instance of Script
- Throws:
java.io.IOException
reload
public void reload()
throws java.io.IOException
- Throws:
java.io.IOException
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getFile
public java.io.File getFile()
getScript
public java.lang.String getScript()
setScript
public void setScript(java.lang.String script)
throws java.io.IOException
- Throws:
java.io.IOException
getLastModified
public long getLastModified()
getLanguage
public java.lang.String getLanguage()
setLanguage
public void setLanguage(java.lang.String language)