public class ConfigNWorkspaceCommandFactory extends Object implements net.thevpc.nuts.core.NWorkspaceCmdFactory
| Constructor and Description |
|---|
ConfigNWorkspaceCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.log.NLog |
_LOG() |
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() |
List<net.thevpc.nuts.command.NCommandConfig> |
findCommands(net.thevpc.nuts.artifact.NId id) |
List<net.thevpc.nuts.command.NCommandConfig> |
findCommands(Predicate<net.thevpc.nuts.command.NCommandConfig> filter) |
net.thevpc.nuts.io.NPath |
getStoreLocation() |
void |
installCommand(net.thevpc.nuts.command.NCommandConfig command) |
int |
priority() |
void |
uninstallCommand(String name) |
protected net.thevpc.nuts.log.NLog _LOG()
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.NWorkspaceCmdFactorypublic net.thevpc.nuts.io.NPath getStoreLocation()
public void uninstallCommand(String name)
public void installCommand(net.thevpc.nuts.command.NCommandConfig command)
public List<net.thevpc.nuts.command.NCommandConfig> findCommands(net.thevpc.nuts.artifact.NId id)
Copyright © 2026 vpc open source initiative. All rights reserved.