Module openj9.dtfj

Class Context

  • All Implemented Interfaces:
    IContext
    Direct Known Subclasses:
    DTFJContext

    public abstract class Context
    extends Object
    implements IContext
    A context represents the environment within which a command is executing. This abstract class provides common functionality which is required by all types of context.
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • getCommandNames

        public Vector<String> getCommandNames()
        List of all the command names that are available within this context
        Returns:
        list of names
      • addGlobalCommandsToContext

        protected void addGlobalCommandsToContext()
        This adds the list of global commands which are applicable for any context to this specific context instance