Class ProvisionedConfigurationCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.AbstractPathCompleter
-
- org.jboss.galleon.cli.cmd.StateFullPathCompleter
-
- org.jboss.galleon.cli.cmd.state.configuration.ProvisionedConfigurationCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
public class ProvisionedConfigurationCompleter extends StateFullPathCompleter
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ProvisionedConfigurationCompleter()
-
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 java.lang.StringgetCurrentPath(PmCompleterInvocation session)-
Methods inherited from class org.jboss.galleon.cli.cmd.StateFullPathCompleter
getContainer
-
Methods inherited from class org.jboss.galleon.cli.cmd.AbstractPathCompleter
complete
-
-
-
-
Method Detail
-
getCurrentPath
protected java.lang.String getCurrentPath(PmCompleterInvocation session)
- Overrides:
getCurrentPathin classStateFullPathCompleter
-
filterCandidates
protected void filterCandidates(FeatureContainerPathConsumer consumer, java.util.List<java.lang.String> candidates)
- Overrides:
filterCandidatesin classStateFullPathCompleter
-
-