Class HideOptionActivator
- java.lang.Object
-
- org.wildfly.core.cli.command.aesh.activator.AbstractOptionActivator
-
- org.wildfly.core.cli.command.aesh.activator.HideOptionActivator
-
- All Implemented Interfaces:
org.aesh.command.activator.OptionActivator,CLIOptionActivator
public class HideOptionActivator extends AbstractOptionActivator
Activator that hides option from completion and help.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description HideOptionActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActivated(org.aesh.command.impl.internal.ParsedCommand processedCommand)-
Methods inherited from class org.wildfly.core.cli.command.aesh.activator.AbstractOptionActivator
getCommandContext, setCommandContext
-
-