public class DeferredScriptImpl extends java.lang.Object implements DeferredScript, org.apache.hivemind.Locatable
Constructor and Description |
---|
DeferredScriptImpl(org.apache.hivemind.Resource resource,
IScriptSource source,
org.apache.hivemind.Location location) |
Modifier and Type | Method and Description |
---|---|
org.apache.hivemind.Location |
getLocation() |
IScript |
getScript() |
java.lang.String |
toString() |
public DeferredScriptImpl(org.apache.hivemind.Resource resource, IScriptSource source, org.apache.hivemind.Location location)
public IScript getScript()
getScript
in interface DeferredScript
public org.apache.hivemind.Location getLocation()
getLocation
in interface org.apache.hivemind.Locatable
public java.lang.String toString()
toString
in class java.lang.Object