- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCommandRegistries (0.07 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellCommandRegistryHolder.java
public void addCommandRegistry(CommandRegistry commandRegistry) { requireNonNull(commandRegistry, "commandRegistry"); this.commandRegistries.add(commandRegistry); } public CommandRegistry[] getCommandRegistries() { return commandRegistries.toArray(new CommandRegistry[0]); } @Override public void close() throws Exception { ArrayList<Exception> exceptions = new ArrayList<>();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 17 09:50:45 UTC 2024 - 2.2K bytes - Viewed (0)