Uses of Class
org.dogtagpki.cli.CLIModule
-
Packages that use CLIModule Package Description com.netscape.cmstools.cli org.dogtagpki.cli -
-
Uses of CLIModule in com.netscape.cmstools.cli
Methods in com.netscape.cmstools.cli that return CLIModule Modifier and Type Method Description CLIModule
ProxyCLI. getModule(java.lang.String name)
CLIModule
ProxyCLI. removeModule(java.lang.String name)
Methods in com.netscape.cmstools.cli that return types with arguments of type CLIModule Modifier and Type Method Description java.util.Collection<CLIModule>
ProxyCLI. getModules()
-
Uses of CLIModule in org.dogtagpki.cli
Fields in org.dogtagpki.cli with type parameters of type CLIModule Modifier and Type Field Description java.util.Map<java.lang.String,CLIModule>
CLI. modules
Methods in org.dogtagpki.cli that return CLIModule Modifier and Type Method Description CLIModule
CLI. findModule(java.lang.String command)
Find the last module that handles the specified command.CLIModule
CLI. getModule(java.lang.String name)
CLIModule
CLI. removeModule(java.lang.String name)
Methods in org.dogtagpki.cli that return types with arguments of type CLIModule Modifier and Type Method Description java.util.List<CLIModule>
CLI. findModules(java.lang.String command)
Find the list of modules that handle the specified command.java.util.Collection<CLIModule>
CLI. getModules()
-