Class ReadValue

  • All Implemented Interfaces:
    org.apache.commons.chain.Command

    public class ReadValue
    extends Object
    implements org.apache.commons.chain.Command
    Read the Value of the given Property and store it under the given Context attribute.
    • Constructor Detail

      • ReadValue

        public ReadValue()
    • Method Detail

      • execute

        public boolean execute​(org.apache.commons.chain.Context ctx)
                        throws Exception
        Specified by:
        execute in interface org.apache.commons.chain.Command
        Throws:
        Exception
      • getDestKey

        public String getDestKey()
        Returns:
        the destination key
      • setDestKey

        public void setDestKey​(String destKey)
        Parameters:
        destKey - the destination key to set
      • getSrcIndexKey

        public String getSrcIndexKey()
        Returns:
        the source index key
      • setSrcIndexKey

        public void setSrcIndexKey​(String srcIndexKey)
        Parameters:
        srcIndexKey - the source index key to set
      • getSrcPathKey

        public String getSrcPathKey()
        Returns:
        the source path key
      • setSrcPathKey

        public void setSrcPathKey​(String srcPathKey)
        Parameters:
        srcPathKey - the source path key to set