Class BaseGetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>

    • Field Detail

      • habitat

        @Inject
        protected org.glassfish.hk2.api.ServiceLocator habitat
    • Constructor Detail

      • BaseGetNotifierConfigurationCommand

        public BaseGetNotifierConfigurationCommand()
    • 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
      • getNotifierConfiguration

        protected Map<String,​Object> getNotifierConfiguration​(C configuration)
        Parameters:
        configuration - the configuration to get properties from
        Returns:
        a map from user readable attribute names to their values