Groovy Documentation

org.linkedin.glu.agent.impl.script
[Groovy] Class ScriptDefinition

java.lang.Object
  org.linkedin.glu.agent.impl.script.ScriptDefinition
All Implemented Interfaces:
java.io.Serializable, Externable

class ScriptDefinition

Represents the script definition (does not change over the life of the script)

Authors:
ypujante@linkedin.com


Property Summary
ScriptFactory _scriptFactory

java.lang.Object _scriptFactoryArgs

java.lang.Object initParameters

MountPoint mountPoint

MountPoint parent

ScriptFactory scriptFactory

 
Constructor Summary
ScriptDefinition(MountPoint mountPoint, MountPoint parent, ScriptFactory scriptFactory, java.lang.Object initParameters)

 
Method Summary
boolean equals(java.lang.Object o)

ScriptFactory getScriptFactory()

java.lang.Object getScriptFactoryArgs()

int hashCode()

void setScriptFactory(ScriptFactory factory)

java.lang.Object toExternalRepresentation()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

_scriptFactory

final ScriptFactory _scriptFactory


_scriptFactoryArgs

final java.lang.Object _scriptFactoryArgs


initParameters

final java.lang.Object initParameters


mountPoint

final MountPoint mountPoint


parent

final MountPoint parent


scriptFactory

final ScriptFactory scriptFactory


 
Constructor Detail

ScriptDefinition

ScriptDefinition(MountPoint mountPoint, MountPoint parent, ScriptFactory scriptFactory, java.lang.Object initParameters)


 
Method Detail

equals

boolean equals(java.lang.Object o)


getScriptFactory

ScriptFactory getScriptFactory()


getScriptFactoryArgs

java.lang.Object getScriptFactoryArgs()


hashCode

int hashCode()


setScriptFactory

void setScriptFactory(ScriptFactory factory)


toExternalRepresentation

java.lang.Object toExternalRepresentation()


toString

java.lang.String toString()


 

Groovy Documentation