Package net.thevpc.naru.impl.cmdline
Class NaruNCmdLineAutoCompleteResolver
java.lang.Object
net.thevpc.naru.impl.cmdline.NaruNCmdLineAutoCompleteResolver
- All Implemented Interfaces:
net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver
public class NaruNCmdLineAutoCompleteResolver
extends Object
implements net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver
net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver.Pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.thevpc.nuts.cmdline.NArgCandidate>resolveCandidates(net.thevpc.nuts.cmdline.NCmdLine cmdLine, net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver.Pos pos)
-
Constructor Details
-
NaruNCmdLineAutoCompleteResolver
-
-
Method Details
-
resolveCandidates
public List<net.thevpc.nuts.cmdline.NArgCandidate> resolveCandidates(net.thevpc.nuts.cmdline.NCmdLine cmdLine, net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver.Pos pos) - Specified by:
resolveCandidatesin interfacenet.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver
-