Class BasicCommandContext

  • All Implemented Interfaces:
    CommandContext

    public class BasicCommandContext
    extends Object
    implements CommandContext
    Basic implementation of OCommandContext interface that stores variables in a map. Supports parent/child context to build a tree of contexts. If a variable is not found on current object the search is applied recursively on child contexts.
    Author:
    Luca Garulli (l.garulli--(at)--gmail.com)