@ProviderType public interface CommandBuilderFactory
CommandBuilder| Modifier and Type | Method and Description |
|---|---|
<T extends CommandBuilder> |
createCommandBuilder(Class<T> clazz)
creates the required
CommandBuilder |
@Nonnull <T extends CommandBuilder> T createCommandBuilder(@Nonnull Class<T> clazz) throws IllegalArgumentException
CommandBuilderclazz - class name of the required command builderCommandBuilderIllegalArgumentException - if the clazz argument is unsupportedCopyright © 2010 - 2020 Adobe. All Rights Reserved