public class URLScript extends Script
| Modifier and Type | Field and Description | 
|---|---|
protected URLConnection | 
conn  | 
protected URL | 
url  | 
lastModified, script, scripting| Constructor and Description | 
|---|
URLScript(org.osgi.framework.Bundle bundle,
         String path)  | 
URLScript(String location)  | 
URLScript(URL url)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getExtension()  | 
String | 
getLocation()  | 
Reader | 
getReader()  | 
Reader | 
getReaderIfModified()  | 
compile, getCompiledScript, getExtension, getScripting, newScript, newScript, newScript, runprotected URLConnection conn
public URLScript(URL url) throws IOException
IOExceptionpublic URLScript(String location) throws IOException
IOExceptionpublic URLScript(org.osgi.framework.Bundle bundle, String path) throws IOException
IOExceptionpublic String getExtension()
getExtension in class Scriptpublic String getLocation()
getLocation in class Scriptpublic Reader getReaderIfModified() throws IOException
getReaderIfModified in class ScriptIOExceptionpublic Reader getReader() throws IOException
getReader in class ScriptIOExceptionCopyright © 2019 Nuxeo. All rights reserved.