Class AbstractPathCompleter

    • Constructor Detail

      • AbstractPathCompleter

        public AbstractPathCompleter()
    • Method Detail

      • getCurrentPath

        protected abstract java.lang.String getCurrentPath​(PmCompleterInvocation completerInvocation)
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • filterCandidates

        protected abstract void filterCandidates​(FeatureContainerPathConsumer consumer,
                                                 java.util.List<java.lang.String> candidates)