Class BasicSubShell

    • Constructor Detail

      • BasicSubShell

        public BasicSubShell()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Description copied from interface: SubShell
        Return the name of the command if used inside a shell.
        Specified by:
        getName in interface SubShell
        Returns:
        The name of the command in the shell.
      • setName

        public void setName​(String name)
        Deprecated.
      • getDescription

        public String getDescription()
        Deprecated.
        Description copied from interface: SubShell
        Return the description of the command which is used to generate command line help.
        Specified by:
        getDescription in interface SubShell
        Returns:
        The description of the command in the shell.
      • setDescription

        public void setDescription​(String description)
        Deprecated.
      • getDetailedDescription

        public String getDetailedDescription()
        Deprecated.
        Description copied from interface: SubShell
        Return a detailed description of the command.
        Specified by:
        getDetailedDescription in interface SubShell
        Returns:
        The detailed description of the command in the shell.
      • setDetailedDescription

        public void setDetailedDescription​(String detailedDescription)
        Deprecated.