Interface Command

    • Method Detail

      • setDescription

        void setDescription​(java.lang.String desc)
      • getDescription

        java.lang.String getDescription()
      • setName

        void setName​(java.lang.String name)
      • getName

        java.lang.String getName()
        Description copied from interface: Component
        Returns a name for the component. These names are not guaranteed to be unique, and are intended for display and logging. Generally this is the class name of the Component object, without package information.
        Specified by:
        getName in interface Component
        Returns:
        name of the component
      • getSession

        Session getSession()
        Description copied from interface: Component
        Returns the Session used to initialize this Component. The returned session is also used to locate other components if needed.
        Specified by:
        getSession in interface Component
        Returns:
        this component's session
      • setUsage

        void setUsage​(java.lang.String usage)
      • getUsage

        java.lang.String getUsage()