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