public class CommandInvocationServices extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROVIDER_NAME |
Constructor and Description |
---|
CommandInvocationServices() |
Modifier and Type | Method and Description |
---|---|
CommandInvocationProvider |
getCommandInvocationProvider(String name) |
CommandInvocationProvider |
getDefaultCommandInvocationProvider() |
void |
registerDefaultProvider(CommandInvocationProvider p) |
void |
registerProvider(String name,
CommandInvocationProvider provider) |
public static final String DEFAULT_PROVIDER_NAME
public void registerProvider(String name, CommandInvocationProvider provider)
public void registerDefaultProvider(CommandInvocationProvider p)
public CommandInvocationProvider getDefaultCommandInvocationProvider()
public CommandInvocationProvider getCommandInvocationProvider(String name)
Copyright © 2016 JBoss by Red Hat. All rights reserved.