Class GroovyPuzzlePropertyAdapter
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Script
games.stendhal.server.entity.mapstuff.puzzle.GroovyPuzzlePropertyAdapter
- All Implemented Interfaces:
groovy.lang.GroovyObject
public abstract class GroovyPuzzlePropertyAdapter
extends groovy.lang.Script
provides property information to groovy scripts.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Constructor Details
-
GroovyPuzzlePropertyAdapter
public GroovyPuzzlePropertyAdapter()
-
-
Method Details
-
getProperty
gets a property- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classgroovy.lang.Script
- Parameters:
name
- of property- Returns:
- value of property
-