Package org.infinispan.cli.commands.rest
Class Connector.IpFilter
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.rest.Connector.IpFilter
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Enclosing class:
- Connector
public static class Connector.IpFilter extends CliCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnector.IpFilter.Clearstatic classConnector.IpFilter.Lsstatic classConnector.IpFilter.Set
-
Field Summary
Fields Modifier and Type Field Description protected booleanhelp
-
Constructor Summary
Constructors Constructor Description IpFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)protected booleanisHelp()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Method Detail
-
isHelp
protected boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
protected org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException
- Specified by:
execin classCliCommand- Throws:
org.aesh.command.CommandException
-
-