|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.agent.impl.script.ScriptDefinition
class ScriptDefinition
Represents the script definition (does not change over the life of the script)
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 |
---|
final java.lang.Object initParameters
final MountPoint mountPoint
final MountPoint parent
final ScriptFactory scriptFactory
Constructor Detail |
---|
ScriptDefinition(MountPoint mountPoint, MountPoint parent, ScriptFactory scriptFactory, java.lang.Object initParameters)
Method Detail |
---|
boolean equals(java.lang.Object o)
int hashCode()
java.lang.Object toExternalRepresentation()
java.lang.String toString()
Groovy Documentation