Interface VariableCapture


public interface VariableCapture
If an op implements VariableCapture, then it is known to be able to extract variables from its result. Generally speaking, this should be implemented within an Op according to the standard format of ParsedTemplate.getCaptures(). Any op implementing this should use the interface below to support interop between adapters and to allow for auto documentation tha the feature is supported for a given adapter.
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​?> capture()  
  • Method Details

    • capture

      java.util.Map<java.lang.String,​?> capture()