Class AnnotatedSubShell

    • Constructor Detail

      • AnnotatedSubShell

        public AnnotatedSubShell()
        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.
      • 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.
      • 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.