Class MetadataCommandArgument

java.lang.Object
com.adaptris.core.services.system.MetadataCommandArgument
All Implemented Interfaces:
CommandArgument

public class MetadataCommandArgument extends Object implements 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 Details

    • MetadataCommandArgument

      public MetadataCommandArgument()
    • MetadataCommandArgument

      public MetadataCommandArgument(String arg)
  • Method Details