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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.thevpc.nuts.cmdline.NArgCandidate>
    resolveCandidates(net.thevpc.nuts.cmdline.NCmdLine cmdLine, net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver.Pos pos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NaruNCmdLineAutoCompleteResolver

      public NaruNCmdLineAutoCompleteResolver(NaruSession session)
  • 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:
      resolveCandidates in interface net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver