Class AbstractListCommandProxy

    • Field Detail

      • serviceLocator

        @Inject
        protected org.glassfish.hk2.api.ServiceLocator serviceLocator
      • targetUtil

        @Inject
        protected Target targetUtil
      • logger

        @Inject
        protected Logger logger
      • isTerse

        protected boolean isTerse
      • outputHeaderList

        protected String outputHeaderList
      • header

        protected boolean header
      • target

        protected String target
      • useLongFormat

        protected boolean useLongFormat
    • Constructor Detail

      • AbstractListCommandProxy

        public AbstractListCommandProxy()
    • Method Detail

      • execute

        public final 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
      • getCommandName

        protected abstract String getCommandName()
      • fillParameterMap

        protected void fillParameterMap​(ParameterMap parameterMap)
      • isLongNumber

        protected boolean isLongNumber​(String str)