Package | Description |
---|---|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
org.apache.commons.betwixt.strategy |
This package contains a variety of plugin Strategy patterns that can be used to customize the
default behaviours.
|
Modifier and Type | Method and Description |
---|---|
ActionMappingStrategy |
ReadContext.getActionMappingStrategy()
Gets the strategy used to define default mappings actions
for elements.
|
ActionMappingStrategy |
ReadConfiguration.getActionMappingStrategy()
Gets the
ActionMappingStrategy used to define
default mapping actions. |
Modifier and Type | Method and Description |
---|---|
void |
ReadConfiguration.setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
Sets the
ActionMappingStrategy used to define
default mapping acitons. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionMappingStrategy |
Modifier and Type | Field and Description |
---|---|
static ActionMappingStrategy |
ActionMappingStrategy.DEFAULT
Default
ActionMappingStrategy
used by betwixt |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.