Package net.thevpc.naru.ext.tools.fs
Class NaruCdDirective
java.lang.Object
net.thevpc.naru.api.registry.NaruDirectiveBase
net.thevpc.naru.ext.tools.fs.NaruCdDirective
- All Implemented Interfaces:
NaruDirective
-
Nested Class Summary
Nested classes/interfaces inherited from class net.thevpc.naru.api.registry.NaruDirectiveBase
NaruDirectiveBase.AbstractSubCommand, NaruDirectiveBase.SubCommand, NaruDirectiveBase.SubCommandHelp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.thevpc.nuts.cmdline.NArgCompleteCandidate>resolveCandidates(net.thevpc.nuts.cmdline.NCmdLine cmdLine, net.thevpc.nuts.cmdline.NArgCompletePosition pos, NaruSession session) Methods inherited from class net.thevpc.naru.api.registry.NaruDirectiveBase
addCandidates, execute, executeHelp, getAliases, getDescription, group, name, noCommand, noCommand, register, subCommand
-
Constructor Details
-
NaruCdDirective
public NaruCdDirective()
-
-
Method Details
-
resolveCandidates
public List<net.thevpc.nuts.cmdline.NArgCompleteCandidate> resolveCandidates(net.thevpc.nuts.cmdline.NCmdLine cmdLine, net.thevpc.nuts.cmdline.NArgCompletePosition pos, NaruSession session) - Specified by:
resolveCandidatesin interfaceNaruDirective- Overrides:
resolveCandidatesin classNaruDirectiveBase
-