Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.agent.impl.script.ScriptDefinition

class ScriptDefinition

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

Authors:
ypujante@linkedin.com


Property Summary
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)

int hashCode()

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

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)


hashCode

int hashCode()


toExternalRepresentation

java.lang.Object toExternalRepresentation()


toString

java.lang.String toString()


 

Groovy Documentation