keith-turner commented on code in PR #6127:
URL: https://github.com/apache/accumulo/pull/6127#discussion_r2805972606
##########
start/src/main/java/org/apache/accumulo/start/spi/CommandGroup.java:
##########
@@ -18,14 +18,32 @@
*/
package org.apache.accumulo.start.spi;
+/**
+ * Used for grouping {@link KeywordExecutable} commands.
+ *
+ * @since 4.0.0
+ */
public interface CommandGroup extends Comparable<CommandGroup> {
+ /**
+ * To execute a command in this group this key must be entered before the
command. Should not
+ * contain spaces.
Review Comment:
That is good to know, I will add that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]