public class ConfigNWorkspaceCommandFactory extends Object implements NWorkspaceCmdFactory
| Constructor and Description |
|---|
ConfigNWorkspaceCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected NLog |
_LOG() |
void |
configure(NCommandFactoryConfig config) |
NCommandConfig |
findCommand(String name) |
List<NCommandConfig> |
findCommands() |
List<NCommandConfig> |
findCommands(NId id) |
List<NCommandConfig> |
findCommands(Predicate<NCommandConfig> filter) |
String |
getFactoryId() |
int |
getPriority() |
NPath |
getStoreLocation() |
void |
installCommand(NCommandConfig command) |
void |
uninstallCommand(String name) |
protected NLog _LOG()
public void configure(NCommandFactoryConfig config)
configure in interface NWorkspaceCmdFactorypublic int getPriority()
getPriority in interface NWorkspaceCmdFactorypublic String getFactoryId()
getFactoryId 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.