Package | Description |
---|---|
org.apache.commons.betwixt |
This package contains the main betwixt introspection code.
|
org.apache.commons.betwixt.expression |
This package contains the system which extracts values from beans.
|
Modifier and Type | Method and Description |
---|---|
Options |
Descriptor.getOptions()
Gets the options for this descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
Options.addOptions(Options options)
Adds multiple options from an existing
Options collection. |
void |
Descriptor.setOptions(Options options)
Sets the options for this descriptor.
|
Modifier and Type | Method and Description |
---|---|
Options |
Context.getOptions()
Gets the current
Options . |
Modifier and Type | Method and Description |
---|---|
void |
Context.pushOptions(Options options)
Pushes the given
Options onto the stack. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.