Package org.jboss.galleon.cli.cmd.state
Class InfoTypeCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.AbstractCompleter
-
- org.jboss.galleon.cli.cmd.state.InfoTypeCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
public class InfoTypeCompleter extends AbstractCompleter
- Author:
- jdenise@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALLstatic java.lang.StringLAYERSstatic java.lang.StringOPTIONAL_PACKAGESstatic java.lang.StringPATCHESstatic java.lang.StringUNIVERSES
-
Constructor Summary
Constructors Constructor Description InfoTypeCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getItems(PmCompleterInvocation completerInvocation)-
Methods inherited from class org.jboss.galleon.cli.AbstractCompleter
complete
-
-
-
-
Field Detail
-
ALL
public static final java.lang.String ALL
- See Also:
- Constant Field Values
-
PATCHES
public static final java.lang.String PATCHES
- See Also:
- Constant Field Values
-
LAYERS
public static final java.lang.String LAYERS
- See Also:
- Constant Field Values
-
OPTIONAL_PACKAGES
public static final java.lang.String OPTIONAL_PACKAGES
- See Also:
- Constant Field Values
-
UNIVERSES
public static final java.lang.String UNIVERSES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getItems
protected java.util.List<java.lang.String> getItems(PmCompleterInvocation completerInvocation)
- Specified by:
getItemsin classAbstractCompleter
-
-