public class CommandNWorkspaceCommandFactory extends Object implements net.thevpc.nuts.core.NWorkspaceCmdFactory
| Constructor and Description |
|---|
CommandNWorkspaceCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(net.thevpc.nuts.command.NCommandFactoryConfig config) |
String |
factoryId() |
net.thevpc.nuts.command.NCommandConfig |
findCommand(String name) |
List<net.thevpc.nuts.command.NCommandConfig> |
findCommands() |
int |
priority() |
public void configure(net.thevpc.nuts.command.NCommandFactoryConfig config)
configure in interface net.thevpc.nuts.core.NWorkspaceCmdFactorypublic int priority()
priority in interface net.thevpc.nuts.core.NWorkspaceCmdFactorypublic String factoryId()
factoryId in interface net.thevpc.nuts.core.NWorkspaceCmdFactorypublic net.thevpc.nuts.command.NCommandConfig findCommand(String name)
findCommand in interface net.thevpc.nuts.core.NWorkspaceCmdFactorypublic List<net.thevpc.nuts.command.NCommandConfig> findCommands()
findCommands in interface net.thevpc.nuts.core.NWorkspaceCmdFactoryCopyright © 2026 vpc open source initiative. All rights reserved.