Class AbstractListCommand

    • Field Detail

      • logger

        @Inject
        protected Logger logger
      • isTerse

        public boolean isTerse
      • outputHeaderList

        protected String outputHeaderList
      • header

        protected boolean header
      • target

        protected String target
      • outputHeaders

        protected String[] outputHeaders
      • displayHeaders

        protected String[] displayHeaders
    • Constructor Detail

      • AbstractListCommand

        public AbstractListCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        context - information
      • getJobOperatorFromBatchRuntime

        protected static jakarta.batch.operations.JobOperator getJobOperatorFromBatchRuntime()
      • isHeaderRequired

        protected boolean isHeaderRequired()
      • supportsLongFormat

        protected boolean supportsLongFormat()
      • getAllHeaders

        protected abstract String[] getAllHeaders()
      • getDefaultHeaders

        protected abstract String[] getDefaultHeaders()
      • getOutputHeaders

        protected String[] getOutputHeaders()
      • getDisplayHeaders

        protected String[] getDisplayHeaders()