Class StateAddFeatureCommand.FeatureSpecIdCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.AbstractPathCompleter
-
- org.jboss.galleon.cli.cmd.state.feature.StateAddFeatureCommand.FeatureSpecIdCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
- Enclosing class:
- StateAddFeatureCommand
public static class StateAddFeatureCommand.FeatureSpecIdCompleter extends AbstractPathCompleter
-
-
Constructor Summary
Constructors Constructor Description FeatureSpecIdCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfilterCandidates(FeatureContainerPathConsumer consumer, java.util.List<java.lang.String> candidates)protected FeatureContainergetContainer(PmCompleterInvocation completerInvocation)protected java.lang.StringgetCurrentPath(PmCompleterInvocation session)-
Methods inherited from class org.jboss.galleon.cli.cmd.AbstractPathCompleter
complete
-
-
-
-
Method Detail
-
getContainer
protected FeatureContainer getContainer(PmCompleterInvocation completerInvocation) throws java.lang.Exception
- Specified by:
getContainerin classAbstractPathCompleter- Throws:
java.lang.Exception
-
getCurrentPath
protected java.lang.String getCurrentPath(PmCompleterInvocation session) throws java.lang.Exception
- Specified by:
getCurrentPathin classAbstractPathCompleter- Throws:
java.lang.Exception
-
filterCandidates
protected void filterCandidates(FeatureContainerPathConsumer consumer, java.util.List<java.lang.String> candidates)
- Specified by:
filterCandidatesin classAbstractPathCompleter
-
-