genzou #7217(2008/08/19 08:01 GMT) [ Groovy ] Rating0/0=0.00
1 2 3 4 5
outputMethod( target, "test_" ) def outputMethod(object, prefix){ object.class.metaClass.methods.findAll{ it.name.startsWith(prefix) }.each{ println it.name } }
Rating0/0=0.00-0+
[ reply ]
genzou
#7217()
[
Groovy
]
Rating0/0=0.00
outputMethod( target, "test_" ) def outputMethod(object, prefix){ object.class.metaClass.methods.findAll{ it.name.startsWith(prefix) }.each{ println it.name } }Rating0/0=0.00-0+
[ reply ]