Package org.jboss.galleon.cli.cmd
Class StateFullPathCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.AbstractPathCompleter
-
- org.jboss.galleon.cli.cmd.StateFullPathCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
- Direct Known Subclasses:
ProvisionedConfigurationCompleter,StateRemoveFeatureCommand.FeatureCompleter
public class StateFullPathCompleter extends AbstractPathCompleter
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description StateFullPathCompleter()
-
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
-
getCurrentPath
protected java.lang.String getCurrentPath(PmCompleterInvocation session)
- Specified by:
getCurrentPathin classAbstractPathCompleter
-
filterCandidates
protected void filterCandidates(FeatureContainerPathConsumer consumer, java.util.List<java.lang.String> candidates)
- Specified by:
filterCandidatesin classAbstractPathCompleter
-
getContainer
protected FeatureContainer getContainer(PmCompleterInvocation completerInvocation)
- Specified by:
getContainerin classAbstractPathCompleter
-
-