public class CommandNutsWorkspaceCommandFactory extends Object implements net.thevpc.nuts.NutsWorkspaceCommandFactory
| Constructor and Description |
|---|
CommandNutsWorkspaceCommandFactory(net.thevpc.nuts.NutsSession ws) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(net.thevpc.nuts.NutsCommandFactoryConfig config) |
net.thevpc.nuts.NutsCommandConfig |
findCommand(String name,
net.thevpc.nuts.NutsSession session) |
List<net.thevpc.nuts.NutsCommandConfig> |
findCommands(net.thevpc.nuts.NutsSession session) |
String |
getFactoryId() |
int |
getPriority() |
public CommandNutsWorkspaceCommandFactory(net.thevpc.nuts.NutsSession ws)
public void configure(net.thevpc.nuts.NutsCommandFactoryConfig config)
configure in interface net.thevpc.nuts.NutsWorkspaceCommandFactorypublic int getPriority()
getPriority in interface net.thevpc.nuts.NutsWorkspaceCommandFactorypublic String getFactoryId()
getFactoryId in interface net.thevpc.nuts.NutsWorkspaceCommandFactorypublic net.thevpc.nuts.NutsCommandConfig findCommand(String name, net.thevpc.nuts.NutsSession session)
findCommand in interface net.thevpc.nuts.NutsWorkspaceCommandFactorypublic List<net.thevpc.nuts.NutsCommandConfig> findCommands(net.thevpc.nuts.NutsSession session)
findCommands in interface net.thevpc.nuts.NutsWorkspaceCommandFactoryCopyright © 2022 vpc open source initiative. All rights reserved.