[Groovy] Class OptionAccessor
- groovy.util.OptionAccessor
@Deprecated class OptionAccessor extends Object
- deprecated:
- use
groovy.cli.picocli.OptionAccessoror OptionAccessor
Properties Summary
| Type | Name and description |
|---|---|
OptionAccessor |
delegate |
Constructor Summary
| Constructor and description |
|---|
OptionAccessor
() |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
Object |
getProperty(String name) | |
Object |
invokeMethod(String name, Object args) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
@Delegate OptionAccessor delegate
Constructor Detail
OptionAccessor()
Method Detail
Object getProperty(String name)
Object invokeMethod(String name, Object args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/OptionAccessor.html