Class MetadataCommandArgument
java.lang.Object
com.adaptris.core.services.system.MetadataCommandArgument
- All Implemented Interfaces:
- CommandArgument
Provides the metadata value associated with the specified key as a command line argument
In the adapter configuration file this class is aliased as system-command-metadata-argument which is the preferred alternative to the fully qualified classname when building your configuration.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MetadataCommandArgumentpublic MetadataCommandArgument()
- 
MetadataCommandArgument
 
- 
- 
Method Details- 
retrieveValue- Specified by:
- retrieveValuein interface- CommandArgument
- Parameters:
- msg- the- AdaptrisMessage
- Returns:
- the value for this argument
 
- 
getKey
- 
setKeyThe metadata key to be dereferenced- Parameters:
- key-
 
 
-