Class BKCommand<CommandFlagsT extends CliFlags>

    • Method Detail

      • apply

        @Private
        public int apply​(java.lang.String commandName,
                         org.apache.commons.configuration.CompositeConfiguration conf,
                         java.lang.String[] args)
        Made this as public for allowing old bookie shell use new cli command. This should be removed once we get rid of the old bookie shell.
      • acceptServiceUri

        protected boolean acceptServiceUri​(ServiceURI serviceURI)
      • apply

        protected abstract boolean apply​(ServiceURI serviceURI,
                                         org.apache.commons.configuration.CompositeConfiguration conf,
                                         BKFlags globalFlags,
                                         CommandFlagsT cmdFlags)