public class ConfigNWorkspaceCommandFactory extends Object implements net.thevpc.nuts.NWorkspaceCmdFactory
| Constructor and Description |
|---|
ConfigNWorkspaceCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.log.NLog |
_LOG() |
protected net.thevpc.nuts.log.NLogOp |
_LOGOP() |
void |
configure(net.thevpc.nuts.NCommandFactoryConfig config) |
net.thevpc.nuts.NCommandConfig |
findCommand(String name) |
List<net.thevpc.nuts.NCommandConfig> |
findCommands() |
List<net.thevpc.nuts.NCommandConfig> |
findCommands(net.thevpc.nuts.NId id) |
List<net.thevpc.nuts.NCommandConfig> |
findCommands(Predicate<net.thevpc.nuts.NCommandConfig> filter) |
String |
getFactoryId() |
int |
getPriority() |
net.thevpc.nuts.io.NPath |
getStoreLocation() |
void |
installCommand(net.thevpc.nuts.NCommandConfig command) |
void |
uninstallCommand(String name) |
protected net.thevpc.nuts.log.NLogOp _LOGOP()
protected net.thevpc.nuts.log.NLog _LOG()
public void configure(net.thevpc.nuts.NCommandFactoryConfig config)
configure in interface net.thevpc.nuts.NWorkspaceCmdFactorypublic int getPriority()
getPriority in interface net.thevpc.nuts.NWorkspaceCmdFactorypublic String getFactoryId()
getFactoryId in interface net.thevpc.nuts.NWorkspaceCmdFactorypublic net.thevpc.nuts.NCommandConfig findCommand(String name)
findCommand in interface net.thevpc.nuts.NWorkspaceCmdFactorypublic List<net.thevpc.nuts.NCommandConfig> findCommands()
findCommands in interface net.thevpc.nuts.NWorkspaceCmdFactorypublic net.thevpc.nuts.io.NPath getStoreLocation()
public void uninstallCommand(String name)
public void installCommand(net.thevpc.nuts.NCommandConfig command)
public List<net.thevpc.nuts.NCommandConfig> findCommands(net.thevpc.nuts.NId id)
Copyright © 2025 vpc open source initiative. All rights reserved.